Microsoft 365 Defender
Overview
- Vendor: Microsoft
- Supported environment:
- Version compatibility:
- Detection based on: Alert, Telemetry
- Supported application or feature: see section below
This Intake was previously called Microsoft Defender for Endpoints.
Microsoft 365 Defender is a unified pre- and post-breach enterprise defense suite that natively coordinates detection, prevention, investigation, and response across endpoints, identities, email, and applications to provide integrated protection against sophisticated attacks.
This setup guide describes how to forward events produced by Microsoft 365 Defender
to Sekoia.io XDR.
Microsoft 365 Defender event types supported
Here is a list of all the Microsoft 365 Defender event types supported by this integration:
- Alert Evidence
- AlertInfo
- DeviceEvents
- DeviceFileCertificateInfo
- DeviceFileEvent
- DeviceImageLoadEvents
- DeviceInfo
- DeviceLogonEvents
- DeviceNetworkEvents
- DeviceNetworkInfo
- DeviceProcessEvents
- DeviceRegistryEvents
- EmailAttachmentInfo
- EmailEvents
- EmailPostDeliveryEvents
- EmailUrlInfo
- IdentityLogonEvents
- IdentityQueryEvents
- IdentityDirectoryEvents
- CloudAppEvents
Please follow this link to see all the types provided by Microsoft.
Configure
To forward Microsoft 365 Defender events from Microsoft to Sekoia.io you need to send your event to an Azure Event Hub where Sekoia.io will collect the events.
Prerequisite
You must have the following rights to perform the installation: - Global Administrator or Security Administrator rights on Microsoft 365 Defender - Contributor write on Azure
Azure Event Hubs is a cloud-based event streaming platform and event ingestion service provided by Microsoft Azure. It is designed to handle large amounts of event data generated by various applications, devices, and services in real-time. Event Hubs enables you to ingest, process, and store events, logs, telemetry data, and other streaming data for further analysis, monitoring, and processing. Two ways are suggested in order to set up everything you need to forward your events on Sekoia.io.
If you are not an expert and want an easy way to configure the ressources on Azure, we recommend to use to Automatic way as it is easier to set up.
These two ways will create an Azure Event Hub and a Storage Account.
Use the template to create the ressources
To get started, click on the button below and fill the form on Azure to set up the required environment for Sekoia
Some fields must be filled in.
Project details
- Subscription: select the Azure subscription you want to use
- Resource Group: select or create a new Resource Group. A Resource Group is a container that holds related resources
Instance details
- Region: select the appropriated region
- Project Name: give a name for this project. Here is how the names of the resources will be affected by this project name
Ressource | Name |
---|---|
Event Hub Namespace | <project_name>ehns |
Event Hub | <project_name>eh |
Shared Access Policy | <project_name>ap |
Consumer Group | <project_name>cp |
Storage Account | <project_name>sa |
- Event Hub Sku: Select the messaging tier for Event Hub Namespace between
Basic
,Standard
orPremium
. We do not recommendBasic
model due to its limitation. Please follow this Microsoft web page to get more information avec the different messaging tier. - Troughput Unit: A unit gives you up to 1 MB/s or 1,000 events per second (whichever comes first) per Event Hub Namespace. Please adapt it to your need.
- Enable Auto Inflate: When checked, the Auto-inflate feature of Event Hubs automatically scales up by increasing the number of troughput units, to meet usage needs.
- Auto Inflate Maximum Throughput Unit: When Enable Auto Inflate is checked, you can specify the maximum throughput units you allow.
- Partition Count: The number of event hub partitions. Microsoft recommends a maximum throughput of 1 MB/s per partition. Unless you plan to add more Event hubs to the Event Hub Namespace, the Partition Count and Throughput Unit variables should have the same values.
- Retention Time: How long you will keep events in the Event hub in days.
Use the output variables to create a Sekoia playbook
When the message Your deployment is complete is displayed, click on Outputs.
Keep these 5 pieces of information displayed carefully, it will used to configure the Trigger Configuration of the Sekoia playbook.
Overview
This setup guide will show you how to create an Event Hub manually.
Theses changes have to be made from the Azure Web Portal.
Some resources created during this procedure are needed to connect Sekoia.io to the Event Hub, you can complete the following table to save all the useful informations for later use.
Name | Value | Description | Example |
---|---|---|---|
hub_name | To be completed at step 3 | Name of the Event Hub | sekoia_event_hub |
hub_connection_string | To be completed at step 5 | Connection string–primary key | Endpoint=sb://company-eventhub.servicebus.windows.net/;SharedAccessKeyName=sekoiaio;SharedAccessKey=XXXXXX;EntityPath=sekoia_event_hub |
hub_consumer_group | To be completed at step 6 | Name of the comsumer group | consumergroup_sekoiaio |
storage_container_name | To be completed at step 7 | Name of your container | sekoiaio |
storage_connection_string | To be completed at step 8 | Storage connection string | DefaultEndpointsProtocol=https;AccountName=sekoiaiocheckpoint;AccountKey=XXXXX |
As a prerequisite, you need to choose an existing Resource group, or create a new one (e.g. company-resource-group
).
Step 1: Find your Subscription ID
- Go to: Home > Cost Management + Billing > Subscriptions.
- From there, keep the relevant “Subscription ID” that will be used along the process.
Step 2: Create Event Hub Namespace
- Navigate to Home > Event Hubs.
- Create an Event Hub Namespace.
- Select your Subscription and your Resource group. Click on create new if you want your Event Hub Namespace in a new Resource group.
- Choose a namespace name.
- Select a location based on your events location.
- Select the pricing tier plan based on your utilisation: Standard or Premimum (We don't recommend to choose the Basic plan due to its limitations.)
- Select the throughput units number based on your events, or enable the auto inflate mode:
1 throughput unit can process up to 1 MB per second or 1000 events per second (whichever comes first).
Step 3: Create Event Hub Instance
When your Event Hub Namespace is created you can create an Event Hub inside:
- Navigate to Home > Event Hubs > company-eventhubnamespace.
- Create an Event Hub.
- Select 4 as default partition count
- Select
Delete
as cleanup policy - Type 168h (7 days) as retention time
- Click
Create
Info
Carefully store the Event Hub name that will be used for sekoia playbook configuration.
Step 4: Create “Shared Access Policies” for the Event Hub
- Navigate to Home > Event Hubs > company-eventhubnamespace > eventhubname | Shared access policies.
-
Create a policy (e.g.
sekoiaio
) with the claimsListen
. -
Once created, click on the policy.
Info
Carefully store the connection string–primary key that will be used for sekoia playbook configuration.
Step 5: Create a Consumer group
- Navigate to Home > Event Hubs > company-eventhubnamespace > eventhubname | Consumer groups.
- Create a Consumer group (e.g.
consumergroup_sekoiaio
).
Info
Carefully store the Consumer group name that will be used for sekoia playbook configuration.
Step 6: Create a Storage Account with a container
In order to allow Sekoia.io keep track of the consumed events, the next step consists in creating a dedicated Storage account.
- Navigate to Home > Storage accounts.
- Create a Storage account.
- Select your Subscription and your Resource group.
- Choose a Storage account name.
-
Select a Region.
Info
You must choose the Region used during the Event Hub Namespace creation.
-
Select your perfomance and redundancy parameters.
Info
We advise at least the following values: - performance: standard - redundancy: Geo-Redundancy storage (GRS)
When your storage account is created you can create an container inside. 1. Navigate to Home > Storage accounts > storageaccoutname | containers. 2. Create an container.
Keep the Public Acces Level to Private.
Info
The container name should be the same as the Event Hub name. Carefully store that container name that will be used for sekoia playbook configuration.
Step 7: Retrieve Connection String
You have to retrieve the connection string from Azure Web Portal.
- Go to Home > Storage accounts > storageaccoutname | Access Keys.
- Click on "Show Keys" on the first Connection String.
Info
Carefully store the Connection String that will be used for sekoia playbook configuration.
Further Readings
Send logs from 365 Defender to Azure Event Hub
When you have an Event Hub follow this guide to send your events from Microsoft 365 Defender to the Event Hub:
- Open the Microsoft 365 Security App portal as a Global Administrator or Security Administrator.
- On the left panel, select Settings.
- Select Microsoft Defender XDR.
- In General, click on Streaming API and click on + Add.
- Choose Forward events to Azure Event Hub.
- To export the event data to a single Event Hub, enter your Event Hub name and your Event Hub Namespace resource ID. Be sure to take the event hub namespace ID and not the event hub ID.
- To get your Event Hub Namespace resource ID, go to your Azure Event Hub Namespace page on Azure > Properties tab > copy the text under Resource ID:
(e.g.
/subscriptions/XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXX/resourceGroups/resourcegroupname/providers/Microsoft.EventHub/namespaces/namespacename
). - Go to the supported Microsoft 365 Defender event types in event streaming API to review the support status of event types in the Microsoft 365 Streaming API.
- Choose the events you want to stream and click Save.
Disclamer
Be sure to size your eventhub ressources accordingly to the number of EPS you have (number of eventhubs, throughput, partitions...) See the Further readings section in order to estimate the number of event per second Microsoft 365 Defender can be on your instance.
Raw Events Samples
In this section, you will find examples of raw logs as generated natively by the source. These examples are provided to help integrators understand the data format before ingestion into Sekoia.io. It is crucial for setting up the correct parsing stages and ensuring that all relevant information is captured.
{
"time": "2024-10-01T08:25:13.7165282Z",
"tenantId": "22222222-2222-2222-2222-c5ea28204b4b",
"operationName": "Publish",
"category": "AdvancedHunting-CloudAppEvents",
"_TimeReceivedBySvc": "2024-10-01T08:22:28.4690000Z",
"properties": {
"ActionType": "Send",
"ApplicationId": 20893,
"AccountDisplayName": "jDOE microsoft graph",
"AccountObjectId": null,
"AccountId": "22222222-2222-2222-2222-c5ea28204b4b",
"DeviceType": "Other",
"OSPlatform": "Unknown",
"IPAddress": "1.2.3.4",
"IsAnonymousProxy": false,
"CountryCode": "FR",
"City": "Paris",
"ISP": "Microsoft 365 Common and Office Online server",
"UserAgent": "Client=Client;Client=Client;;",
"IsAdminOperation": false,
"ActivityObjects": [
{
"Type": "Account",
"Role": "Actor",
"Name": "jDOE microsoft graph",
"Id": "22222222-2222-2222-2222-8e9a218ac860",
"ApplicationId": 11166,
"ApplicationInstance": 0
},
{
"Type": "Structured object",
"Role": "Parameter",
"ServiceObjectType": "Session ID"
},
{
"Type": "Task",
"Role": "Target object",
"Name": "Send"
},
{
"Type": "User",
"Role": "Parameter",
"Name": "noreply jDOE",
"Id": "22222222-2222-2222-2222-e7a7d2c427c8",
"ApplicationId": 11166,
"ApplicationInstance": 0
}
],
"AdditionalFields": {
"Source Mac": "11:22:33:44:55:66"
},
"ActivityType": "Run",
"ObjectName": "Send",
"ObjectType": "Task",
"ObjectId": null,
"AppInstanceId": 0,
"AccountType": "Application",
"IsExternalUser": false,
"IsImpersonated": false,
"IPTags": [
"Microsoft 365 Common and Office Online server",
"Microsoft Azure",
"Microsoft 365"
],
"IPCategory": "Cloud provider",
"UserAgentTags": null,
"RawEventData": {
"AppId": "00000003-0000-0000-c000-000000000000",
"ClientAppId": "22222222-2222-2222-2222-8e9a218ac860",
"ClientIP": "1.2.3.4",
"ClientIPAddress": "1.2.3.4 ",
"ClientInfoString": "Client=Client;Client=ClientSystem;;",
"ClientRequestId": "22222222-2222-2222-2222-865deac528e4",
"CreationTime": "2024-10-01T08:18:26Z",
"ExternalAccess": false,
"Id": "22222222-2222-2222-2222-08dce1f19ff1",
"InternalLogonType": 0,
"Item": {
"Id": "RgAAAACAAAAAAAAAAAAAAAAAAncHuoKBwCQDhyvSYsvTYNL",
"ImmutableId": "LgAAAAAAAAAAAAAAAAAAAAAAADQCQDhyvSYsvTYNLegb6cgrxAAAo4zpzAAAJ",
"InternetMessageId": "<test.JDOE.outlook.com>",
"ParentFolder": {
"Id": "AAAAAAAAAAAAAAAAAAAAAAAAAAQCQDhyvSYsvTYNLegb6cgrxAAAAAAEPAAAB",
"Path": "\\\\Drafts"
},
"SizeInBytes": 4199,
"Subject": "subject test"
},
"LogonType": 0,
"LogonUserSid": "S-1-1-11-33333333333-222222222-66666666666-9341774",
"MailboxGuid": "22222222-2222-2222-2222-b228527c6288",
"MailboxOwnerMasterAccountSid": "S-1-1-11",
"MailboxOwnerSid": "S-1-1-11-33333333333-222222222-66666666666-9341774",
"MailboxOwnerUPN": "noreply@test.co",
"Operation": "Send",
"OrganizationId": "22222222-2222-2222-2222-c5ea28204b4b",
"OrganizationName": "test.onmicrosoft.com",
"OriginatingServer": "SN7PR11MB0000(5.6.7700.000)\\r\\n",
"RecordType": 2,
"ResultStatus": "Succeeded",
"SaveToSentItems": true,
"UserId": "noreply@test.co",
"UserKey": "22222222-2222-2222-2222-8e9a218ac860",
"UserType": 5,
"Version": 1,
"Workload": "Exchange"
},
"ReportId": "22222222-2222-2222-2222-a036-08dce1f19ff1",
"Timestamp": "2024-10-01T08:18:26Z",
"Application": "Microsoft Exchange Online"
},
"Tenant": "DefaultTenant"
}
{
"time": "2023-09-28T16:17:08.7649196Z",
"tenantId": "4b05a653-e372-418d-9bd0-ba2383d1673e",
"operationName": "Publish",
"category": "AdvancedHunting-AlertEvidence",
"properties": {
"Timestamp": "2023-09-28T16:15:29.9227997Z",
"AlertId": "dadca6b5e5-5ab9-4a96-9dbb-ba2f8e7756e3_1",
"EntityType": "Process",
"EvidenceRole": "Related",
"SHA1": "f1d50e0d3e0ba197baf152614e0cd94487a1142e",
"SHA256": "eb3fd3d0548771153565acd49edf4667a576959b8e265be7c0061017c6479232",
"RemoteIP": null,
"LocalIP": null,
"RemoteUrl": null,
"AccountName": null,
"AccountDomain": null,
"AccountSid": null,
"AccountObjectId": null,
"DeviceId": null,
"ThreatFamily": null,
"EvidenceDirection": null,
"AdditionalFields": "{\"$id\":\"1\",\"ProcessId\":\"19060\",\"CommandLine\":\"splwow64.exe 8192\",\"ElevationToken\":\"Default\",\"CreationTimeUtc\":\"2023-09-28T16:15:28.7714877Z\",\"ImageFile\":{\"$id\":\"2\",\"Directory\":\"C:\\\\Windows\",\"Name\":\"splwow64.exe\",\"Host\":{\"$id\":\"3\",\"DnsDomain\":\"example.org\",\"HostName\":\"vm0242\",\"NetBiosName\":\"vm0242.example.org\",\"OSFamily\":\"Windows\",\"OSVersion\":\"10.0\",\"IsDomainJoined\":true,\"IpInterfaces\":[{\"$id\":\"4\",\"Address\":\"10.11.22.33\",\"Type\":\"ip\"},{\"$id\":\"5\",\"Address\":\"22b0:8f31:eff3:7b6e:3277:2f79:ca62:7ec0\",\"Type\":\"ip\"},{\"$id\":\"6\",\"Address\":\"127.0.0.1\",\"Type\":\"ip\"},{\"$id\":\"7\",\"Address\":\"::1\",\"Type\":\"ip\"}],\"RemediationProviders\":[{\"RemediationState\":\"Active\",\"RemediationDate\":\"2023-09-28T16:16:56.6015218Z\",\"Type\":\"remediation-provider\"}],\"LastRemediationState\":\"Active\",\"ThreatAnalysisSummary\":[{\"AnalyzersResult\":[],\"Verdict\":\"Suspicious\",\"AnalysisDate\":\"2023-09-28T16:16:56.6015218Z\"}],\"LastVerdict\":\"Suspicious\",\"Metadata\":{\"MachineEnrichmentInfo\":\"{\\\"MachineId\\\":\\\"7e7a44995a4d4f09be53dce4fe9eb1db\\\",\\\"HostName\\\":\\\"vm0242\\\",\\\"DnsDomain\\\":\\\"example.org\\\",\\\"IpAddress\\\":null,\\\"FoundBy\\\":[3],\\\"LastSeen\\\":\\\"2023-09-28T06:59:18.6059012Z\\\",\\\"RbacGroupId\\\":0,\\\"MachineTagsJson\\\":null,\\\"MachineGroup\\\":null,\\\"OsPlatform\\\":\\\"Windows10\\\",\\\"SenseClientVersion\\\":\\\"10.8570.19045.3448\\\"}\"},\"Asset\":true,\"DetailedRoles\":[\"PrimaryDevice\"],\"RbacScopes\":{\"ScopesPerType\":{\"MachineGroupIds\":{\"Mode\":\"Any\",\"Scopes\":[\"0\"]},\"Workloads\":{\"Mode\":\"All\",\"Scopes\":[\"Mdatp\"]}}},\"Type\":\"host\",\"LeadingHost\":true,\"Role\":0,\"MachineId\":\"7e7a44995a4d4f09be53dce4fe9eb1db\",\"MachineIdType\":3,\"HostMachineId\":null,\"DetectionStatus\":\"Detected\",\"SuspicionLevel\":\"Suspicious\",\"EnrichmentType\":\"MachineIpInterfacesEnrichment\",\"IsIoc\":false,\"MergeByKey\":\"6JC4Lo9GK4MkdUKN6MFPCSfA/no=\",\"MergeByKeyHex\":\"E890B82E8F462B832475428DE8C14F0927C0FE7A\"},\"SizeInBytes\":163840,\"FileHashes\":[{\"$id\":\"8\",\"Algorithm\":\"SHA1\",\"Value\":\"f1d50e0d3e0ba197baf152614e0cd94487a1142e\",\"Type\":\"filehash\"},{\"$id\":\"9\",\"Algorithm\":\"MD5\",\"Value\":\"9b77f02583b95c7c5fe59ab2884f2817\",\"Type\":\"filehash\"},{\"$id\":\"10\",\"Algorithm\":\"SHA256\",\"Value\":\"eb3fd3d0548771153565acd49edf4667a576959b8e265be7c0061017c6479232\",\"Type\":\"filehash\"}],\"CreatedTimeUtc\":\"2023-09-22T07:12:05.262923Z\",\"Type\":\"file\",\"LsHash\":\"6fe9d57dbf6d9a5a77d9a667ebddf556df977bda6ef576dd7e67b5ae5e95665db77e9bd9fefbdeaae6ba9f55a56eae99b5ef9fa6bdaebfa7b95a5bd9f9df7bfa\",\"IsPe\":true,\"LastAccessTimeUtc\":\"2023-09-28T16:15:28.8773106Z\",\"LastWriteTimeUtc\":\"2023-09-22T07:12:05.2726183Z\",\"Publisher\":\"Microsoft Corporation\",\"KnownPrevalence\":151790,\"FirstSeen\":\"2023-08-22T17:20:03.9270115\"},\"Account\":{\"$id\":\"11\",\"Name\":\"mgarcia\",\"NTDomain\":\"EXAMPLE\",\"UPNSuffix\":\"example.org\",\"Host\":{\"$ref\":\"3\"},\"Sid\":\"S-1-5-21-111111111-222222222-333333333-44444\",\"AadUserId\":\"cccf9f83-f960-467d-ab75-69cbee32c59e\",\"IsDomainJoined\":true,\"RemediationProviders\":[{\"RemediationState\":\"Active\",\"RemediationDate\":\"2023-09-28T16:16:56.6015218Z\",\"Type\":\"remediation-provider\"}],\"LastRemediationState\":\"Active\",\"ThreatAnalysisSummary\":[{\"AnalyzersResult\":[],\"Verdict\":\"Suspicious\",\"AnalysisDate\":\"2023-09-28T16:16:56.6015218Z\"}],\"LastVerdict\":\"Suspicious\",\"Asset\":true,\"RbacScopes\":{\"ScopesPerType\":{\"MachineGroupIds\":{\"Mode\":\"Any\",\"Scopes\":[\"0\"]},\"Workloads\":{\"Mode\":\"All\",\"Scopes\":[\"Mdatp\"]}}},\"Type\":\"account\",\"UserPrincipalName\":\"jane.doe@example.org\",\"Role\":0,\"ReferenceId\":\"b64e0541-4393-41d6-8d18-8be31b30daee:ae2bc63238bc\",\"DetectionStatus\":\"Detected\",\"SuspicionLevel\":\"Suspicious\",\"IsIoc\":true,\"MergeByKey\":\"rRAMCzzVjzarq8zZIW8y9uZLSWg=\",\"MergeByKeyHex\":\"AD100C0B3CD58F36ABABCCD9216F32F6E64B4968\"},\"ParentProcess\":{\"$id\":\"12\",\"ProcessId\":\"12636\",\"CreationTimeUtc\":\"2023-09-28T16:15:23.5645558Z\",\"ImageFile\":{\"$id\":\"13\",\"Directory\":\"\\\\Device\\\\HarddiskVolume3\\\\Program Files (x86)\\\\Adobe\\\\Acrobat Reader DC\\\\Reader\",\"Name\":\"AcroRd32.exe\",\"Host\":{\"$ref\":\"3\"},\"Type\":\"file\"},\"Host\":{\"$ref\":\"3\"},\"CreatedTimeUtc\":\"2023-09-28T16:15:23.5645558Z\",\"Type\":\"process\"},\"Host\":{\"$ref\":\"3\"},\"CreatedTimeUtc\":\"2023-09-28T16:15:28.7714877Z\",\"RemediationProviders\":[{\"RemediationState\":\"Active\",\"RemediationDate\":\"2023-09-28T16:16:56.6015218Z\",\"Type\":\"remediation-provider\"}],\"LastRemediationState\":\"Active\",\"ThreatAnalysisSummary\":[{\"AnalyzersResult\":[],\"Verdict\":\"Suspicious\",\"AnalysisDate\":\"2023-09-28T16:16:56.6015218Z\"}],\"LastVerdict\":\"Suspicious\",\"RbacScopes\":{\"ScopesPerType\":{\"MachineGroupIds\":{\"Mode\":\"Any\",\"Scopes\":[\"0\"]},\"Workloads\":{\"Mode\":\"All\",\"Scopes\":[\"Mdatp\"]}}},\"Type\":\"process\",\"ReferenceId\":\"b64e0541-4393-41d6-8d18-8be31b30daee:12b768c23b3c\",\"DetectionStatus\":\"Detected\",\"SuspicionLevel\":\"Suspicious\",\"IsIoc\":true,\"Role\":1,\"MergeByKey\":\"Hzs5K5cl+LUGa+UuGO44Y6a9Z9I=\",\"MergeByKeyHex\":\"1F3B392B9725F8B5066BE52E18EE3863A6BD67D2\"}",
"MachineGroup": null,
"NetworkMessageId": null,
"ServiceSource": "Microsoft Defender for Endpoint",
"FileName": "splwow64.exe",
"FolderPath": "C:\\Windows",
"ProcessCommandLine": "splwow64.exe 8192",
"EmailSubject": null,
"ApplicationId": null,
"Application": null,
"DeviceName": null,
"FileSize": 163840,
"RegistryKey": null,
"RegistryValueName": null,
"RegistryValueData": null,
"AccountUpn": null,
"OAuthApplicationId": null,
"Categories": "[\"InitialAccess\"]",
"Title": "Executable content from email blocked",
"AttackTechniques": "[\"Masquerading (T1036)\",\"Taint Shared Content (T1080)\",\"User Execution (T1204)\",\"System Binary Proxy Execution (T1218)\",\"Internal Spearphishing (T1534)\",\"Spearphishing Attachment (T1566.001)\",\"Spearphishing via Service (T1566.003)\"]",
"DetectionSource": "Antivirus",
"Severity": "Low"
},
"Tenant": "DefaultTenant"
}
{
"time": "2023-09-26T13:04:41.9797846Z",
"tenantId": "16ed4fbf-027f-47b3-8d1a-a342781dd2d2",
"operationName": "Publish",
"category": "AdvancedHunting-AlertEvidence",
"properties": {
"Timestamp": "2023-09-26T13:03:18Z",
"AlertId": "fa72d6f6a8-39e7-2681-d400-08dbbe90c56e",
"EntityType": "MailMessage",
"EvidenceRole": "Related",
"SHA1": null,
"SHA256": null,
"RemoteIP": null,
"LocalIP": null,
"RemoteUrl": null,
"AccountName": null,
"AccountDomain": null,
"AccountSid": null,
"AccountObjectId": null,
"DeviceId": null,
"ThreatFamily": null,
"EvidenceDirection": null,
"AdditionalFields": "{\"$id\":\"1\",\"Recipient\":\"john.doe@example.org\",\"Sender\":\"no-reply@example.org\",\"SenderIP\":\"1.2.3.4\",\"P2Sender\":\"no-reply@example.org\",\"ReceivedDate\":\"2023-09-26T13:02:18Z\",\"NetworkMessageId\":\"4081b089-aecd-48de-af84-12c499929a12\",\"InternetMessageId\":\"<e1ea248a-f53f-4f1b-a601-5b2f1fbad48cbc0bb8d-bd55-466f-92ec-46cc66108821b@intranet.domain>\",\"Subject\":\"My little subject\",\"StartTimeUtc\":\"2023-09-26T13:01:18Z\",\"EndTimeUtc\":\"2023-09-26T13:03:18Z\",\"EntitySources\":[\"Alert\"],\"Type\":\"mailMessage\",\"Urn\":null,\"Source\":\"OATP\",\"FirstSeen\":\"0001-01-01T00:00:00\",\"SourceEntityType\":\"MalwareFamily\",\"SourceEntityId\":\"e93240a2-06fe-40fa-8224-16a01d087268-1\",\"SourceThreatType\":\"Phish, Malicious\",\"SourceThreatName\":\"Phish, Malicious\",\"Role\":1,\"AttachmentCount\":0,\"UrlCount\":0,\"MergeByKey\":\"XI3qGjU8yzWpxMk1QhDqq5R13s4=\",\"MergeByKeyHex\":\"5C8DEA1A353CCB35A9C4C9354210EAAB9475DECE\"}",
"MachineGroup": null,
"NetworkMessageId": "4081b089-aecd-48de-af84-12c499929a12",
"ServiceSource": "Microsoft Defender for Office 365",
"FileName": null,
"FolderPath": null,
"ProcessCommandLine": null,
"EmailSubject": "My little subject",
"ApplicationId": null,
"Application": null,
"DeviceName": null,
"FileSize": null,
"RegistryKey": null,
"RegistryValueName": null,
"RegistryValueData": null,
"AccountUpn": null,
"OAuthApplicationId": null,
"Categories": "[\"InitialAccess\"]",
"Title": "Phish delivered due to an IP allow policy",
"AttackTechniques": "[\"Phishing (T1566)\"]",
"DetectionSource": "Microsoft Defender for Office 365",
"Severity": "Informational"
},
"Tenant": "DefaultTenant"
}
{
"time": "2024-03-13T12:57:23.9020375Z",
"tenantId": "07313d70-2f20-4c3c-847a-ecbcfc20afd1",
"operationName": "Publish",
"category": "AdvancedHunting-AlertEvidence",
"properties": {
"Timestamp": "2024-03-13T12:57:00Z",
"AlertId": "eb85e8e3-670c-43d7-95f3-c57c91b80a1d",
"EntityType": "Mailbox",
"EvidenceRole": "Impacted",
"SHA1": "adc83b19e793491b1c6ea0fd8b46cd9f32e592fc",
"SHA256": "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b",
"RemoteIP": "5.6.7.8",
"LocalIP": "1.2.3.4",
"RemoteUrl": null,
"AccountName": "john.doe",
"AccountDomain": "example",
"AccountSid": "S-1-5-21-1111111111-222222222-444444444-333333",
"AccountObjectId": "356eaca4-b5d5-4c9f-9cea-f566e4ec7570",
"DeviceId": null,
"ThreatFamily": null,
"EvidenceDirection": null,
"AdditionalFields": "{\"MailboxPrimaryAddress\":\"john.doe@example.com\",\"DisplayName\":\"DOEJohn\",\"Upn\":\"john.doe@example.com\",\"AadId\":\"cb2b1d48-3c0c-4eeb-bf05-2245a6e7aa38\",\"RiskLevel\":\"None\",\"StartTimeUtc\":\"2024-03-13T12:55:00Z\",\"EndTimeUtc\":\"2024-03-13T12:57:00Z\",\"EntitySources\":[\"Alert\"],\"Type\":\"mailbox\",\"Urn\":\"urn:UserEntity:68b329da9893e34099c7d8ad5cb9c940\",\"Source\":\"OATP\",\"FirstSeen\":\"0001-01-01T00:00:00\",\"SourceEntityType\":\"MalwareFamily\",\"SourceEntityId\":\"b8ed97e9-82ed-49b2-bf20-ebc413349655\",\"SourceThreatType\":\"Phish,Malicious\",\"SourceThreatName\":\"Phish,Malicious\",\"UserSid\":\"S-1-5-21-1111111111-222222222-444444444-333333\",\"AccountName\":\"john.doe\",\"DomainName\":\"example\",\"Role\":0,\"MergeByKey\":\"P/0zPBzZgl+0ob6ZK60I7fmCbPU=\",\"MergeByKeyHex\":\"3FFD333C1CD9825FB4A1BE992BAD08EDF9826CF5\"}",
"MachineGroup": null,
"NetworkMessageId": null,
"ServiceSource": "MicrosoftDefenderforOffice365",
"FileName": "splwow64.exe",
"FolderPath": "C:\\Windows",
"ProcessCommandLine": null,
"EmailSubject": null,
"ApplicationId": null,
"Application": null,
"DeviceName": null,
"FileSize": 13,
"RegistryKey": null,
"RegistryValueName": null,
"RegistryValueData": null,
"AccountUpn": "john.doe@example.com",
"OAuthApplicationId": null,
"Categories": "[\"InitialAccess\"]",
"Title": "PhishdeliveredduetoanETRoverride",
"AttackTechniques": "[\"Phishing(T1566)\"]",
"DetectionSource": "MicrosoftDefenderforOffice365",
"Severity": "Informational"
},
"Tenant": "DefaultTenant"
}
{
"time": "2023-09-29T11:45:09.7408937Z",
"tenantId": "4b05a653-e372-418d-9bd0-ba2383d1673e",
"operationName": "Publish",
"category": "AdvancedHunting-CloudAppEvents",
"properties": {
"ActionType": "AirInvestigationData",
"ApplicationId": 11161,
"AccountDisplayName": "airinvestigation",
"AccountObjectId": null,
"AccountId": "airinvestigation",
"DeviceType": null,
"OSPlatform": null,
"IPAddress": null,
"IsAnonymousProxy": null,
"CountryCode": null,
"City": null,
"ISP": null,
"UserAgent": null,
"IsAdminOperation": false,
"ActivityObjects": [
{
"Type": "Account",
"Role": "Actor",
"Name": "airinvestigation",
"Id": "airinvestigation",
"ApplicationId": 11161,
"ApplicationInstance": 0
}
],
"AdditionalFields": {},
"ActivityType": "Basic",
"ObjectName": null,
"ObjectType": null,
"ObjectId": null,
"AppInstanceId": 0,
"AccountType": "Regular",
"IsExternalUser": false,
"IsImpersonated": false,
"IPTags": null,
"IPCategory": null,
"UserAgentTags": null,
"RawEventData": {
"Actions": [],
"CreationTime": "2023-09-29T11:40:30Z",
"Data": "{\"Version\":\"3.0\",\"VendorName\":\"Microsoft\",\"ProviderName\":\"OATP\",\"AlertType\":\"4b1820ec-39dc-45f3-abf6-5ee80df51fd2\",\"StartTimeUtc\":\"2023-09-29T09:07:30.656729Z\",\"EndTimeUtc\":\"2023-09-29T09:07:30.656729Z\",\"TimeGenerated\":\"2023-09-29T09:29:39.09Z\",\"ProcessingEndTime\":\"2023-09-29T11:36:50.0093899Z\",\"Status\":\"Resolved\",\"Severity\":\"Informational\",\"ConfidenceLevel\":\"Unknown\",\"ConfidenceScore\":1.0,\"IsIncident\":false,\"ProviderAlertId\":\"7310d370-60ed-3bb9-d200-08dbc0cb706a\",\"SystemAlertId\":null,\"CorrelationKey\":\"652fe57f-98e6-47df-b298-808b45a00db2\",\"Investigations\":[{\"$id\":\"1\",\"Id\":\"urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\",\"InvestigationStatus\":\"FullyRemediated\"}],\"InvestigationIds\":[\"urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\"],\"Intent\":\"Probing\",\"ResourceIdentifiers\":[{\"$id\":\"2\",\"AadTenantId\":\"4b05a653-e372-418d-9bd0-ba2383d1673e\",\"Type\":\"AAD\"}],\"AzureResourceId\":null,\"WorkspaceId\":null,\"WorkspaceSubscriptionId\":null,\"WorkspaceResourceGroup\":null,\"AgentId\":null,\"AlertDisplayName\":\"Email messages containing malicious file removed after delivery\",\"Description\":\"Emails with malicious file that were delivered and later removed -V1.0.0.3\",\"ExtendedLinks\":[{\"Href\":\"https://security.microsoft.com/viewalerts?id=7310d370-60ed-3bb9-d200-08dbc0cb706a\",\"Category\":null,\"Label\":\"alert\",\"Type\":\"webLink\"}],\"Metadata\":{\"CustomApps\":null,\"GenericInfo\":null},\"Entities\":[{\"$id\":\"3\",\"Files\":[{\"$id\":\"4\",\"Name\":\"pix.png\",\"FileHashes\":[{\"$id\":\"5\",\"Algorithm\":\"SHA256\",\"Value\":\"EC7D1FD05AE26420DE1E51F2F315E07F9A4AF5A4A81AD43BDDE7C70EF45ADE68\",\"Type\":\"filehash\"}],\"Type\":\"file\",\"MalwareFamily\":\"Malicious Payload\"}],\"Recipient\":\"john.doe@example.com\",\"Threats\":[\"ZapPhish\",\"HighConfPhish\"],\"Sender\":\"malicous@organization.com\",\"P1Sender\":\"malicious@organization.com\",\"P1SenderDomain\":\"organization.com\",\"SenderIP\":\"1.2.3.4\",\"P2Sender\":\"malicious@organization.com\",\"P2SenderDisplayName\":\"Payroll\",\"P2SenderDomain\":\"organization.com\",\"ReceivedDate\":\"2023-09-28T22:07:30\",\"NetworkMessageId\":\"1f775e39-ff91-4872-a3e1-dd761e41a2ee\",\"InternetMessageId\":\"<fe1a8d44-44e2-4120-b913-0b3b0783a7e9@organization.com>\",\"Subject\":\"Doom shared a file \\\"Payroll entry\\\" with you.\",\"AntispamDirection\":\"Inbound\",\"DeliveryAction\":\"Blocked\",\"ThreatDetectionMethods\":[\"FileReputation\"],\"Language\":\"en\",\"DeliveryLocation\":\"Quarantine\",\"OriginalDeliveryLocation\":\"Inbox\",\"PhishConfidenceLevel\":\"High\",\"AdditionalActionsAndResults\":[\"OriginalDelivery: [N/A]\",\"Zap: [Success: Message moved to quarantine]\"],\"AuthDetails\":[{\"Name\":\"SPF\",\"Value\":\"Pass\"},{\"Name\":\"DKIM\",\"Value\":\"Pass\"},{\"Name\":\"DMARC\",\"Value\":\"Pass\"},{\"Name\":\"Comp Auth\",\"Value\":\"pass\"}],\"SystemOverrides\":[],\"Type\":\"mailMessage\",\"Urn\":\"urn:MailEntity:11111111111111111111111111111111\",\"Source\":\"OATP\",\"FirstSeen\":\"2023-09-29T09:44:12\"},{\"$id\":\"6\",\"MailboxPrimaryAddress\":\"john.doe@example.com\",\"Upn\":\"john.doe@example.com\",\"AadId\":\"170d8411-e4c0-4b27-8ac4-59dbe8db8ccf\",\"RiskLevel\":\"None\",\"Type\":\"mailbox\",\"Urn\":\"urn:UserEntity:11111111111111111111111111111111\",\"Source\":\"OATP\",\"FirstSeen\":\"2023-09-29T09:44:12\"},{\"$id\":\"7\",\"Name\":\"pix.png\",\"FileHashes\":[{\"$id\":\"8\",\"Algorithm\":\"SHA256\",\"Value\":\"EC7D1FD05AE26420DE1E51F2F315E07F9A4AF5A4A81AD43BDDE7C70EF45ADE68\",\"Type\":\"filehash\"}],\"Type\":\"file\",\"MalwareFamily\":\"\",\"Urn\":\"urn:FileEntity:11111111111111111111111111111111\",\"Source\":\"OATP\",\"FirstSeen\":\"2023-09-29T09:44:12\"},{\"$id\":\"9\",\"NetworkMessageIds\":[\"fbeee67e-838a-4aae-9653-385094b83fb8\"],\"CountByThreatType\":{\"HighConfPhish\":1,\"Phish\":0,\"Malware\":0,\"Spam\":0},\"CountByProtectionStatus\":{\"Blocked\":1},\"CountByDeliveryLocation\":{\"Quarantine\":1},\"Query\":\"( (( (BodyFingerprintBin1:\\\"4011247127\\\") ) AND ( (SenderIp:\\\"1.2.3.4\\\") ) AND ( (ContentType: 1) )) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:PhishEdu) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:SecOps))\",\"QueryTime\":\"2023-09-29T10:14:35.7365899Z\",\"MailCount\":1,\"IsVolumeAnamoly\":false,\"ClusterGroup\":\"BodyFingerprintBin1,SenderIp\",\"Type\":\"mailCluster\",\"ClusterBy\":\"BodyFingerprintBin1;SenderIp;ContentType\",\"ClusterByValue\":\"4011247127;1.2.3.4;1\",\"Urn\":\"urn:MailClusterEntity:11111111111111111111111111111111\",\"Source\":\"OATP\",\"FirstSeen\":\"2023-09-29T10:15:27\"},{\"$id\":\"10\",\"NetworkMessageIds\":[\"4c8bc40b-45ac-49d4-9ef3-b2c30a59d754\"],\"CountByThreatType\":{\"HighConfPhish\":1,\"Phish\":0,\"Malware\":0,\"Spam\":0},\"CountByProtectionStatus\":{\"Blocked\":1},\"CountByDeliveryLocation\":{\"Quarantine\":1},\"Query\":\"( ((AttachmentFileHash:\\\"7H0f0FriZCDeHlHy8xXgf5pK9aSoGtQ73efHDvRa3mg=\\\") AND (ContentType: 1)) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:PhishEdu) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:SecOps))\",\"QueryTime\":\"2023-09-29T10:14:35.7365899Z\",\"MailCount\":1,\"IsVolumeAnamoly\":false,\"ClusterGroup\":\"FileHashThreatIndicator\",\"Type\":\"mailCluster\",\"ClusterBy\":\"AttachmentFileHash;ContentType\",\"ClusterByValue\":\"22222222222222222222222222222222222222222222;1\",\"Urn\":\"urn:MailClusterEntity:44444444444444444444444444444444\",\"Source\":\"OATP\",\"FirstSeen\":\"2023-09-29T10:15:27\"},{\"$id\":\"11\",\"NetworkMessageIds\":[\"4c8bc40b-45ac-49d4-9ef3-b2c30a59d754\"],\"CountByThreatType\":{\"HighConfPhish\":1,\"Phish\":0,\"Malware\":0,\"Spam\":0},\"CountByProtectionStatus\":{\"Blocked\":1},\"CountByDeliveryLocation\":{\"Quarantine\":1},\"Query\":\"( (( (Subject:\\\"Doom shared a file \\\"\\\"Payroll entry\\\"\\\" with you.\\\") ) AND ( (P2SenderDomain:\\\"organization.com\\\") ) AND ( (AntispamDirection:\\\"1\\\") ) AND ( (ContentType: 1) )) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:PhishEdu) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:SecOps))\",\"QueryTime\":\"2023-09-29T10:14:35.7365899Z\",\"MailCount\":1,\"IsVolumeAnamoly\":false,\"ClusterGroup\":\"Subject,P2SenderDomain,AntispamDirection\",\"Type\":\"mailCluster\",\"ClusterBy\":\"Subject;P2SenderDomain;AntispamDirection;ContentType\",\"ClusterByValue\":\"Doom shared a file \\\"Payroll entry\\\" with you.;organization.com;1;1\",\"Urn\":\"urn:MailClusterEntity:11111111111111111111111111111111\",\"Source\":\"OATP\",\"FirstSeen\":\"2023-09-29T10:15:27\"},{\"$id\":\"12\",\"NetworkMessageIds\":[\"36d28877-7954-43fb-9f8f-fe26f23bcf34\"],\"CountByThreatType\":{\"HighConfPhish\":1,\"Phish\":0,\"Malware\":0,\"Spam\":0},\"CountByProtectionStatus\":{\"Blocked\":1},\"CountByDeliveryLocation\":{\"Quarantine\":1},\"Query\":\"( (( (BodyFingerprintBin1:\\\"4011247127\\\") ) AND ( (P2SenderDomain:\\\"organization.com\\\") ) AND ( (ContentType: 1) )) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:PhishEdu) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:SecOps))\",\"QueryTime\":\"2023-09-29T10:14:35.7365899Z\",\"MailCount\":1,\"IsVolumeAnamoly\":false,\"ClusterGroup\":\"BodyFingerprintBin1,P2SenderDomain\",\"Type\":\"mailCluster\",\"ClusterBy\":\"BodyFingerprintBin1;P2SenderDomain;ContentType\",\"ClusterByValue\":\"4011247127;organization.com;1\",\"Urn\":\"urn:MailClusterEntity:4d298ccfc6e344df8a199c74a5466290\",\"Source\":\"OATP\",\"FirstSeen\":\"2023-09-29T10:15:28\"},{\"$id\":\"13\",\"NetworkMessageIds\":[\"5a65b4e6-c8f3-468b-8ee6-4c7f817e6bfa\"],\"CountByThreatType\":{\"HighConfPhish\":1,\"Phish\":0,\"Malware\":0,\"Spam\":0},\"CountByProtectionStatus\":{\"Blocked\":1},\"CountByDeliveryLocation\":{\"Quarantine\":1},\"Query\":\"( (( (Subject:\\\"Doom shared a file \\\"\\\"Payroll entry\\\"\\\" with you.\\\") ) AND ( (SenderIp:\\\"1.2.3.4\\\") ) AND ( (AntispamDirection:\\\"1\\\") ) AND ( (ContentType: 1) )) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:PhishEdu) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:SecOps))\",\"QueryTime\":\"2023-09-29T10:14:35.7365899Z\",\"MailCount\":1,\"IsVolumeAnamoly\":false,\"ClusterGroup\":\"Subject,SenderIp,AntispamDirection\",\"Type\":\"mailCluster\",\"ClusterBy\":\"Subject;SenderIp;AntispamDirection;ContentType\",\"ClusterByValue\":\"Doom shared a file \\\"Payroll entry\\\" with you.;1.2.3.4;1;1\",\"Urn\":\"urn:MailClusterEntity:cb4c1a4b96883fbdb1dad10b231cfa00\",\"Source\":\"OATP\",\"FirstSeen\":\"2023-09-29T10:15:28\"}],\"LogCreationTime\":\"2023-09-29T11:36:50.0093899Z\",\"MachineName\":\"DBAEUR03BG403\",\"SourceTemplateType\":\"Threat_Single\",\"Category\":\"ThreatManagement\",\"SourceAlertType\":\"System\"}",
"DeepLinkUrl": "https://security.microsoft.com/mtp-investigation/urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd",
"EndTimeUtc": "2023-09-29T11:34:37Z",
"Id": "8a7cc032-8634-4117-bae4-371071ce0ce5",
"InvestigationId": "urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd",
"InvestigationName": "Mail with malicious file is zapped - urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd",
"InvestigationType": "ZappedFileInvestigation",
"LastUpdateTimeUtc": "2023-09-29T10:54:43Z",
"ObjectId": "8a7cc032-8634-4117-bae4-371071ce0ce5",
"Operation": "AirInvestigationData",
"OrganizationId": "4b05a653-e372-418d-9bd0-ba2383d1673e",
"RecordType": 64,
"RunningTime": 6762,
"StartTimeUtc": "2023-09-29T09:44:07Z",
"Status": "Remediated",
"UserId": "AirInvestigation",
"UserKey": "AirInvestigation",
"UserType": 4,
"Version": 1,
"Workload": "AirInvestigation"
},
"ReportId": "60913494_11161_8a7cc032-8634-4117-bae4-371071ce0ce5",
"Timestamp": "2023-09-29T11:40:30Z",
"Application": "Microsoft 365"
},
"Tenant": "DefaultTenant"
}
{
"time": "2023-09-29T11:45:09.7408937Z",
"tenantId": "4b05a653-e372-418d-9bd0-ba2383d1673e",
"operationName": "Publish",
"category": "AdvancedHunting-CloudAppEvents",
"properties": {
"ActionType": "AirInvestigationData",
"ApplicationId": 11161,
"AccountDisplayName": "airinvestigation",
"AccountObjectId": null,
"AccountId": "airinvestigation",
"DeviceType": null,
"OSPlatform": null,
"IPAddress": null,
"IsAnonymousProxy": null,
"CountryCode": null,
"City": null,
"ISP": null,
"UserAgent": null,
"IsAdminOperation": false,
"ActivityObjects": [
{
"Type": "Account",
"Role": "Actor",
"Name": "airinvestigation",
"Id": "airinvestigation",
"ApplicationId": 11161,
"ApplicationInstance": 0
}
],
"AdditionalFields": {},
"ActivityType": "Basic",
"ObjectName": null,
"ObjectType": null,
"ObjectId": null,
"AppInstanceId": 0,
"AccountType": "Regular",
"IsExternalUser": false,
"IsImpersonated": false,
"IPTags": null,
"IPCategory": null,
"UserAgentTags": null,
"RawEventData": {
"Actions": [],
"CreationTime": "2023-09-29T11:40:30Z",
"DeepLinkUrl": "https://security.microsoft.com/mtp-investigation/urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd",
"EndTimeUtc": "2023-09-29T11:34:37Z",
"Id": "8a7cc032-8634-4117-bae4-371071ce0ce5",
"InvestigationId": "urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd",
"InvestigationName": "Mail with malicious file is zapped - urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd",
"InvestigationType": "ZappedFileInvestigation",
"LastUpdateTimeUtc": "2023-09-29T10:54:43Z",
"ObjectId": "8a7cc032-8634-4117-bae4-371071ce0ce5",
"Operation": "AirInvestigationData",
"OrganizationId": "4b05a653-e372-418d-9bd0-ba2383d1673e",
"RecordType": 64,
"RunningTime": 6762,
"StartTimeUtc": "2023-09-29T09:44:07Z",
"Status": "Remediated",
"UserId": "AirInvestigation",
"UserKey": "AirInvestigation",
"UserType": 4,
"Version": 1,
"Workload": "AirInvestigation"
},
"ReportId": "60913494_11161_8a7cc032-8634-4117-bae4-371071ce0ce5",
"Timestamp": "2023-09-29T11:40:30Z",
"Application": "Microsoft 365"
},
"Tenant": "DefaultTenant"
}
{
"time": "2024-10-03T11:29:06.6566759Z",
"tenantId": "4fbd5d8d-5bb5-40c4-b477-41cf4fc40509",
"operationName": "Publish",
"category": "AdvancedHunting-CloudAppEvents",
"_TimeReceivedBySvc": "2024-10-03T11:27:41.2820000Z",
"properties": {
"ActionType": "MailItemsAccessed",
"ApplicationId": 20893,
"AccountDisplayName": "7534549d-2945-469c-9599-c84e749eeeba",
"AccountObjectId": null,
"AccountId": "7534549d-2945-469c-9599-c84e749eeeba",
"DeviceType": "Other",
"OSPlatform": "Unknown",
"IPAddress": "ebce:069e:1ac9:5b57:861b:839d:a2a8:5577",
"IsAnonymousProxy": false,
"CountryCode": "US",
"City": "redmond",
"ISP": "Microsoft Corporation",
"UserAgent": "Client=REST;Client=RESTSystem;;",
"IsAdminOperation": false,
"ActivityObjects": [
{
"Type": "Structured object",
"Role": "Parameter",
"ServiceObjectType": "Session ID"
},
{
"Type": "Task",
"Role": "Target object",
"Name": "MailItemsAccessed"
},
{
"Type": "Property",
"Role": "Parameter",
"Name": "MailAccessType",
"Value": "Bind"
},
{
"Type": "Property",
"Role": "Parameter",
"Name": "IsThrottled",
"Value": "False"
},
{
"Type": "Account",
"Role": "Actor",
"Name": "7534549d-2945-469c-9599-c84e749eeeba",
"Id": "7534549d-2945-469c-9599-c84e749eeeba",
"ApplicationId": 11161,
"ApplicationInstance": 0
},
{
"Type": "User",
"Role": "Parameter",
"Name": "John DOE",
"Id": "e1704d61-3815-44cc-a4ad-944623127391",
"ApplicationId": 11161,
"ApplicationInstance": 0
}
],
"AdditionalFields": {
"IsSatelliteProvider": false
},
"ActivityType": "Run",
"ObjectName": "MailItemsAccessed",
"ObjectType": "Task",
"ObjectId": null,
"AppInstanceId": 0,
"AccountType": "Application",
"IsExternalUser": false,
"IsImpersonated": false,
"IPTags": [
"Microsoft Corporation"
],
"IPCategory": "Cloud provider",
"UserAgentTags": null,
"RawEventData": {
"AppId": "7534549d-2945-469c-9599-c84e749eeeba",
"ClientAppId": "7534549d-2945-469c-9599-c84e749eeeba",
"ClientIPAddress": "ebce:069e:1ac9:5b57:861b:839d:a2a8:5577",
"ClientInfoString": "Client=REST;Client=RESTSystem;;",
"CreationTime": "2024-10-03T11:23:17Z",
"ExternalAccess": false,
"Folders": [
{
"FolderItems": [
{
"ClientRequestId": "cd8073a5-7b34-4ba4-9289-542859f3619f",
"Id": "ID1",
"InternetMessageId": "<1641470871.2259807.1727868231060@ltx1-app86239.prod.linkedin.com>",
"SizeInBytes": 584240
},
{
"ClientRequestId": "cd8073a5-7b34-4ba4-9289-542859f3619f",
"Id": "ID2",
"InternetMessageId": "<1.prod.linkedin.com>",
"SizeInBytes": 541152
},
{
"ClientRequestId": "cd8073a5-7b34-4ba4-9289-542859f3619f",
"Id": "ID4",
"InternetMessageId": "<2.prod.linkedin.com>",
"SizeInBytes": 594034
},
{
"ClientRequestId": "cd8073a5-7b34-4ba4-9289-542859f3619f",
"Id": "ID5",
"InternetMessageId": "<1@emsecure.net>",
"SizeInBytes": 134730
},
{
"ClientRequestId": "cd8073a5-7b34-4ba4-9289-542859f3619f",
"Id": "ID6",
"InternetMessageId": "<1@geopod-ismtpd-10>",
"SizeInBytes": 343263
},
{
"ClientRequestId": "cd8073a5-7b34-4ba4-9289-542859f3619f",
"Id": "ID7",
"InternetMessageId": "<1@.prod.linkedin.com>",
"SizeInBytes": 584542
}
],
"Id": "ID8",
"Path": "\\Bo\u00eete de r\u00e9ception"
}
],
"Id": "f747c19c-0664-45c8-aac9-8f16e7714de1",
"InternalLogonType": 0,
"LogonType": 0,
"LogonUserSid": "S-1",
"MailboxGuid": "6b8eed58-9e96-4167-9ec4-2bb05b47e416",
"MailboxOwnerSid": "S-1",
"MailboxOwnerUPN": "john.doe@example.com",
"Operation": "MailItemsAccessed",
"OperationCount": 6,
"OperationProperties": [
{
"Name": "MailAccessType",
"Value": "Bind"
},
{
"Name": "IsThrottled",
"Value": "False"
}
],
"OrganizationId": "4fbd5d8d-5bb5-40c4-b477-41cf4fc40509",
"OrganizationName": "neoma.onmicrosoft.com",
"OriginatingServer": "PAWPR07MB9438 (15.20.4200.000)\r\n",
"RecordType": 50,
"ResultStatus": "Succeeded",
"UserId": "john.doe@example.com",
"UserKey": "7534549d-2945-469c-9599-c84e749eeeba",
"UserType": 5,
"Version": 1,
"Workload": "Exchange"
},
"ReportId": "98261974_20893_f747c19c-0664-45c8-aac9-8f16e7714de1",
"Timestamp": "2024-10-03T11:23:17Z",
"Application": "Microsoft Exchange Online"
},
"Tenant": "DefaultTenant"
}
{
"time": "2024-08-30T07:00:12.5431823Z",
"tenantId": "e9dc510f-a9d1-4041-ba9c-3308ff2cafba",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceNetworkEvents",
"_TimeReceivedBySvc": "2024-08-30T06:57:48.6877713Z",
"properties": {
"DeviceName": "dks001.example.org",
"DeviceId": "fe0395f347034d61a2c2c718d14df664",
"ReportId": 33227,
"RemoteIP": "5.6.7.8",
"RemotePort": 443,
"LocalIP": "1.2.3.4",
"LocalPort": 56468,
"Protocol": "TcpV4",
"RemoteUrl": null,
"InitiatingProcessCreationTime": null,
"InitiatingProcessId": 0,
"InitiatingProcessCommandLine": null,
"InitiatingProcessParentCreationTime": null,
"InitiatingProcessParentId": 0,
"InitiatingProcessParentFileName": null,
"InitiatingProcessSHA1": null,
"InitiatingProcessMD5": null,
"InitiatingProcessFolderPath": null,
"InitiatingProcessAccountName": null,
"InitiatingProcessAccountDomain": null,
"InitiatingProcessAccountSid": null,
"InitiatingProcessFileName": null,
"InitiatingProcessIntegrityLevel": null,
"InitiatingProcessTokenElevation": "None",
"AppGuardContainerId": "",
"LocalIPType": null,
"RemoteIPType": null,
"ActionType": "InboundConnectionAcknowledged",
"InitiatingProcessSHA256": null,
"InitiatingProcessAccountUpn": null,
"InitiatingProcessAccountObjectId": null,
"AdditionalFields": "{\"Source Mac\":\"84:fa:b1:70:bf:8e\",\"Destination Mac\":\"80:95:bb:71:95:aa\",\"Tcp Flags\":18,\"Packet Size\":66}",
"InitiatingProcessFileSize": null,
"InitiatingProcessVersionInfoCompanyName": null,
"InitiatingProcessVersionInfoProductName": null,
"InitiatingProcessVersionInfoProductVersion": null,
"InitiatingProcessVersionInfoInternalFileName": null,
"InitiatingProcessVersionInfoOriginalFileName": null,
"InitiatingProcessVersionInfoFileDescription": null,
"InitiatingProcessSessionId": null,
"IsInitiatingProcessRemoteSession": false,
"InitiatingProcessRemoteSessionDeviceName": null,
"InitiatingProcessRemoteSessionIP": null,
"Timestamp": "2024-08-30T07:04:25.6763023Z",
"MachineGroup": null
},
"Tenant": "DefaultTenant"
}
{
"time": "2024-08-07T14:40:43.3217277Z",
"tenantId": "32fd1322-613a-4307-8da8-d9f2ba7dcfee",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceNetworkEvents",
"_TimeReceivedBySvc": "2024-08-07T14:39:52.9339374Z",
"properties": {
"DeviceName": "desktop01.example.com",
"DeviceId": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3",
"ReportId": 355896,
"RemoteIP": "1.2.3.4",
"RemotePort": 7680,
"LocalIP": "5.6.7.8",
"LocalPort": 56499,
"Protocol": "TcpV4",
"RemoteUrl": null,
"InitiatingProcessCreationTime": null,
"InitiatingProcessId": 0,
"InitiatingProcessCommandLine": null,
"InitiatingProcessParentCreationTime": null,
"InitiatingProcessParentId": 0,
"InitiatingProcessParentFileName": null,
"InitiatingProcessSHA1": null,
"InitiatingProcessMD5": null,
"InitiatingProcessFolderPath": null,
"InitiatingProcessAccountName": null,
"InitiatingProcessAccountDomain": null,
"InitiatingProcessAccountSid": null,
"InitiatingProcessFileName": null,
"InitiatingProcessIntegrityLevel": null,
"InitiatingProcessTokenElevation": "None",
"AppGuardContainerId": "",
"LocalIPType": null,
"RemoteIPType": null,
"ActionType": "ConnectionAttempt",
"InitiatingProcessSHA256": null,
"InitiatingProcessAccountUpn": null,
"InitiatingProcessAccountObjectId": null,
"AdditionalFields": "{\"Source Mac\":\"10:9f:4b:3c:50:d7\",\"Destination Mac\":\"b0:df:72:9d:29:9b\",\"Tcp Flags\":2,\"Packet Size\":66}",
"InitiatingProcessFileSize": null,
"InitiatingProcessVersionInfoCompanyName": null,
"InitiatingProcessVersionInfoProductName": null,
"InitiatingProcessVersionInfoProductVersion": null,
"InitiatingProcessVersionInfoInternalFileName": null,
"InitiatingProcessVersionInfoOriginalFileName": null,
"InitiatingProcessVersionInfoFileDescription": null,
"InitiatingProcessSessionId": null,
"IsInitiatingProcessRemoteSession": false,
"InitiatingProcessRemoteSessionDeviceName": null,
"InitiatingProcessRemoteSessionIP": null,
"Timestamp": "2024-08-07T14:39:37.2995901Z",
"MachineGroup": "All_Win10_11"
},
"Tenant": "DefaultTenant"
}
{
"time": "2022-09-02T22:06:00.6652718Z",
"tenantId": "16ed4fbf-027f-47b3-8d1a-a342781dd2d2",
"operationName": "Publish",
"category": "AdvancedHunting-AlertInfo",
"properties": {
"AlertId": "da637977531594995313_968283104",
"Timestamp": "2022-09-02T22:04:16.134644Z",
"Title": "'Lodi' unwanted software was prevented",
"ServiceSource": "Microsoft Defender for Endpoint",
"Category": "DefenseEvasion",
"Severity": "Informational",
"DetectionSource": "Antivirus",
"MachineGroup": "Windows 10 - remediate threats automatically",
"AttackTechniques": ""
}
}
{
"time": "2022-09-01T07:28:59.5127177Z",
"tenantId": "5ac3ff49-0e19-4600-9ad1-333e64e3b5cc",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceEvents",
"properties": {
"AccountSid": null,
"AccountDomain": null,
"AccountName": null,
"LogonId": null,
"FileName": null,
"FolderPath": null,
"MD5": null,
"SHA1": null,
"FileSize": null,
"SHA256": null,
"ProcessCreationTime": null,
"ProcessTokenElevation": null,
"RemoteUrl": null,
"RegistryKey": null,
"RegistryValueName": null,
"RegistryValueData": null,
"RemoteDeviceName": null,
"FileOriginIP": null,
"FileOriginUrl": null,
"LocalIP": "1.2.3.4",
"LocalPort": null,
"RemoteIP": "5.6.7.8",
"RemotePort": null,
"ProcessId": null,
"ProcessCommandLine": null,
"AdditionalFields": "{\"BaseAddress\":2098738167808,\"RegionSize\":262144,\"ProtectionMask\":64}",
"ActionType": "NtAllocateVirtualMemoryApiCall",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessFolderPath": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"InitiatingProcessFileName": "software_reporter_tool.exe",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessMD5": "51a9cac9c4e8da44ffd7502be17604ee",
"InitiatingProcessSHA256": "6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323",
"InitiatingProcessSHA1": "44543e0c6f30415c670c1322e61ca68602d58708",
"InitiatingProcessLogonId": 121834210,
"InitiatingProcessAccountSid": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"InitiatingProcessAccountDomain": "intranet",
"InitiatingProcessAccountName": "group1",
"InitiatingProcessAccountUpn": "user@example.org",
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCreationTime": "2022-09-01T06:56:23.7887846Z",
"InitiatingProcessId": 1664,
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessParentCreationTime": "2022-09-01T06:56:23.595229Z",
"InitiatingProcessParentId": 15532,
"InitiatingProcessParentFileName": "software_reporter_tool.exe",
"DeviceId": "1111111111111111111111111111111111111111",
"AppGuardContainerId": "",
"MachineGroup": "UnassignedGroup",
"Timestamp": "2022-09-01T07:09:47.4980566Z",
"DeviceName": "test.lab",
"ReportId": 104061
}
}
{
"time": "2022-09-02T13:12:14.2082552Z",
"tenantId": "16ed4fbf-027f-47b3-8d1a-a342781dd2d2",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceFileCertificateInfo",
"properties": {
"SHA1": "4334f41d684200d1a52c977417f5ba1eba4969b5",
"IsSigned": true,
"IsRootSignerMicrosoft": true,
"Signer": "Microsoft Windows",
"SignerHash": "fe51e838a087bb561bbb2dd9ba20143384a03b3f",
"Issuer": "Microsoft Windows Production PCA 2011",
"IssuerHash": "580a6f4cc4e4b669b9ebdc1b2b3e087b80d0678d",
"SignatureType": "Catalog",
"IsTrusted": true,
"CertificateCreationTime": "2021-09-02T18:23:41Z",
"CertificateExpirationTime": "2022-09-01T18:23:41Z",
"CertificateCountersignatureTime": "2022-07-06T05:55:26.23Z",
"CrlDistributionPointUrls": "[\"http://www.microsoft.com/pkiops/crl/MicWinProPCA2011_2011-10-19.crl\"]",
"CertificateSerialNumber": "330000033c89c66a7b45bb1fbd00000000033c",
"DeviceId": "db1b7a6a38796c8d49f7746d3ab2252b53b45c80",
"MachineGroup": "Windows 10 - remediate threats automatically",
"Timestamp": "2022-09-02T13:10:10.7177Z",
"DeviceName": "test.lab",
"ReportId": 20370
}
}
{
"time": "2022-09-01T07:49:40.4279379Z",
"tenantId": "5ac3ff49-0e19-4600-9ad1-333e64e3b5cc",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceFileEvents",
"properties": {
"PreviousFileName": null,
"FileName": "OneDriveFileLauncher.exe",
"FolderPath": "C:\\Users\\USER\\AppData\\Local\\Microsoft\\OneDrive\\22.161.0731.0002",
"PreviousFolderPath": null,
"SHA1": null,
"SHA256": null,
"MD5": null,
"FileSize": null,
"FileOriginReferrerUrl": null,
"FileOriginUrl": null,
"FileOriginIP": null,
"SensitivityLabel": null,
"SensitivitySubLabel": null,
"IsAzureInfoProtectionApplied": null,
"ShareName": null,
"RequestSourceIP": null,
"RequestSourcePort": null,
"RequestProtocol": null,
"RequestAccountName": null,
"RequestAccountDomain": null,
"RequestAccountSid": null,
"AdditionalFields": null,
"ActionType": "FileDeleted",
"InitiatingProcessVersionInfoCompanyName": "Microsoft Corporation",
"InitiatingProcessVersionInfoProductName": "Microsoft OneDrive",
"InitiatingProcessVersionInfoProductVersion": "22.166.0807.0002",
"InitiatingProcessVersionInfoInternalFileName": "OneDriveSetup.exe",
"InitiatingProcessVersionInfoOriginalFileName": "OneDriveSetup.exe",
"InitiatingProcessVersionInfoFileDescription": "Microsoft OneDrive (64 bit) Setup",
"InitiatingProcessFolderPath": "c:\\users\\USER\\appdata\\local\\microsoft\\onedrive\\update\\onedrivesetup.exe",
"InitiatingProcessFileSize": 56824728,
"InitiatingProcessMD5": "9a3af3a9ce0217bccce1d161e0b6bfde",
"InitiatingProcessSHA256": "30204bef93d692fbcbf7475b154e3f65d3aace6f8f030af9e412f3d9e8d9a595",
"InitiatingProcessSHA1": "8f6ebe4a51ce4b5f76f4d896a6e289e69f91a264",
"InitiatingProcessAccountSid": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"InitiatingProcessAccountDomain": "intranet",
"InitiatingProcessAccountName": "group1",
"InitiatingProcessAccountUpn": "user@example.org",
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCreationTime": "2022-09-01T07:46:34.0214941Z",
"InitiatingProcessId": 27512,
"InitiatingProcessFileName": "OneDriveSetup.exe",
"InitiatingProcessCommandLine": "OneDriveSetup.exe /update /restart /updateSource:ODU /peruser /childprocess /extractFilesWithLessThreadCount /renameReplaceOneDriveExe /renameReplaceODSUExe /removeNonCurrentVersions /enableODSUReportingMode ",
"InitiatingProcessParentCreationTime": "2022-09-01T07:46:33.5858992Z",
"InitiatingProcessParentId": 588,
"InitiatingProcessParentFileName": "OneDriveSetup.exe",
"InitiatingProcessIntegrityLevel": "Medium",
"InitiatingProcessTokenElevation": "TokenElevationTypeDefault",
"DeviceId": "1111111111111111111111111111111111111111",
"AppGuardContainerId": "",
"MachineGroup": "UnassignedGroup",
"Timestamp": "2022-09-01T07:46:42.4684081Z",
"DeviceName": "test.lab",
"ReportId": 152059
}
}
{
"time": "2022-09-01T07:49:37.5372014Z",
"tenantId": "5ac3ff49-0e19-4600-9ad1-333e64e3b5cc",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceImageLoadEvents",
"properties": {
"FolderPath": "C:\\Program Files (x86)\\Adobe\\8.1\\Client\\BIN\\sscfom.dll",
"FileSize": 1048576,
"FileName": "sscfom.dll",
"MD5": "83fd76962ba443b3d6e317ad73126843",
"SHA256": "14c0592339b02885a8e4cf9724c607afe2a0187348c1aa084db3875ce93be0fe",
"SHA1": "742ef984a8f759090f44838f737d575e283942be",
"InitiatingProcessVersionInfoCompanyName": null,
"InitiatingProcessVersionInfoProductName": null,
"InitiatingProcessVersionInfoProductVersion": null,
"InitiatingProcessVersionInfoInternalFileName": null,
"InitiatingProcessVersionInfoOriginalFileName": null,
"InitiatingProcessVersionInfoFileDescription": null,
"InitiatingProcessFolderPath": "c:\\program files (x86)\\adobe\\8.1\\client\\bin\\autosync.exe",
"InitiatingProcessFileName": "autosync.exe",
"InitiatingProcessFileSize": 66560,
"InitiatingProcessMD5": "4617605c67d2a4f8ff7f86042d40011d",
"InitiatingProcessSHA256": "9ff12db8e1aa2bc6781d1e399ec7a0fd38278dee8f2b5ece7403f2bab009dbe7",
"InitiatingProcessSHA1": "1181891a21a785f05de6f40a3c635534ade13262",
"InitiatingProcessAccountSid": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"InitiatingProcessAccountDomain": "intranet",
"InitiatingProcessAccountName": "group1",
"InitiatingProcessAccountUpn": "user@example.org",
"InitiatingProcessAccountObjectId": null,
"InitiatingProcessCreationTime": "2022-09-01T07:47:58.182445Z",
"InitiatingProcessId": 15584,
"InitiatingProcessCommandLine": "\"autosync.exe\" /c C:\\PROGRA~2\\adobe\\8.1\\Client\\bin\\fra\\adobe.cfg /c \" usa\"",
"InitiatingProcessParentCreationTime": "2022-09-01T07:47:17.01345Z",
"InitiatingProcessParentId": 2548,
"InitiatingProcessParentFileName": "explorer.exe",
"InitiatingProcessIntegrityLevel": "Medium",
"InitiatingProcessTokenElevation": "TokenElevationTypeDefault",
"DeviceId": "4b35a092f1578f0a6f1b7dbf9e90465563781043",
"AppGuardContainerId": "",
"MachineGroup": "Windows 10 - remediate threats automatically",
"Timestamp": "2022-09-01T07:47:58.6161271Z",
"DeviceName": "test.lab",
"ReportId": 3758,
"ActionType": "ImageLoaded"
}
}
{
"time": "2023-01-02T17:21:10.6891411Z",
"tenantId": "d9eae684-f70a-4ac1-b304-53de40a8db56",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceInfo",
"properties": {
"ClientVersion": "10.8295.19041.2311",
"PublicIP": "4.3.2.1",
"DeviceName": "ml-002",
"DeviceId": "9766ea323abe48f9b9d86b4fb3dc6c14",
"ReportId": 11111,
"Timestamp": "2023-01-02T17:18:18.4028562Z",
"OSArchitecture": null,
"OSPlatform": null,
"OSBuild": null,
"IsAzureADJoined": true,
"LoggedOnUsers": "[{\"UserName\":\"JOHNDOE\",\"DomainName\":\"INTRANET\",\"Sid\":\"S-1-11-1-1111111111-1111111111-1111111111-1111111111\"}]",
"RegistryDeviceTag": null,
"OSVersion": null,
"AdditionalFields": "[]",
"AadDeviceId": "cc8601ad-6446-4277-b110-9f01e636b653",
"MergedDeviceIds": "",
"MergedToDeviceId": "",
"Vendor": "",
"Model": "",
"OnboardingStatus": "Onboarded",
"DeviceCategory": "Endpoint",
"DeviceType": "Workstation",
"DeviceSubtype": null,
"OSVersionInfo": "",
"OSDistribution": "",
"JoinType": "AAD Joined",
"MachineGroup": "UnassignedGroup"
},
"Tenant": "DefaultTenant"
}
{
"time": "2023-01-02T17:21:10.6890829Z",
"tenantId": "d9eae684-f70a-4ac1-b304-53de40a8db56",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceInfo",
"properties": {
"ClientVersion": "10.8295.19041.2311",
"PublicIP": "4.3.2.1",
"DeviceName": "ml-002",
"DeviceId": "9766ea323abe48f9b9d86b4fb3dc6c14",
"ReportId": 22222,
"Timestamp": "2023-01-02T17:16:49.4177838Z",
"OSArchitecture": null,
"OSPlatform": null,
"OSBuild": null,
"IsAzureADJoined": true,
"LoggedOnUsers": "[]",
"RegistryDeviceTag": null,
"OSVersion": null,
"AdditionalFields": "[]",
"AadDeviceId": "cc8601ad-6446-4277-b110-9f01e636b653",
"MergedDeviceIds": "",
"MergedToDeviceId": "",
"Vendor": "",
"Model": "",
"OnboardingStatus": "Onboarded",
"DeviceCategory": "Endpoint",
"DeviceType": "Workstation",
"DeviceSubtype": null,
"OSVersionInfo": "",
"OSDistribution": "",
"JoinType": "Hybrid Azure AD Join",
"MachineGroup": "Windows 10 - remediate threats automatically"
},
"Tenant": "DefaultTenant"
}
{
"time": "2023-01-04T14:26:25.0567375Z",
"tenantId": "d9eae684-f70a-4ac1-b304-53de40a8db56",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceLogonEvents",
"properties": {
"AccountName": "dwm-3",
"AccountDomain": "window manager",
"LogonType": "Interactive",
"DeviceId": "dbe5c34434fb4792bea6874dd0b1f107",
"DeviceName": "ml022",
"ReportId": 21833,
"Timestamp": "2023-01-04T13:25:36.1936997Z",
"AccountSid": "S-1-1-11-1-1",
"AppGuardContainerId": "",
"LogonId": 111111,
"RemoteIP": "",
"RemotePort": null,
"RemoteDeviceName": "",
"ActionType": "LogonSuccess",
"InitiatingProcessId": 3660,
"InitiatingProcessCreationTime": "2023-01-04T13:25:35.9877068Z",
"InitiatingProcessFileName": "winlogon.exe",
"InitiatingProcessFolderPath": "C:\\Windows\\System32",
"InitiatingProcessSHA1": "0c8b6c1f8c1d248000192e2569735848051b3ce1",
"InitiatingProcessSHA256": null,
"InitiatingProcessMD5": "f597fa958fd63accc90cb469e7ddc2a5",
"InitiatingProcessCommandLine": "WinLogon.exe -SpecialSession",
"InitiatingProcessAccountName": "system",
"InitiatingProcessAccountDomain": "NT",
"InitiatingProcessAccountSid": "S-1-1-11",
"InitiatingProcessTokenElevation": "None",
"InitiatingProcessIntegrityLevel": null,
"InitiatingProcessParentId": 12776,
"InitiatingProcessParentCreationTime": "2023-01-04T13:25:35.9028371Z",
"InitiatingProcessParentFileName": "\\Device\\HarddiskVolume3\\Windows\\System32\\smss.exe",
"AdditionalFields": "{\"IsLocalLogon\":true}",
"RemoteIPType": null,
"IsLocalAdmin": null,
"InitiatingProcessAccountUpn": null,
"InitiatingProcessAccountObjectId": null,
"Protocol": "Negotiate",
"FailureReason": null,
"InitiatingProcessFileSize": null,
"InitiatingProcessVersionInfoCompanyName": null,
"InitiatingProcessVersionInfoProductName": null,
"InitiatingProcessVersionInfoProductVersion": null,
"InitiatingProcessVersionInfoInternalFileName": null,
"InitiatingProcessVersionInfoOriginalFileName": null,
"InitiatingProcessVersionInfoFileDescription": null,
"MachineGroup": "UnassignedGroup"
},
"Tenant": "DefaultTenant"
}
{
"time": "2024-09-30T14:02:12.4790551Z",
"tenantId": "d9eae684-f70a-4ac1-b304-53de40a8db56",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceNetworkEvents",
"_TimeReceivedBySvc": "2024-09-30T14:01:00.5234998Z",
"properties": {
"DeviceName": "ml022",
"DeviceId": "dbe5c34434fb4792bea6874dd0b1f107",
"ReportId": 21118,
"RemoteIP": "1.2.3.4",
"RemotePort": 57410,
"LocalIP": "5.6.7.8",
"LocalPort": 7680,
"Protocol": "TcpV4",
"RemoteUrl": null,
"InitiatingProcessCreationTime": null,
"InitiatingProcessId": 0,
"InitiatingProcessCommandLine": null,
"InitiatingProcessParentCreationTime": null,
"InitiatingProcessParentId": 0,
"InitiatingProcessParentFileName": null,
"InitiatingProcessSHA1": null,
"InitiatingProcessMD5": null,
"InitiatingProcessFolderPath": null,
"InitiatingProcessAccountName": null,
"InitiatingProcessAccountDomain": null,
"InitiatingProcessAccountSid": null,
"InitiatingProcessFileName": null,
"InitiatingProcessIntegrityLevel": null,
"InitiatingProcessTokenElevation": "None",
"AppGuardContainerId": "",
"LocalIPType": null,
"RemoteIPType": null,
"ActionType": "ConnectionAttempt",
"InitiatingProcessSHA256": null,
"InitiatingProcessAccountUpn": null,
"InitiatingProcessAccountObjectId": null,
"AdditionalFields": "{\"direction\":\"In\",\"Source Mac\":\"0a:ac:f5:b4:e6:37\",\"Destination Mac\":\"18:e8:f8:74:c9:0d\",\"Tcp Flags\":2,\"Packet Size\":66}",
"InitiatingProcessFileSize": null,
"InitiatingProcessVersionInfoCompanyName": null,
"InitiatingProcessVersionInfoProductName": null,
"InitiatingProcessVersionInfoProductVersion": null,
"InitiatingProcessVersionInfoInternalFileName": null,
"InitiatingProcessVersionInfoOriginalFileName": null,
"InitiatingProcessVersionInfoFileDescription": null,
"InitiatingProcessSessionId": null,
"IsInitiatingProcessRemoteSession": false,
"InitiatingProcessRemoteSessionDeviceName": null,
"InitiatingProcessRemoteSessionIP": null,
"Timestamp": "2024-09-30T14:00:41.9341182Z",
"MachineGroup": "Windows 10/11 - remediate threats automatically"
},
"Tenant": "DefaultTenant"
}
{
"time": "2023-01-04T14:07:32.6213639Z",
"tenantId": "d9eae684-f70a-4ac1-b304-53de40a8db56",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceNetworkEvents",
"properties": {
"DeviceId": "dbe5c34434fb4792bea6874dd0b1f107",
"DeviceName": "ml022",
"ReportId": 37827,
"Timestamp": "2023-01-04T14:05:32.3148625Z",
"RemoteIP": "5.6.7.8",
"RemotePort": 443,
"LocalIP": "1.2.3.4",
"LocalPort": 59985,
"Protocol": "Tcp",
"RemoteUrl": "www.example.org",
"InitiatingProcessCreationTime": "2023-01-04T14:05:22.8079798Z",
"InitiatingProcessId": 18288,
"InitiatingProcessCommandLine": "\"EXCEL.EXE\" \"C:\\Users\\USER\\MyDocument.xslx",
"InitiatingProcessParentCreationTime": "2023-01-04T14:04:35.708037Z",
"InitiatingProcessParentId": 23332,
"InitiatingProcessParentFileName": "explorer.exe",
"InitiatingProcessSHA1": "2b684979d6174bad69d895c7d8a852e7b206b95f",
"InitiatingProcessMD5": "4d5b7b6c06159d6b967f2c2c73f10145",
"InitiatingProcessFolderPath": "c:\\program files\\microsoft office\\root\\office16\\excel.exe",
"InitiatingProcessAccountName": "USER",
"InitiatingProcessAccountDomain": "intranet",
"InitiatingProcessAccountSid": "S-1-11-1-11111111-1111111111-111111111-111111111",
"InitiatingProcessFileName": "EXCEL.EXE",
"InitiatingProcessIntegrityLevel": "Medium",
"InitiatingProcessTokenElevation": "TokenElevationTypeDefault",
"AppGuardContainerId": "",
"LocalIPType": "Private",
"RemoteIPType": "Public",
"ActionType": "ConnectionSuccess",
"InitiatingProcessSHA256": "1e22c9b2e6562fa32d410bc4957279a46b614eed4cd5f45c200b4a24237bd095",
"InitiatingProcessAccountUpn": "john.doe@example.org",
"InitiatingProcessAccountObjectId": "e0e5e759-c1e1-4cf9-91d5-c1099ef74614",
"AdditionalFields": null,
"InitiatingProcessFileSize": 63984520,
"InitiatingProcessVersionInfoCompanyName": "Microsoft Corporation",
"InitiatingProcessVersionInfoProductName": "Microsoft Office",
"InitiatingProcessVersionInfoProductVersion": "16.0.15601.20538",
"InitiatingProcessVersionInfoInternalFileName": "Excel",
"InitiatingProcessVersionInfoOriginalFileName": "Excel.exe",
"InitiatingProcessVersionInfoFileDescription": "Microsoft Excel",
"MachineGroup": "UnassignedGroup"
},
"Tenant": "DefaultTenant"
}
{
"time": "2023-01-04T14:07:34.1999095Z",
"tenantId": "d9eae684-f70a-4ac1-b304-53de40a8db56",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceNetworkInfo",
"properties": {
"DeviceId": "dbe5c34434fb4792bea6874dd0b1f107",
"DeviceName": "ml022",
"Timestamp": "2023-01-04T14:04:35.622431Z",
"ReportId": 13489,
"NetworkAdapterName": "{B844C2B6-E379-47C8-A28B-784DF7D3D731}",
"NetworkAdapterType": "Guest",
"NetworkAdapterStatus": "Down",
"TunnelType": "None",
"ConnectedNetworks": null,
"DnsAddresses": "[\"fff0:0:0:ffff::1\",\"fff0:0:0:ffff::2\",\"fff0:0:0:ffff::3\"]",
"DefaultGateways": null,
"MacAddress": "C8B29B8AEAAE",
"IPv4Dhcp": "",
"IPv6Dhcp": "",
"IPAddresses": "[{\"IPAddress\":\"1.2.3.4\",\"SubnetPrefix\":16,\"AddressType\":\"LinkLocal\"},{\"IPAddress\":\"ffff::fff:fff:aaa:ccc\",\"SubnetPrefix\":64,\"AddressType\":\"Private\"}]",
"NetworkAdapterVendor": null,
"MachineGroup": "UnassignedGroup"
},
"Tenant": "DefaultTenant"
}
{
"time": "2024-08-01T18:30:14.6841985Z",
"tenantId": "14c90b3a-ee5f-43fa-b406-0baa32d561ca",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceEvents",
"_TimeReceivedBySvc": "2024-08-01T18:28:43.4289906Z",
"properties": {
"DeviceId": "1111111111111111111111111111111111111111",
"DeviceName": "desktop01.example.org",
"ReportId": 4772,
"InitiatingProcessId": null,
"InitiatingProcessCreationTime": null,
"InitiatingProcessCommandLine": null,
"InitiatingProcessParentFileName": null,
"InitiatingProcessParentId": null,
"InitiatingProcessParentCreationTime": null,
"InitiatingProcessSHA1": null,
"InitiatingProcessMD5": null,
"InitiatingProcessFileName": null,
"InitiatingProcessFolderPath": null,
"InitiatingProcessAccountName": "syst\u00e8me",
"InitiatingProcessAccountDomain": "autorite nt",
"SHA1": null,
"MD5": null,
"FileName": null,
"FolderPath": null,
"AccountName": null,
"AccountDomain": null,
"AdditionalFields": "{\"InitiatingProcess\":{},\"ClientMachine\":\"l-195hnx3\",\"IsRemoteMachine\":false}",
"InitiatingProcessAccountSid": null,
"AppGuardContainerId": "",
"InitiatingProcessSHA256": null,
"SHA256": null,
"RemoteUrl": null,
"ProcessCreationTime": null,
"ProcessTokenElevation": null,
"ActionType": "ProcessCreatedUsingWmiQuery",
"FileOriginUrl": null,
"FileOriginIP": null,
"InitiatingProcessLogonId": null,
"AccountSid": null,
"RemoteDeviceName": "",
"RegistryKey": null,
"RegistryValueName": null,
"RegistryValueData": null,
"LogonId": null,
"LocalIP": null,
"LocalPort": null,
"RemoteIP": null,
"RemotePort": null,
"ProcessId": null,
"ProcessCommandLine": null,
"InitiatingProcessAccountUpn": null,
"InitiatingProcessAccountObjectId": null,
"FileSize": null,
"InitiatingProcessFileSize": null,
"InitiatingProcessVersionInfoCompanyName": null,
"InitiatingProcessVersionInfoProductName": null,
"InitiatingProcessVersionInfoProductVersion": null,
"InitiatingProcessVersionInfoInternalFileName": null,
"InitiatingProcessVersionInfoOriginalFileName": null,
"InitiatingProcessVersionInfoFileDescription": null,
"InitiatingProcessSessionId": null,
"IsInitiatingProcessRemoteSession": false,
"InitiatingProcessRemoteSessionDeviceName": null,
"InitiatingProcessRemoteSessionIP": null,
"CreatedProcessSessionId": null,
"IsProcessRemoteSession": false,
"ProcessRemoteSessionDeviceName": null,
"ProcessRemoteSessionIP": null,
"Timestamp": "2024-08-01T18:27:07.2126839Z",
"MachineGroup": null
},
"Tenant": "DefaultTenant"
}
{
"time": "2023-01-04T14:16:55.5041166Z",
"tenantId": "d9eae684-f70a-4ac1-b304-53de40a8db56",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceProcessEvents",
"properties": {
"InitiatingProcessSHA1": "5bfbb0f965e2761d75a51faacc9db6a146a7c5ae",
"InitiatingProcessFileSize": 133576,
"InitiatingProcessMD5": "5d5608654828cf052ba013b3c37cbb61",
"InitiatingProcessFileName": "MsMpEng.exe",
"InitiatingProcessParentFileName": "services.exe",
"InitiatingProcessFolderPath": "c:\\programdata\\microsoft\\windows defender\\platform\\4.18.2301.6-0\\msmpeng.exe",
"InitiatingProcessCommandLine": "\"MsMpEng.exe\"",
"SHA1": "81ea1283c9c328fef3ea93e92dc827f1280b32aa",
"FileSize": 1592184,
"MD5": "17bd5d291205f95eb9ede9e75d5641d7",
"FolderPath": "C:\\ProgramData\\Microsoft\\Windows Defender\\Platform\\4.18.2301.6-0\\MpCmdRun.exe",
"ProcessCommandLine": "\"MpCmdRun.exe\" Scan -ScheduleJob -RestrictPrivileges -DailyScan -ScanTrigger 54",
"FileName": "MpCmdRun.exe",
"ProcessId": 37788,
"InitiatingProcessId": 5456,
"ProcessCreationTime": "2023-01-04T14:15:10.3550336Z",
"DeviceId": "dbe5c34434fb4792bea6874dd0b1f107",
"DeviceName": "ml022",
"InitiatingProcessCreationTime": "2023-01-03T08:51:29.2692792Z",
"InitiatingProcessAccountName": "System",
"InitiatingProcessAccountDomain": "NT",
"InitiatingProcessAccountSid": "S-1-1-11",
"InitiatingProcessSignatureStatus": "Valid",
"InitiatingProcessSignerType": "OsVendor",
"InitiatingProcessParentId": 1032,
"ReportId": 104118,
"Timestamp": "2023-01-04T14:15:10.4684522Z",
"InitiatingProcessParentCreationTime": "2023-01-03T08:51:26.7402415Z",
"InitiatingProcessTokenElevation": "TokenElevationTypeDefault",
"InitiatingProcessIntegrityLevel": "System",
"AccountDomain": "NT",
"AccountName": "system",
"ProcessTokenElevation": "TokenElevationTypeDefault",
"ProcessIntegrityLevel": "System",
"AccountSid": "S-1-1-11",
"AppGuardContainerId": "",
"SHA256": "60d88450bc4d6e9bcb83fbcd0342376694dc55eb8f40b0f79580d1df399a7bdf",
"InitiatingProcessSHA256": "52bd0a4d149f7913b9c3ba111eff1e75188abfcdc54b927390bc3bfad419860e",
"InitiatingProcessLogonId": 999,
"LogonId": 999,
"InitiatingProcessAccountUpn": null,
"InitiatingProcessAccountObjectId": null,
"AccountUpn": null,
"AccountObjectId": null,
"AdditionalFields": null,
"InitiatingProcessVersionInfoCompanyName": "Microsoft Corporation",
"InitiatingProcessVersionInfoProductName": "Microsoft\u00ae Windows\u00ae Operating System",
"InitiatingProcessVersionInfoProductVersion": "4.18.2301.6",
"InitiatingProcessVersionInfoInternalFileName": "MsMpEng.exe",
"InitiatingProcessVersionInfoOriginalFileName": "MsMpEng.exe",
"InitiatingProcessVersionInfoFileDescription": "Antimalware Service Executable",
"ProcessVersionInfoCompanyName": "Microsoft Corporation",
"ProcessVersionInfoProductName": "Microsoft\u00ae Windows\u00ae Operating System",
"ProcessVersionInfoProductVersion": "4.18.2301.6",
"ProcessVersionInfoInternalFileName": "MpCmdRun",
"ProcessVersionInfoOriginalFileName": "MpCmdRun.exe",
"ProcessVersionInfoFileDescription": "Microsoft Malware Protection Command Line Utility",
"MachineGroup": "UnassignedGroup",
"ActionType": "ProcessCreated"
},
"Tenant": "DefaultTenant"
}
{
"time": "2023-01-04T14:37:14.9238631Z",
"tenantId": "d9eae684-f70a-4ac1-b304-53de40a8db56",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceRegistryEvents",
"properties": {
"DeviceId": "dbe5c34434fb4792bea6874dd0b1f107",
"DeviceName": "ml022",
"ReportId": 19168,
"Timestamp": "2023-01-04T14:35:20.6161937Z",
"RegistryKey": "",
"RegistryValueName": null,
"RegistryValueType": "None",
"RegistryValueData": null,
"PreviousRegistryValueData": null,
"InitiatingProcessSHA1": "9df2bc8901233492b2488de8742a35d3d5c46c12",
"InitiatingProcessFileSize": 445440,
"InitiatingProcessMD5": "655381bd34fa7f6421e3740f1fc3c1b1",
"InitiatingProcessFileName": "omadmclient.exe",
"InitiatingProcessParentFileName": "svchost.exe",
"InitiatingProcessFolderPath": "c:\\windows\\system32\\omadmclient.exe",
"InitiatingProcessCommandLine": "\"omadmclient.exe\" /serverid \"1F2E9005-CEAB-4280-83A7-8429D26DE773\" /lookuptype 1 /initiator 0",
"InitiatingProcessCreationTime": "2023-03-01T14:34:55.9883418Z",
"InitiatingProcessParentCreationTime": "2023-03-01T09:01:41.8134369Z",
"InitiatingProcessAccountName": "system",
"InitiatingProcessAccountDomain": "NT",
"InitiatingProcessAccountSid": "S-1-1-11",
"InitiatingProcessParentId": 2196,
"InitiatingProcessId": 25072,
"InitiatingProcessIntegrityLevel": "System",
"InitiatingProcessTokenElevation": "TokenElevationTypeDefault",
"PreviousRegistryKey": "HKEY_LOCAL_MACHINE\\BCD00000000\\Objects\\{a5a30fa2-3d06-4e9f-b5f4-a01df9d1fcba}\\Elements",
"PreviousRegistryValueName": null,
"AppGuardContainerId": "",
"ActionType": "RegistryKeyDeleted",
"InitiatingProcessSHA256": "5e7dfefc195fb0286fda79b22d9c9334ed0162d0d3774ca342343df2e4e5df50",
"InitiatingProcessAccountUpn": null,
"InitiatingProcessAccountObjectId": null,
"InitiatingProcessVersionInfoCompanyName": "Microsoft Corporation",
"InitiatingProcessVersionInfoProductName": "Microsoft\u00ae Windows\u00ae Operating System",
"InitiatingProcessVersionInfoProductVersion": "10.0.19041.2193",
"InitiatingProcessVersionInfoInternalFileName": "omadmclient",
"InitiatingProcessVersionInfoOriginalFileName": "omadmclient.exe",
"InitiatingProcessVersionInfoFileDescription": "Host Process for OMA-DM Client",
"MachineGroup": "UnassignedGroup"
},
"Tenant": "DefaultTenant"
}
{
"time": "2024-10-03T11:25:07.5625580Z",
"tenantId": "feaf3131-8194-423e-b591-5d7b688b9b49",
"operationName": "Publish",
"category": "AdvancedHunting-EmailAttachmentInfo",
"_TimeReceivedBySvc": "2024-10-03T11:22:47.9147121Z",
"properties": {
"ReportId": "fa0aa6f6-5009-4ee6-9000-e4c3d7b461f2-1047008117853037475-114bd151f8fb0c58642d2170da4ae7d7c57977260ac2cc8905306cab6b2acabc-1",
"NetworkMessageId": "fa0aa6f6-5009-4ee6-9000-e4c3d7b461f2",
"Timestamp": "2024-10-03T11:22:47Z",
"SenderFromAddress": "sender@example.com",
"RecipientEmailAddress": "john.doe@example.com",
"FileName": "Outlook-it5xo44r.jpg",
"FileType": "jpeg",
"SHA256": "114bd151f8fb0c58642d2170da4ae7d7c57977260ac2cc8905306cab6b2acabc",
"RecipientObjectId": "9f888faa-aac1-499d-8119-df55402be910",
"SenderObjectId": "9f95ff60-7f2d-4f5f-baa4-7840c52fae64",
"SenderDisplayName": "John DOE",
"ThreatNames": null,
"ThreatTypes": null,
"DetectionMethods": null,
"FileSize": 10996
},
"Tenant": "DefaultTenant"
}
{
"time": "2022-09-01T07:28:59.5127177Z",
"tenantId": "5ac3ff49-0e19-4600-9ad1-333e64e3b5cc",
"operationName": "Publish",
"category": "AdvancedHunting-EmailEvents",
"properties": {
"AccountSid": null,
"AccountDomain": null,
"AccountName": null,
"LogonId": null,
"FileName": null,
"FolderPath": null,
"MD5": null,
"SHA1": null,
"FileSize": null,
"SHA256": null,
"ProcessCreationTime": null,
"ProcessTokenElevation": null,
"RemoteUrl": null,
"RegistryKey": null,
"RegistryValueName": null,
"RegistryValueData": null,
"RemoteDeviceName": null,
"FileOriginIP": null,
"FileOriginUrl": null,
"LocalIP": "1.2.3.4",
"LocalPort": null,
"RemoteIP": "5.6.7.8",
"RemotePort": null,
"ProcessId": null,
"ProcessCommandLine": null,
"AdditionalFields": "{\"BaseAddress\":2098738167808,\"RegionSize\":262144,\"ProtectionMask\":64}",
"ActionType": "NtAllocateVirtualMemoryApiCall",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessFolderPath": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"InitiatingProcessFileName": "software_reporter_tool.exe",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessMD5": "51a9cac9c4e8da44ffd7502be17604ee",
"InitiatingProcessSHA256": "6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323",
"InitiatingProcessSHA1": "44543e0c6f30415c670c1322e61ca68602d58708",
"InitiatingProcessLogonId": 121834210,
"InitiatingProcessAccountSid": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"InitiatingProcessAccountDomain": "intranet",
"InitiatingProcessAccountName": "group1",
"InitiatingProcessAccountUpn": "user@example.org",
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCreationTime": "2022-09-01T06:56:23.7887846Z",
"InitiatingProcessId": 1664,
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessParentCreationTime": "2022-09-01T06:56:23.595229Z",
"InitiatingProcessParentId": 15532,
"InitiatingProcessParentFileName": "software_reporter_tool.exe",
"DeviceId": "1111111111111111111111111111111111111111",
"AppGuardContainerId": "",
"MachineGroup": "UnassignedGroup",
"Timestamp": "2022-09-01T07:09:47.4980566Z",
"DeviceName": "test.lab",
"ReportId": 104061
}
}
{
"time": "2024-10-03T11:12:21.6209320Z",
"tenantId": "ca4e9ba9-4582-4f4b-a93e-c6ce41b32aac",
"operationName": "Publish",
"category": "AdvancedHunting-EmailPostDeliveryEvents",
"_TimeReceivedBySvc": "2024-10-03T11:11:32.8258142Z",
"properties": {
"ReportId": "ec1ad6fe-05ae-4125-bf06-498bc60113f7-10422652723071570813",
"NetworkMessageId": "ec1ad6fe-05ae-4125-bf06-498bc60113f7",
"RecipientEmailAddress": "john.doe@example.com",
"Timestamp": "2024-10-03T11:11:32Z",
"ActionType": "Spam ZAP",
"ActionResult": "Success",
"Action": "Moved to quarantine",
"DeliveryLocation": "Quarantine",
"ActionTrigger": "SpecialAction",
"InternetMessageId": "<01020192520c9bb4-8a4c9d72-a832-47b9-a13f-ce92d3da71ba-000000@eu-west-1.amazonses.com>",
"ThreatTypes": "Spam",
"DetectionMethods": "{\"Spam\":[\"Fingerprint matching\"]}"
},
"Tenant": "DefaultTenant"
}
{
"time": "2022-09-01T07:28:59.5127177Z",
"tenantId": "5ac3ff49-0e19-4600-9ad1-333e64e3b5cc",
"operationName": "Publish",
"category": "AdvancedHunting-EmailUrlInfo",
"properties": {
"AccountSid": null,
"AccountDomain": null,
"AccountName": null,
"LogonId": null,
"FileName": null,
"FolderPath": null,
"MD5": null,
"SHA1": null,
"FileSize": null,
"SHA256": null,
"ProcessCreationTime": null,
"ProcessTokenElevation": null,
"RemoteUrl": null,
"RegistryKey": null,
"RegistryValueName": null,
"RegistryValueData": null,
"RemoteDeviceName": null,
"FileOriginIP": null,
"FileOriginUrl": null,
"LocalIP": "1.2.3.4",
"LocalPort": null,
"RemoteIP": "5.6.7.8",
"RemotePort": null,
"ProcessId": null,
"ProcessCommandLine": null,
"AdditionalFields": "{\"BaseAddress\":2098738167808,\"RegionSize\":262144,\"ProtectionMask\":64}",
"ActionType": "NtAllocateVirtualMemoryApiCall",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessFolderPath": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"InitiatingProcessFileName": "software_reporter_tool.exe",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessMD5": "51a9cac9c4e8da44ffd7502be17604ee",
"InitiatingProcessSHA256": "6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323",
"InitiatingProcessSHA1": "44543e0c6f30415c670c1322e61ca68602d58708",
"InitiatingProcessLogonId": 121834210,
"InitiatingProcessAccountSid": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"InitiatingProcessAccountDomain": "intranet",
"InitiatingProcessAccountName": "group1",
"InitiatingProcessAccountUpn": "user@example.org",
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCreationTime": "2022-09-01T06:56:23.7887846Z",
"InitiatingProcessId": 1664,
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessParentCreationTime": "2022-09-01T06:56:23.595229Z",
"InitiatingProcessParentId": 15532,
"InitiatingProcessParentFileName": "software_reporter_tool.exe",
"DeviceId": "1111111111111111111111111111111111111111",
"AppGuardContainerId": "",
"MachineGroup": "UnassignedGroup",
"Timestamp": "2022-09-01T07:09:47.4980566Z",
"DeviceName": "test.lab",
"ReportId": 104061
}
}
{
"time": "2024-10-04T16:36:20.6444402Z",
"tenantId": "98bcadf5-38d6-4d9f-83bd-1185aa13e9c6",
"operationName": "Publish",
"category": "AdvancedHunting-EmailUrlInfo",
"_TimeReceivedBySvc": "2024-10-04T16:35:56.4645301Z",
"properties": {
"ReportId": "4b978e05-5fd9-4c73-9a21-b1403cad0c09-4376657523182014843",
"NetworkMessageId": "4b978e05-5fd9-4c73-9a21-b1403cad0c09",
"Timestamp": "2024-10-04T16:35:56Z",
"Url": "https://example.com/index.php?q=some+stuff",
"UrlDomain": "example.com",
"UrlLocation": "Body"
},
"Tenant": "DefaultTenant"
}
{
"time": "2022-09-01T07:28:59.5127177Z",
"tenantId": "5ac3ff49-0e19-4600-9ad1-333e64e3b5cc",
"operationName": "Publish",
"category": "AdvancedHunting-IdentityDirectoryEvents",
"properties": {
"AccountSid": null,
"AccountDomain": null,
"AccountName": null,
"LogonId": null,
"FileName": null,
"FolderPath": null,
"MD5": null,
"SHA1": null,
"FileSize": null,
"SHA256": null,
"ProcessCreationTime": null,
"ProcessTokenElevation": null,
"RemoteUrl": null,
"RegistryKey": null,
"RegistryValueName": null,
"RegistryValueData": null,
"RemoteDeviceName": null,
"FileOriginIP": null,
"FileOriginUrl": null,
"LocalIP": "1.2.3.4",
"LocalPort": null,
"RemoteIP": "5.6.7.8",
"RemotePort": null,
"ProcessId": null,
"ProcessCommandLine": null,
"AdditionalFields": "{\"BaseAddress\":2098738167808,\"RegionSize\":262144,\"ProtectionMask\":64}",
"ActionType": "NtAllocateVirtualMemoryApiCall",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessFolderPath": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"InitiatingProcessFileName": "software_reporter_tool.exe",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessMD5": "51a9cac9c4e8da44ffd7502be17604ee",
"InitiatingProcessSHA256": "6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323",
"InitiatingProcessSHA1": "44543e0c6f30415c670c1322e61ca68602d58708",
"InitiatingProcessLogonId": 121834210,
"InitiatingProcessAccountSid": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"InitiatingProcessAccountDomain": "intranet",
"InitiatingProcessAccountName": "group1",
"InitiatingProcessAccountUpn": "user@example.org",
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCreationTime": "2022-09-01T06:56:23.7887846Z",
"InitiatingProcessId": 1664,
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessParentCreationTime": "2022-09-01T06:56:23.595229Z",
"InitiatingProcessParentId": 15532,
"InitiatingProcessParentFileName": "software_reporter_tool.exe",
"DeviceId": "1111111111111111111111111111111111111111",
"AppGuardContainerId": "",
"MachineGroup": "UnassignedGroup",
"Timestamp": "2022-09-01T07:09:47.4980566Z",
"DeviceName": "test.lab",
"ReportId": 104061
}
}
{
"time": "2022-09-01T07:28:59.5127177Z",
"tenantId": "5ac3ff49-0e19-4600-9ad1-333e64e3b5cc",
"operationName": "Publish",
"category": "AdvancedHunting-IdentityInfo",
"properties": {
"AccountSid": null,
"AccountDomain": null,
"AccountName": null,
"LogonId": null,
"FileName": null,
"FolderPath": null,
"MD5": null,
"SHA1": null,
"FileSize": null,
"SHA256": null,
"ProcessCreationTime": null,
"ProcessTokenElevation": null,
"RemoteUrl": null,
"RegistryKey": null,
"RegistryValueName": null,
"RegistryValueData": null,
"RemoteDeviceName": null,
"FileOriginIP": null,
"FileOriginUrl": null,
"LocalIP": "1.2.3.4",
"LocalPort": null,
"RemoteIP": "5.6.7.8",
"RemotePort": null,
"ProcessId": null,
"ProcessCommandLine": null,
"AdditionalFields": "{\"BaseAddress\":2098738167808,\"RegionSize\":262144,\"ProtectionMask\":64}",
"ActionType": "NtAllocateVirtualMemoryApiCall",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessFolderPath": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"InitiatingProcessFileName": "software_reporter_tool.exe",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessMD5": "51a9cac9c4e8da44ffd7502be17604ee",
"InitiatingProcessSHA256": "6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323",
"InitiatingProcessSHA1": "44543e0c6f30415c670c1322e61ca68602d58708",
"InitiatingProcessLogonId": 121834210,
"InitiatingProcessAccountSid": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"InitiatingProcessAccountDomain": "intranet",
"InitiatingProcessAccountName": "group1",
"InitiatingProcessAccountUpn": "user@example.org",
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCreationTime": "2022-09-01T06:56:23.7887846Z",
"InitiatingProcessId": 1664,
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessParentCreationTime": "2022-09-01T06:56:23.595229Z",
"InitiatingProcessParentId": 15532,
"InitiatingProcessParentFileName": "software_reporter_tool.exe",
"DeviceId": "1111111111111111111111111111111111111111",
"AppGuardContainerId": "",
"MachineGroup": "UnassignedGroup",
"Timestamp": "2022-09-01T07:09:47.4980566Z",
"DeviceName": "test.lab",
"ReportId": 104061
}
}
{
"time": "2024-10-03T11:13:23.4712503Z",
"tenantId": "a1616f45-c922-4c95-acca-f69494cb464e",
"operationName": "Publish",
"category": "AdvancedHunting-IdentityInfo",
"_TimeReceivedBySvc": "2024-10-03T11:13:23.4430000Z",
"properties": {
"Timestamp": "2024-10-03T11:13:23.0234783Z",
"ReportId": "6aefc315-d9e5-4230-81b4-c2d0b40b6282",
"AccountName": "123456",
"AccountDomain": "itg.local",
"AccountUpn": "johndoe@example.com",
"AccountObjectId": "b1ea6dde-2f60-4c1c-ba51-a929e2dba958",
"AccountDisplayName": "DOE John",
"GivenName": "Emma",
"Surname": "TSCHAEN",
"Department": null,
"JobTitle": null,
"EmailAddress": "johndoe@example.com",
"Manager": null,
"Address": null,
"City": null,
"Country": null,
"Phone": null,
"CreatedDateTime": "2024-07-20T02:45:30Z",
"DistinguishedName": "CN=DOE John,OU=PGE,OU=Student,DC=itg,DC=local",
"OnPremSid": "S-1-5-21-2308620423-2764619233-3639949770-5127445",
"CloudSid": "S-1",
"IsAccountEnabled": true,
"SourceProvider": "AzureActiveDirectory",
"ChangeSource": "AzureActiveDirectory",
"BlastRadius": null,
"CompanyName": null,
"DeletedDateTime": null,
"EmployeeId": null,
"OtherMailAddresses": null,
"RiskLevel": null,
"RiskLevelDetails": null,
"State": null,
"Tags": [],
"CriticalityLevel": null,
"SipProxyAddress": "",
"Type": "User"
},
"Tenant": "DefaultTenant"
}
{
"time": "2022-09-01T07:28:59.5127177Z",
"tenantId": "5ac3ff49-0e19-4600-9ad1-333e64e3b5cc",
"operationName": "Publish",
"category": "AdvancedHunting-IdentityLogonEvents",
"properties": {
"AccountSid": null,
"AccountDomain": null,
"AccountName": null,
"LogonId": null,
"FileName": null,
"FolderPath": null,
"MD5": null,
"SHA1": null,
"FileSize": null,
"SHA256": null,
"ProcessCreationTime": null,
"ProcessTokenElevation": null,
"RemoteUrl": null,
"RegistryKey": null,
"RegistryValueName": null,
"RegistryValueData": null,
"RemoteDeviceName": null,
"FileOriginIP": null,
"FileOriginUrl": null,
"LocalIP": "1.2.3.4",
"LocalPort": null,
"RemoteIP": "5.6.7.8",
"RemotePort": null,
"ProcessId": null,
"ProcessCommandLine": null,
"AdditionalFields": "{\"BaseAddress\":2098738167808,\"RegionSize\":262144,\"ProtectionMask\":64}",
"ActionType": "NtAllocateVirtualMemoryApiCall",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessFolderPath": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"InitiatingProcessFileName": "software_reporter_tool.exe",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessMD5": "51a9cac9c4e8da44ffd7502be17604ee",
"InitiatingProcessSHA256": "6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323",
"InitiatingProcessSHA1": "44543e0c6f30415c670c1322e61ca68602d58708",
"InitiatingProcessLogonId": 121834210,
"InitiatingProcessAccountSid": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"InitiatingProcessAccountDomain": "intranet",
"InitiatingProcessAccountName": "group1",
"InitiatingProcessAccountUpn": "user@example.org",
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCreationTime": "2022-09-01T06:56:23.7887846Z",
"InitiatingProcessId": 1664,
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessParentCreationTime": "2022-09-01T06:56:23.595229Z",
"InitiatingProcessParentId": 15532,
"InitiatingProcessParentFileName": "software_reporter_tool.exe",
"DeviceId": "1111111111111111111111111111111111111111",
"AppGuardContainerId": "",
"MachineGroup": "UnassignedGroup",
"Timestamp": "2022-09-01T07:09:47.4980566Z",
"DeviceName": "test.lab",
"ReportId": 104061
}
}
{
"time": "2024-10-03T11:27:16.2140248Z",
"tenantId": "9f97a043-faf0-4df7-b467-57f7bb72740c",
"operationName": "Publish",
"category": "AdvancedHunting-IdentityLogonEvents",
"_TimeReceivedBySvc": "2024-10-03T11:24:42.5340000Z",
"properties": {
"ActionType": "LogonSuccess",
"LogonType": "OAuth2:Authorize",
"Protocol": null,
"AccountDisplayName": "John DOE",
"AccountUpn": "john.doe@example.com",
"AccountName": "john.doe",
"AccountDomain": "example.com",
"AccountSid": null,
"AccountObjectId": "9a5a5efc-e558-41d2-b3da-2c4e953eb5c4",
"IPAddress": "1.2.3.4",
"Location": "FR",
"DeviceName": null,
"OSPlatform": "Windows 10",
"DeviceType": "Desktop",
"ISP": "neoma business school",
"DestinationDeviceName": null,
"TargetDeviceName": null,
"FailureReason": null,
"Port": null,
"DestinationPort": null,
"DestinationIPAddress": null,
"TargetAccountDisplayName": null,
"AdditionalFields": {
"ACTOR.ENTITY_USER": "John DOE",
"ACTOR.ALIAS": "John DOE",
"ARG.CLOUD_SERVICE": "Editor Browser Extension",
"Pass-through authentication": "false",
"Request ID": "62a44e8f-2f30-4146-a8c6-047e526e282f"
},
"ReportId": "8e17f393c95c1233d67d61d282ae7b2d4609afa97cc74f68e75dc171e9d691e9",
"Timestamp": "2024-10-03T11:23:16.963Z",
"Application": "Microsoft 365"
},
"Tenant": "DefaultTenant"
}
{
"time": "2024-10-01T08:33:28.2285123Z",
"tenantId": "3f1c3ba0-b477-46a2-bc02-d908ed2f548e",
"operationName": "Publish",
"category": "AdvancedHunting-IdentityLogonEvents",
"_TimeReceivedBySvc": "2024-10-01T08:32:19.6154094Z",
"properties": {
"ActionType": "LogonSuccess",
"LogonType": "Resource access",
"Protocol": "Ntlm",
"AccountDisplayName": "John DOE",
"AccountUpn": "john.doe@example.com",
"AccountName": "johndoe",
"AccountDomain": "example.com",
"AccountSid": "S-1-5-21-1614895754-1343024091-1177238915-9841",
"AccountObjectId": "f701b0c2-2089-481d-ac5c-39707efbb9fe",
"IPAddress": null,
"Location": null,
"DeviceName": null,
"OSPlatform": null,
"DeviceType": null,
"ISP": null,
"DestinationDeviceName": "srv-dc3.example1.com",
"TargetDeviceName": "srv-radiusnps.example1.com",
"FailureReason": null,
"Port": null,
"DestinationPort": null,
"DestinationIPAddress": null,
"TargetAccountDisplayName": null,
"AdditionalFields": {
"Count": "1",
"Category": "Credential Access",
"AttackTechniques": "Steal or Forge Kerberos Tickets (T1558), Kerberoasting (T1558.003)",
"IsResourceAccountTrustedForUnconstrainedDelegation": "False",
"SourceAccountId": "9db21c13-c6e8-40ed-ae14-d94c75ac9419",
"SourceAccountSid": "S-1-5-21-1614895754-1343024091-1177238915-9841",
"DestinationComputerObjectGuid": "ef496270-3384-4ca2-97c2-fdc70f595ded",
"DestinationComputerOperatingSystem": "windows server 2019 standard",
"DestinationComputerOperatingSystemVersion": "10.0 (17763)",
"DestinationComputerOperatingSystemType": "windows",
"TargetComputerObjectGuid": "86183b3b-79d4-4b7e-a291-488c20fe495b",
"TargetComputerOperatingSystem": "windows server 2019 datacenter",
"TargetComputerOperatingSystemVersion": "10.0 (17763)",
"TargetComputerOperatingSystemType": "windows",
"ACTOR.ACCOUNT": "John DOE",
"ACTOR.ENTITY_USER": "John DOE",
"TO.DEVICE": "SRV-DC3",
"TARGET_OBJECT.DEVICE": "SRV-RADIUSNPS"
},
"ReportId": "9afc4a29-e0a6-4bd0-9afa-1faf1ee6da5e",
"Timestamp": "2024-10-01T08:29:14.6761149Z",
"Application": "Active Directory"
},
"Tenant": "DefaultTenant"
}
{
"time": "2022-09-01T07:28:59.5127177Z",
"tenantId": "5ac3ff49-0e19-4600-9ad1-333e64e3b5cc",
"operationName": "Publish",
"category": "AdvancedHunting-IdentityQueryEvents",
"properties": {
"AccountSid": null,
"AccountDomain": null,
"AccountName": null,
"LogonId": null,
"FileName": null,
"FolderPath": null,
"MD5": null,
"SHA1": null,
"FileSize": null,
"SHA256": null,
"ProcessCreationTime": null,
"ProcessTokenElevation": null,
"RemoteUrl": null,
"RegistryKey": null,
"RegistryValueName": null,
"RegistryValueData": null,
"RemoteDeviceName": null,
"FileOriginIP": null,
"FileOriginUrl": null,
"LocalIP": "1.2.3.4",
"LocalPort": null,
"RemoteIP": "5.6.7.8",
"RemotePort": null,
"ProcessId": null,
"ProcessCommandLine": null,
"AdditionalFields": "{\"BaseAddress\":2098738167808,\"RegionSize\":262144,\"ProtectionMask\":64}",
"ActionType": "NtAllocateVirtualMemoryApiCall",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessFolderPath": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"InitiatingProcessFileName": "software_reporter_tool.exe",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessMD5": "51a9cac9c4e8da44ffd7502be17604ee",
"InitiatingProcessSHA256": "6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323",
"InitiatingProcessSHA1": "44543e0c6f30415c670c1322e61ca68602d58708",
"InitiatingProcessLogonId": 121834210,
"InitiatingProcessAccountSid": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"InitiatingProcessAccountDomain": "intranet",
"InitiatingProcessAccountName": "group1",
"InitiatingProcessAccountUpn": "user@example.org",
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCreationTime": "2022-09-01T06:56:23.7887846Z",
"InitiatingProcessId": 1664,
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessParentCreationTime": "2022-09-01T06:56:23.595229Z",
"InitiatingProcessParentId": 15532,
"InitiatingProcessParentFileName": "software_reporter_tool.exe",
"DeviceId": "1111111111111111111111111111111111111111",
"AppGuardContainerId": "",
"MachineGroup": "UnassignedGroup",
"Timestamp": "2022-09-01T07:09:47.4980566Z",
"DeviceName": "test.lab",
"ReportId": 104061
}
}
{
"time": "2024-10-01T08:33:55.2270559Z",
"tenantId": "d8454584-ffe7-430e-9123-2b0c51f35475",
"operationName": "Publish",
"category": "AdvancedHunting-IdentityQueryEvents",
"_TimeReceivedBySvc": "2024-10-01T08:32:45.9638646Z",
"properties": {
"ActionType": "DNS query",
"QueryTarget": "1.cnr.io",
"Protocol": "Dns",
"AccountDisplayName": null,
"AccountUpn": null,
"AccountName": null,
"AccountDomain": null,
"AccountSid": null,
"AccountObjectId": null,
"Query": null,
"IPAddress": "5.6.7.8",
"Location": null,
"DeviceName": "SRV-FILES",
"QueryType": "Text",
"DestinationDeviceName": "srv-dc1.example.com",
"TargetAccountDisplayName": null,
"TargetDeviceName": null,
"Port": 38529,
"DestinationPort": 53,
"DestinationIPAddress": "1.2.3.4",
"TargetAccountUpn": null,
"AdditionalFields": {
"Count": "1",
"ARG.TASK": "DNS query",
"SourceComputerOperatingSystemType": "unknown",
"DestinationComputerObjectGuid": "bbcbe3ae-1e7a-432f-ae9d-a8e58e38ce8b",
"DestinationComputerOperatingSystem": "windows server 2019 datacenter",
"DestinationComputerOperatingSystemVersion": "10.0 (17763)",
"DestinationComputerOperatingSystemType": "windows",
"SourceComputerId": "computer domain office srv-files",
"FROM.DEVICE": "SRV-FILES",
"TO.DEVICE": "SRV-DC1",
"ACTOR.DEVICE": ""
},
"ReportId": "b127257b-9688-4f71-ae86-93e4e4a39464",
"Timestamp": "2024-10-01T08:32:08.211673Z",
"Application": "Active Directory"
},
"Tenant": "DefaultTenant"
}
{
"time": "2024-08-08T06:10:51.1543444Z",
"tenantId": "a8904d16-ae79-4f8f-90bd-f64c48898705",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceNetworkEvents",
"_TimeReceivedBySvc": "2024-08-08T06:09:04.2831271Z",
"properties": {
"DeviceName": "device-01",
"DeviceId": "42b7f57bd4dfbb5e693ce27196e4811ba5ca84d1",
"ReportId": 7053,
"RemoteIP": "1.2.3.4",
"RemotePort": 46112,
"LocalIP": "5.6.7.8",
"LocalPort": 443,
"Protocol": "TcpV4",
"RemoteUrl": null,
"InitiatingProcessCreationTime": null,
"InitiatingProcessId": 0,
"InitiatingProcessCommandLine": null,
"InitiatingProcessParentCreationTime": null,
"InitiatingProcessParentId": 0,
"InitiatingProcessParentFileName": null,
"InitiatingProcessSHA1": null,
"InitiatingProcessMD5": null,
"InitiatingProcessFolderPath": null,
"InitiatingProcessAccountName": null,
"InitiatingProcessAccountDomain": null,
"InitiatingProcessAccountSid": null,
"InitiatingProcessFileName": null,
"InitiatingProcessIntegrityLevel": null,
"InitiatingProcessTokenElevation": "None",
"AppGuardContainerId": "",
"LocalIPType": null,
"RemoteIPType": null,
"ActionType": "InboundConnectionAttempt",
"InitiatingProcessSHA256": null,
"InitiatingProcessAccountUpn": null,
"InitiatingProcessAccountObjectId": null,
"AdditionalFields": "{\"Source Mac\":\"0a:ac:f5:b4:e6:37\",\"Destination Mac\":\"18:e8:f8:74:c9:0d\",\"Tcp Flags\":2,\"Packet Size\":60}",
"InitiatingProcessFileSize": null,
"InitiatingProcessVersionInfoCompanyName": null,
"InitiatingProcessVersionInfoProductName": null,
"InitiatingProcessVersionInfoProductVersion": null,
"InitiatingProcessVersionInfoInternalFileName": null,
"InitiatingProcessVersionInfoOriginalFileName": null,
"InitiatingProcessVersionInfoFileDescription": null,
"InitiatingProcessSessionId": null,
"IsInitiatingProcessRemoteSession": false,
"InitiatingProcessRemoteSessionDeviceName": null,
"InitiatingProcessRemoteSessionIP": null,
"Timestamp": "2024-08-08T06:07:08.3444146Z",
"MachineGroup": "UnassignedGroup"
},
"Tenant": "DefaultTenant"
}
{
"time": "2022-09-01T07:28:59.5127177Z",
"tenantId": "5ac3ff49-0e19-4600-9ad1-333e64e3b5cc",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceEvents",
"properties": {
"AccountSid": null,
"AccountDomain": null,
"AccountName": null,
"LogonId": null,
"FileName": null,
"FolderPath": null,
"MD5": null,
"SHA1": null,
"FileSize": null,
"SHA256": null,
"ProcessCreationTime": null,
"ProcessTokenElevation": null,
"RemoteUrl": null,
"RegistryKey": null,
"RegistryValueName": null,
"RegistryValueData": null,
"RemoteDeviceName": null,
"FileOriginIP": null,
"FileOriginUrl": null,
"LocalIP": "-",
"LocalPort": null,
"RemoteIP": "-",
"RemotePort": null,
"ProcessId": null,
"ProcessCommandLine": null,
"AdditionalFields": "{\"BaseAddress\":2098738167808,\"RegionSize\":262144,\"ProtectionMask\":64}",
"ActionType": "NtAllocateVirtualMemoryApiCall",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessFolderPath": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"InitiatingProcessFileName": "software_reporter_tool.exe",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessMD5": "51a9cac9c4e8da44ffd7502be17604ee",
"InitiatingProcessSHA256": "6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323",
"InitiatingProcessSHA1": "44543e0c6f30415c670c1322e61ca68602d58708",
"InitiatingProcessLogonId": 121834210,
"InitiatingProcessAccountSid": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"InitiatingProcessAccountDomain": "intranet",
"InitiatingProcessAccountName": "group1",
"InitiatingProcessAccountUpn": "user@example.org",
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCreationTime": "2022-09-01T06:56:23.7887846Z",
"InitiatingProcessId": 1664,
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessParentCreationTime": "2022-09-01T06:56:23.595229Z",
"InitiatingProcessParentId": 15532,
"InitiatingProcessParentFileName": "software_reporter_tool.exe",
"DeviceId": "1111111111111111111111111111111111111111",
"AppGuardContainerId": "",
"MachineGroup": "UnassignedGroup",
"Timestamp": "2022-09-01T07:09:47.4980566Z",
"DeviceName": "test.lab",
"ReportId": 104061
}
}
{
"time": "2024-09-24T14:19:47.7143361Z",
"tenantId": "16ffffff-0000-3333-8888-addddddddd",
"operationName": "Publish",
"category": "AdvancedHunting-DeviceProcessEvents",
"_TimeReceivedBySvc": "2024-09-24T14:18:24.0670725Z",
"properties": {
"InitiatingProcessSHA1": "ff77777000aaaaaaaaaffb100000c0fb25ccccc6",
"InitiatingProcessFileSize": 11864,
"InitiatingProcessMD5": "eeeee2999444ddaaaaa08598b06eafe7",
"InitiatingProcessFileName": "platform-python3.6",
"InitiatingProcessParentFileName": "platform-python3.6",
"InitiatingProcessFolderPath": "/usr/test/platform-python3.6",
"InitiatingProcessCommandLine": "/usr/test/platform-python /usr/lib/python3.6/run.py --register",
"SHA1": "ff000000000aaaaaaaaaffb100000c0fb25ccccc6",
"FileSize": 193333,
"MD5": "ff000000000aaaaaaaaaffb100000c0fb25ccccc6",
"FolderPath": "/usr/bin/grep",
"ProcessCommandLine": "grep -F smtpd_tls_protocols\\commandtest",
"FileName": "grep",
"ProcessId": 408996,
"InitiatingProcessId": 408996,
"ProcessCreationTime": "2024-09-24T14:18:11.864114Z",
"DeviceName": "testDevice",
"DeviceId": "123412341234123412341234",
"InitiatingProcessCreationTime": "2024-09-24T14:18:11.85Z",
"InitiatingProcessAccountName": "testaccount",
"InitiatingProcessAccountDomain": "testdomain",
"InitiatingProcessAccountSid": null,
"InitiatingProcessSignatureStatus": "Unknown",
"InitiatingProcessSignerType": "Unknown",
"InitiatingProcessParentId": 408229,
"ReportId": 49226,
"InitiatingProcessParentCreationTime": "2024-09-24T14:17:34.79Z",
"InitiatingProcessTokenElevation": "None",
"InitiatingProcessIntegrityLevel": null,
"AccountDomain": "testDomain",
"AccountName": "testaccount",
"ProcessTokenElevation": "None",
"ProcessIntegrityLevel": null,
"AccountSid": null,
"AppGuardContainerId": null,
"SHA256": "8def33333333643356354032379388263138839b9503f269f82e978413d669a0",
"InitiatingProcessSHA256": "3aa8333873527333382433308d52333230354923305566335f7e9f0a732ea565",
"InitiatingProcessLogonId": 0,
"LogonId": 0,
"InitiatingProcessAccountUpn": null,
"InitiatingProcessAccountObjectId": null,
"AccountUpn": null,
"AccountObjectId": null,
"AdditionalFields": "{\"InitiatingProcessPosixEffectiveUser\":{\"Name\":\"testname\",\"DomainName\":\"testDomain\",\"LogonId\":0,\"PosixUserId\":0,\"PrimaryPosixGroup\":{\"Name\":\"testname\",\"PosixGroupId\":0}},\"InitiatingProcessPosixEffectiveGroup\":{\"Name\":\"testname\",\"PosixGroupId\":0},\"InitiatingProcessPosixProcessGroupId\":408125,\"InitiatingProcessPosixSessionId\":0,\"InitiatingProcessPosixFilePermissions\":[\"OthersExecute\",\"OthersRead\",\"GroupExecute\",\"GroupRead\",\"UserExecute\",\"UserWrite\",\"UserRead\",\"UserAll\"],\"InitiatingProcessPosixUserOwner\":{\"Name\":\"testname\",\"DomainName\":\"TestDomain\",\"LogonId\":0,\"PosixUserId\":0,\"PrimaryPosixGroup\":{\"Name\":\"testname\",\"PosixGroupId\":0}},\"InitiatingProcessPosixGroupOwner\":{\"Name\":\"testname\",\"PosixGroupId\":0},\"InitiatingProcessPosixRealUser\":{\"Name\":\"testname\",\"DomainName\":\"TestDomain\",\"LogonId\":0,\"PosixUserId\":0,\"PrimaryPosixGroup\":{\"Name\":\"testname\",\"PosixGroupId\":0}},\"ProcessPosixEffectiveUser\":{\"Name\":\"testname\",\"DomainName\":\"TestDomain\",\"LogonId\":0,\"PosixUserId\":0,\"PrimaryPosixGroup\":{\"Name\":\"testname\",\"PosixGroupId\":0}},\"ProcessPosixEffectiveGroup\":{\"Name\":\"testname\",\"PosixGroupId\":0},\"ProcessPosixProcessGroupId\":408125,\"ProcessPosixSessionId\":408125,\"ProcessCurrentWorkingDirectory\":\"/testname\",\"ProcessPosixFilePermissions\":[\"OthersExecute\",\"OthersRead\",\"GroupExecute\",\"GroupRead\",\"UserExecute\",\"UserWrite\",\"UserRead\",\"UserAll\"],\"ProcessPosixFileUserOwner\":{\"Name\":\"testname\",\"DomainName\":\"TestDomain\",\"LogonId\":0,\"PosixUserId\":0,\"PrimaryPosixGroup\":{\"Name\":\"testname\",\"PosixGroupId\":0}},\"ProcessPosixFileGroupOwner\":{\"Name\":\"testname\",\"PosixGroupId\":0}}",
"InitiatingProcessVersionInfoCompanyName": null,
"InitiatingProcessVersionInfoProductName": null,
"InitiatingProcessVersionInfoProductVersion": null,
"InitiatingProcessVersionInfoInternalFileName": null,
"InitiatingProcessVersionInfoOriginalFileName": null,
"InitiatingProcessVersionInfoFileDescription": null,
"ProcessVersionInfoCompanyName": null,
"ProcessVersionInfoProductName": null,
"ProcessVersionInfoProductVersion": null,
"ProcessVersionInfoInternalFileName": null,
"ProcessVersionInfoOriginalFileName": null,
"ProcessVersionInfoFileDescription": null,
"InitiatingProcessSessionId": null,
"CreatedProcessSessionId": null,
"IsInitiatingProcessRemoteSession": false,
"InitiatingProcessRemoteSessionDeviceName": null,
"InitiatingProcessRemoteSessionIP": null,
"IsProcessRemoteSession": false,
"ProcessRemoteSessionDeviceName": null,
"ProcessRemoteSessionIP": null,
"ActionType": "ProcessCreated",
"Timestamp": "2024-09-24T14:18:11.864114Z",
"MachineGroup": "test Group"
},
"Tenant": "DefaultTenant"
}
{
"time": "2024-10-03T11:23:25.9069421Z",
"tenantId": "bcee9af7-3fd7-4c29-b238-eeb1dc4b46d8",
"operationName": "Publish",
"category": "AdvancedHunting-UrlClickEvents",
"_TimeReceivedBySvc": "2024-10-03T11:23:00.0292845Z",
"properties": {
"ReportId": "2ad2033f-6f85-49bb-9ab7-e67f791edd93",
"Url": "https://example.com/index.php?q=some+stuff",
"NetworkMessageId": "703451b5-2f1e-4c4b-8494-3f5bf8820f3b",
"Timestamp": "2024-10-03T11:22:59Z",
"AccountUpn": "john.doe@example.com",
"UrlChain": "[\"https://example.com/index.php?q=some+stuff\",\"https://example.com/index.php?q=some+stuff&p=2\"]",
"ActionType": "ClickAllowed",
"ThreatTypes": null,
"DetectionMethods": null,
"Workload": "Email",
"IPAddress": "1.2.3.4",
"IsClickedThrough": false
},
"Tenant": "DefaultTenant"
}
Detection section
The following section provides information for those who wish to learn more about the detection capabilities enabled by collecting this intake. It includes details about the built-in rule catalog, event categories, and ECS fields extracted from raw events. This is essential for users aiming to create custom detection rules, perform hunting activities, or pivot in the events page.
Related Built-in Rules
The following Sekoia.io built-in rules match the intake Microsoft 365 Defender. This documentation is updated automatically and is based solely on the fields used by the intake which are checked against our rules. This means that some rules will be listed but might not be relevant with the intake.
SEKOIA.IO x Microsoft 365 Defender on ATT&CK Navigator
ACLight Discovering Privileged Accounts
Detects use of ACLight tool. This tool aims to discover privileged accounts by scanning the network.
- Effort: advanced
AMSI Deactivation Using Registry Key
The rule detects attempts to deactivate/disable the AMSI provider by deleting the associated registry key.
- Effort: master
AccCheckConsole Executing Dll
Detects suspicious LOLBIN AccCheckConsole execution with parameters as used to load an arbitrary DLL.
- Effort: advanced
Active Directory Data Export Using Csvde
Detects the use of Csvde, a command-line tool from Windows Server that can be used to export Active Directory data to CSV files. This export doesn't include password hashes, but can be used as a discovery tool to enumerate users, machines and group memberships.
- Effort: elementary
AdFind Usage
Detects the usage of the AdFind tool. AdFind.exe is a free tool that extracts information from Active Directory. Wizard Spider (Bazar, TrickBot, Ryuk), FIN6 and MAZE operators have used AdFind.exe to collect information about Active Directory organizational units and trust objects
- Effort: elementary
Add User to Privileged Group
Add user in a potential privileged group which can be used to elevate privileges on the system.
- Effort: advanced
Address Space Layout Randomization (ASLR) Alteration
ASLR is a security feature used by the Operating System to mitigate memory exploit, attacker might want to disable it
- Effort: intermediate
Adexplorer Usage
Detects the usage of Adexplorer, a legitimate tool from the Sysinternals suite that could be abused by attackers as it can saves snapshots of the Active Directory Database.
- Effort: advanced
Adidnsdump Enumeration
Detects use of the tool adidnsdump for enumeration and discovering DNS records.
- Effort: advanced
Advanced IP Scanner
Detects the use of Advanced IP Scanner. Seems to be a popular tool for ransomware groups.
- Effort: master
Audio Capture via PowerShell
Detects audio capture via PowerShell Cmdlet
- Effort: intermediate
Authentication Impossible Travel
Detects impossible travel when performing authentication from a source IP address, grouped by username.
- Effort: advanced
AutoIt3 Execution From Suspicious Folder
Detects AutoIt3 execution from an unusual/suspicious folder. Legitimate folders are "Program Files" and "AppData\Local". AutoIt3.exe is a legitimate process used to execute AutoIt program files, which are used by legitimate software, custom scripts, but also malware. Finding AutoIt3 execution from unusual/suspicious folder can help detect malware activities, such as DarkGate execution. The detection rule can be tailored to your environment and your use of AutoIt3 by filtering out folder's execution of legitimate applications or scripts.
- Effort: advanced
Autorun Keys Modification
Detects modification of autostart extensibility point (ASEP) in registry. Prerequisites are Logging for Registry events in the Sysmon configuration (events 12 and 13).
- Effort: master
AzureEdge in Command Line
Detects use of azureedge in the command line.
- Effort: advanced
BITSAdmin Download
Detects command to download file using BITSAdmin, a built-in tool in Windows. This technique is used by several threat actors to download scripts or payloads on infected system.
- Effort: advanced
Bazar Loader DGA (Domain Generation Algorithm)
Detects Bazar Loader domains based on the Bazar Loader DGA
- Effort: elementary
BazarLoader Persistence Using Schtasks
Detects possible BazarLoader persistence using schtasks. BazarLoader will create a Scheduled Task using a specific command line to establish its persistence.
- Effort: intermediate
Bloodhound and Sharphound Tools Usage
Detects default process names and default command line parameters used by Bloodhound and Sharphound tools.
- Effort: intermediate
Blue Mockingbird Malware
Attempts to detect system changes made by Blue Mockingbird
- Effort: elementary
Burp Suite Tool Detected
Burp Suite is a cybersecurity tool. When used as a proxy service, its purpose is to intercept packets and modify them to send them to the server. Burp Collaborator is a network service that Burp Suite uses to help discover many kinds of vulnerabilities (vulnerabilities scanner).
- Effort: intermediate
CMSTP Execution
Detects various indicators of Microsoft Connection Manager Profile Installer execution
- Effort: intermediate
COM Hijack Via Sdclt
Detects changes to 'HKCU\Software\Classes\Folder\shell\open\command\DelegateExecute', to bypass UAC using 'sdclt.exe'.
- Effort: intermediate
CVE-2017-11882 Microsoft Office Equation Editor Vulnerability
Detects the exploitation of CVE-2017-11882 vulnerability. The Microsoft Office Equation Editor has no reason to do a network request or drop an executable file. This requires a sysmon configuration with file and network events.
- Effort: master
CVE-2020-0688 Microsoft Exchange Server Exploit
Detects the exploitation of CVE-2020-0688. The POC exploit a .NET serialization vulnerability in the Exchange Control Panel (ECP) web page. The vulnerability is due to Microsoft Exchange Server not randomizing the keys on a per-installation basis resulting in them using the same validationKey and decryptionKey values. With knowledge of these, values an attacker can craft a special viewstate to use an OS command to be executed by NT_AUTHORITY\SYSTEM using .NET deserialization. To exploit this vulnerability, an attacker needs to leverage the credentials of an account it had already compromised to authenticate to OWA.
- Effort: elementary
CVE-2020-17530 Apache Struts RCE
Detects the exploitation of the Apache Struts RCE vulnerability (CVE-2020-17530).
- Effort: intermediate
CVE-2021-20021 SonicWall Unauthenticated Administrator Access
Detects the exploitation of SonicWall Unauthenticated Admin Access.
- Effort: advanced
CVE-2021-20023 SonicWall Arbitrary File Read
Detects Arbitrary File Read, which can be used with other vulnerabilities as a mean to obtain outputs generated by attackers, or sensitive data.
- Effort: advanced
CVE-2021-22893 Pulse Connect Secure RCE Vulnerability
Detects potential exploitation of the authentication by-pass vulnerability that can allow an unauthenticated user to perform remote arbitrary file execution on the Pulse Connect Secure gateway. It is highly recommended to apply the Pulse Secure mitigations and seach for indicators of compromise on affected servers if you are in doubt over the integrity of your Pulse Connect Secure product.
- Effort: intermediate
CVE-2021-4034 Polkit's pkexec
Detection of Polkit's pkexec exploit
- Effort: intermediate
Capture a network trace with netsh.exe
Detects capture a network trace via netsh.exe trace functionality
- Effort: intermediate
CertOC Loading Dll
Detects when a user installs certificates by using CertOC.exe to loads the target DLL file.
- Effort: intermediate
Certificate Authority Modification
Installation of new certificate(s) in the Certificate Authority can be used to trick user when spoofing website or to add trusted destinations.
- Effort: master
Certify Or Certipy
Detects the use of certify and certipy which are two different tools used to enumerate and abuse Active Directory Certificate Services.
- Effort: advanced
Change Default File Association
When a file is opened, the default program used to open the file (also called the file association or handler) is checked. File association selections are stored in the Windows Registry and can be edited by users, administrators, or programs that have Registry access or by administrators using the built-in assoc utility. Applications can modify the file association for a given file extension to call an arbitrary program when a file with the given extension is opened.
- Effort: advanced
Clear EventLogs Through CommandLine
Detects a command that clears event logs which could indicate an attempt from an attacker to erase its previous traces.
- Effort: intermediate
Cmd.exe Used To Run Reconnaissance Commands
Detects command lines with suspicious args
- Effort: advanced
Cmdkey Cached Credentials Recon
Detects usage of cmdkey to look for cached credentials.
- Effort: intermediate
Cobalt Strike Default Beacons Names
Detects the default names of Cobalt Strike beacons / payloads.
- Effort: intermediate
Commonly Used Commands To Stop Services And Remove Backups
Detects specific commands used regularly by ransomwares to stop services or remove backups
- Effort: intermediate
Component Object Model Hijacking
Detects component object model hijacking. An attacker can establish persistence with COM objects.
- Effort: advanced
Compress Data for Exfiltration via Archiver
Detects data compressed by specific tools.
- Effort: master
Compression Followed By Suppression
Detects when a file is compressed and deleted.
- Effort: advanced
Container Credential Access
Adversaries could abuse containers tools to obtain credential like Kubernetes secret or Kubernetes service account access token
- Effort: intermediate
Control Panel Items
Detects the malicious use of a control panel item
- Effort: advanced
Copy Of Legitimate System32 Executable
A script has copied a System32 executable.
- Effort: intermediate
Copying Browser Files With Credentials
Detects copy of sensitive data (passwords, cookies, credit cards) included in web browsers files.
- Effort: elementary
Copying Sensitive Files With Credential Data
Detects copy of files with well-known filenames (sensitive files with credential data) using esentutl. This requires Windows Security event log with the Detailed File Share logging policy enabled.
- Effort: elementary
Correlation Multi Service Disable
The rule detects a high number of services stopped or de-activated in a short period of time.
- Effort: master
Correlation Supicious Powershell Drop and Exec
Detects a PowerShell process that download and exec a payload
- Effort: intermediate
Covenant Default HTTP Beaconing
Detects potential Covenant communications through the user-agent and specific urls
- Effort: intermediate
Credential Dump Tools Related Files
Detects processes or file names related to credential dumping tools and the dropped files they generate by default.
- Effort: advanced
Credential Harvesting Via Vaultcmd.exe
Detects when the process vaultcmd is used for credential harvesting.
- Effort: advanced
Cryptomining
Detection of domain names potentially related to cryptomining activities.
- Effort: master
Csrss Wrong Parent
The csrss.exe process (csrss stands for Client / Server Runtime Subsystem) is a generic Windows process used to manage windows and Windows graphics. This rule analyse if the parent of this process is a legitimate one or not.
- Effort: master
DHCP Callout DLL Installation
Detects the installation of a Callout DLL via CalloutDlls and CalloutEnabled parameter in Registry, which can be used to execute code in context of the DHCP server (restart required).
- Effort: intermediate
DLL Load via LSASS Registry Key
Detects a method to load DLL via LSASS process using an undocumented Registry key. Prerequisites are logging for Registry events. This can be done with Sysmon events 12, 13 and 14 and monitor SYSTEM\CurrentControlSet\Services
.
- Effort: intermediate
DNS Exfiltration and Tunneling Tools Execution
Well-known DNS exfiltration tools execution
- Effort: intermediate
DNS Query For Iplookup
Detects dns query of observables tagged as iplookup.
- Effort: master
DNS ServerLevelPluginDll Installation
Detects the installation of a plugin DLL via ServerLevelPluginDll parameter in Windows Registry or in command line, which can be used to execute code in context of the DNS server (restart required). To fully use this rule, prerequesites are logging for Registry events in the Sysmon configuration (events 12, 13 and 14).
- Effort: master
DNS Tunnel Technique From MuddyWater
Detecting DNS Tunnel Activity For Muddywater intrusion set. This is the loading of a specific DLL from an Excel macro which is detected.
- Effort: elementary
Data Compressed With Rar
An adversary may compress data in order to make it portable and minimize the amount of data sent over the network, this could be done the popular rar command line program.
- Effort: master
Data Compressed With Rar With Password
An adversary may compress data in order to make it portable and minimize the amount of data sent over the network, this could be done the popular rar command line program. This is a more specific one for rar where the arguments allow to encrypt both file data and headers with a given password.
- Effort: intermediate
Debugging Software Deactivation
Deactivation of some debugging softwares using taskkill command. It was observed being used by Ransomware operators.
- Effort: elementary
Default Encoding To UTF-8 PowerShell
Detects PowerShell encoding to UTF-8, which is used by Sliver implants. The command line just sets the default encoding to UTF-8 in PowerShell.
- Effort: advanced
Detect requests to Konni C2 servers
This rule detects requests to Konni C2 servers. These patterns come from an analysis done in 2022, September.
- Effort: elementary
Disable .NET ETW Through COMPlus_ETWEnabled
Detects potential adversaries stopping ETW providers recording loaded .NET assemblies. Prerequisites are logging for Registry events or logging command line parameters (both is better). Careful for registry events, if SwiftOnSecurity's SYSMON default configuration is used, you will need to update the configuration to include the .NETFramework registry key path. Same issue with Windows 4657 EventID logging, the registry path must be specified.
- Effort: intermediate
Disable Task Manager Through Registry Key
Detects commands used to disable the Windows Task Manager by modifying the proper registry key in order to impair security tools. This technique is used by the Agent Tesla RAT, among others.
- Effort: elementary
Disable Windows Defender Credential Guard
Detects registry keys being changed to disable Windows Defender Credential Guard. The rule requires to log Registry Keys modifications or creations, which can be done using Sysmon Event IDs 12,13 and 14.
- Effort: intermediate
Disable Workstation Lock
Registry change in order to disable the ability to lock the computer by using CTRL+ALT+DELETE or CTRL+L. This registry key does not exist by default. Its creation is suspicious and the value set to "1" means an activation. It has been used by FatalRAT, but other attacker/malware could probably use it. This rule needs Windows Registry changes (add,modification,deletion) logging which can be done through Sysmon Event IDs 12,13,14.
- Effort: elementary
Disabled IE Security Features
Detects from the command lines or the registry, changes that indicate unwanted modifications to registry keys that disable important Internet Explorer security features. This has been used by attackers during Operation Ke3chang.
- Effort: advanced
Disabled Service
Service disabling can be abused by attacker to deny security mecanisms (eg: firewall, EDR, ect) and it is also often used by cryptominer to exploit as much RAM & CPU as possible on infected host. The prerequisites are to enable monitoring of the truncate, rename and unlink syscalls using Auditbeat.
- Effort: advanced
Disabling SmartScreen Via Registry
Detects when a user disables smartscreen.
- Effort: elementary
Discord Suspicious Download
Discord is a messaging application. It allows users to create their own communities to share messages and attachments. Those attachments have little to no overview and can be downloaded by almost anyone, which has been abused by attackers to host malicious payloads.
- Effort: intermediate
Discovery Commands Correlation
Detects some frequent discovery commands used by some ransomware operators.
- Effort: intermediate
Dism Disabling Windows Defender
Detects windows defender disabled by dism.
- Effort: advanced
Dllhost Wrong Parent
Dllhost.exe is a process belonging to Microsoft Windows Operating System. The dllhost.exe file manages DLL based applications. This rule analyse if the parent of this process is a legitimate one or not.
- Effort: master
Docker Escape Bind Mount
Catch Docker escape via mount escape followed by chroot
- Effort: intermediate
Domain Group And Permission Enumeration
Detects adversaries attempts to find domain-level groups and permission settings. Commands such as net group /domain of the Net utility can list domain-level groups The knowledge of domain-level permission groups can help adversaries determine which groups exist and which users belong to a particular group. Adversaries may use this information to determine which users have elevated permissions, such as domain administrators. Wizard Spider, FIN6, and other groups used net in their campaigns.
- Effort: advanced
Domain Trust Discovery Through LDAP
Detects attempts to gather information on domain trust relationships that may be used to identify lateral movement opportunities. "trustedDomain" which is detected here is a Microsoft Active Directory ObjectClass Type that represents a domain that is trusted by, or trusting, the local AD DOMAIN. Several tools are using LDAP queries in the end to get the information (DSQuery, sometimes ADFind as well, etc.)
- Effort: elementary
Download Files From Suspicious TLDs
Detects download of certain file types from hosts in suspicious TLDs
- Effort: master
Dynamic DNS Contacted
Detect communication with dynamic dns domain. This kind of domain is often used by attackers. This rule can trigger false positive in non-controlled environment because dynamic dns is not always malicious.
- Effort: master
Dynamic Linker Hijacking From Environment Variable
LD_PRELOAD and LD_LIBRARY_PATH are environment variables used by the Operating System at the runtime to load shared objects (library.ies) when executing a new process, attacker can overwrite this variable to attempts a privileges escalation.
- Effort: master
ETW Tampering
Detects a command that clears or disables any ETW Trace log which could indicate a logging evasion
- Effort: intermediate
Elise Backdoor
Detects Elise backdoor activity as used by Lotus Blossom
- Effort: elementary
Empire Monkey Activity
Detects EmpireMonkey APT reported Activity
- Effort: elementary
Enabling Restricted Admin Mode
Detects when the restricted admin mode is enabled.
- Effort: elementary
Equation Group DLL_U Load
Detects a specific tool and export used by EquationGroup
- Effort: elementary
Erase Shell History
Malware and attacker try to reduce their fingerprints on compromised host by deleting shell history.
- Effort: advanced
EvilProxy Phishing Domain
Detects subdomains potentially generated by the EvilProxy adversary-in-the-middle phishing platform. Inspect the other subdomains of the domain to identify the landing page, and determine if the user submitted credentials. This rule has a small percentage of false positives on legitimate domains.
- Effort: intermediate
Exchange Mailbox Export
Detection of a standard Exchange Mailbox export, which stores all mails from a user in a pst file, from command line or PowerShell script.
- Effort: intermediate
Exchange Server Spawning Suspicious Processes
Look for Microsoft Exchange Server’s Unified Messaging service spawning suspicious sub-processes, suggesting exploitation of CVE-2021-26857 vulnerability.
- Effort: intermediate
Exfiltration And Tunneling Tools Execution
Execution of well known tools for data exfiltration and tunneling
- Effort: advanced
Exfiltration Domain
Detects traffic toward a domain flagged as a possible exfiltration vector.
- Effort: master
Exfiltration Domain In Command Line
Detects commands containing a domain linked to http exfiltration.
- Effort: intermediate
Exfiltration Via Pscp
Detects the use of pscp which is a file sharing services.
- Effort: advanced
Exploit For CVE-2015-1641
Detects Winword process starting uncommon sub process MicroScMgmt.exe as used in exploits for CVE-2015-1641
- Effort: elementary
Exploit For CVE-2017-0261 Or CVE-2017-0262
Detects Winword starting uncommon sub process FLTLDR.exe as used in exploits for CVE-2017-0261 and CVE-2017-0262 through command line or PowerShell script. This is a very basic detection method relying on the rare usage of EPS files from Winword.
- Effort: advanced
Explorer Process Executing HTA File
Detects a suspicious execution of an HTA file by the explorer.exe process. This unusual activity was observed when running IcedID malspam.
- Effort: intermediate
FLTMC command usage
Detects the use of fltmc to list and load/unload a filter driver.
- Effort: advanced
Fail2ban Unban IP
An IP was ubaned by Fail2ban. It could be use to allow malicous traffic.
- Effort: advanced
File Or Folder Permissions Modifications
Adversaries may modify file or directory permissions/attributes to evade access control lists (ACLs) and access protected files.
- Effort: master
FlowCloud Malware
Detects FlowCloud malware from threat group TA410. This requires Windows Event registry logging.
- Effort: elementary
Formbook Hijacked Process Command
Detects process hijacked by Formbook malware which executes specific commands to delete the dropper or copy browser credentials to the database before sending them to the C2.
- Effort: intermediate
FromBase64String Command Line
Detects suspicious FromBase64String expressions in command line arguments.
- Effort: master
Generic-reverse-shell-oneliner
To bypass some security equipement or for a sack of simplicity attackers can open raw reverse shell using shell commands
- Effort: intermediate
Gpresult Usage
Detects when an account uses gpresult to get information on gpo.
- Effort: advanced
Gpscript Suspicious Parent
Gpscript defines GPO scripts for users and applies them to login / logout sessions. This rule checks if the parent of this process is the supposed one (svchost) or not.
- Effort: intermediate
Grabbing Sensitive Hives Via Reg Utility
Detects dump of SAM, System or Security hives using reg.exe utility. Adversaries may attempt to dump these Windows Registry to retrieve password hashes and access credentials.
- Effort: intermediate
HTA Infection Chains
Detect the creation of a ZIP file and an HTA file as it is often used in infection chains. Furthermore it also detects the use of suspicious processes launched by explorer.exe combined with the creation of an HTA file, since it is also often used in infection chains (LNK - HTA for instance).
- Effort: intermediate
HTML Smuggling Suspicious Usage
Based on several samples from different botnets, this rule aims at detecting HTML infection chain by looking for HTML created files followed by suspicious files being executed.
- Effort: intermediate
HackTools Suspicious Names
Quick-win rule to detect the default process names or file names of several HackTools.
- Effort: elementary
HackTools Suspicious Process Names In Command Line
Detects the default process name of several HackTools and also check in command line. This rule is here for quickwins as it obviously has many blind spots.
- Effort: intermediate
Hiding Files With Attrib.exe
Detects usage of attrib.exe to hide files from users.
- Effort: advanced
High Privileges Network Share Removal
Detects high privileges shares being deleted with the net share command.
- Effort: intermediate
ICacls Granting Access To All
Detects suspicious icacls command granting access to all, used by the ransomware Ryuk to delete every access-based restrictions on files and directories. ICacls is a built-in Windows command to interact with the Discretionary Access Control Lists (DACLs) which can grand adversaries higher permissions on specific files and folders.
- Effort: elementary
ISO LNK Infection Chain
Detection of an ISO (or any other similar archive file) downloaded file, followed by a child-process of explorer, which is characteristic of an infection using an ISO containing an LNK file. For events with host.name
.
- Effort: intermediate
IcedID Execution Using Excel
Detects Excel spawning a process (rundll32 or wmic) running suspicious command-line. This behaviour could correspond to IcedID activity.
- Effort: elementary
Impacket Wmiexec Module
Detection of impacket's wmiexec example, used by attackers to execute commands remotely.
- Effort: elementary
Inhibit System Recovery Deleting Backups
Detects adversaries attempts to delete backups or inhibit system recovery. This rule relies on differents known techniques using Windows events logs from Sysmon (ID 1), and PowerShell (ID 4103, 4104).
- Effort: intermediate
Interactive Terminal Spawned via Python
Identifies when a terminal (tty) is spawned via Python. Attackers may upgrade a simple reverse shell to a fully interactive tty after obtaining initial access to a host.
- Effort: advanced
Invoke-TheHash Commandlets
Detects suspicious Invoke-TheHash PowerShell commandlet used for performing pass the hash WMI and SMB tasks.
- Effort: elementary
KeePass Config XML In Command-Line
Detects a command-line interaction with the KeePass Config XML file. It could be used to retrieve informations or to be abused for persistence.
- Effort: intermediate
Kernel Module Alteration
Kernel module installation can be used to configure system settings to automatically execute a program during system boot or logon to maintain persistence or gain higher-level privileges on compromised systems. The prerequisites are to enable monitoring of the finit_module, init_module, delete_module syscalls using Auditbeat.
- Effort: advanced
Koadic MSHTML Command
Detects Koadic payload using MSHTML module
- Effort: intermediate
LanManServer Registry Modify
Detects when the LanManServer registry sub-key MaxMpxCt is modified. An attacker can modified this value to increase the maximum number of outstanding client requests supported.
- Effort: elementary
Lazarus Loaders
Detects different loaders used by the Lazarus Group APT
- Effort: elementary
Legitimate Process Execution From Unusual Folder
Detects the execution of a legitimate, windows built-in process name from an unusual / suspicious folder. Legitimate folders are c:\windows\system32\, \SystemRoot\system32\, c:\windows\syswow64\ and c:\windows\winsxs. Many malwares/attackers use legitimate names to masquerade but if they are not Administrator yet, they often can't write file into these legitimate folders.
- Effort: advanced
Leviathan Registry Key Activity
Detects registry key used by Leviathan APT in Malaysian focused campaign.
- Effort: elementary
Linux Bash Reverse Shell
To bypass some security equipement or for a sack of simplicity attackers can open raw reverse shell using shell commands
- Effort: intermediate
Linux Remove Immutable Attribute
Adversaries may used chattr utility to alter file and folder attributes to control sudden operations like the deletion and modification of files.
- Effort: intermediate
Linux Shared Lib Injection Via Ldso Preload
Detect ld.so.preload modification for shared lib injection, technique used by attackers to load arbitrary code into process
- Effort: intermediate
Linux Suspicious Nohup Exec
Detects suspicious usage of nohup which could be leveraged by an attacker to keep a process running or break out from restricted environments
- Effort: intermediate
Linux Suspicious Search
Adversaries may search for private key on compromised systems
- Effort: intermediate
Listing Systemd Environment
Detects a listing of systemd environment variables. This command could be used to do reconnaissance on a compromised host.
- Effort: advanced
Login Brute-Force Successful On SentinelOne EDR Management Console
A user has attempted to login several times (brute-force) on the SentinelOne EDR Management Console and succeeded to login.
- Effort: master
Logon Scripts (UserInitMprLogonScript)
Detects creation or execution of UserInitMprLogonScript persistence method. The rule requires to log for process command lines and registry creations or update, which can be done using Sysmon Event IDs 1, 12, 13 and 14.
- Effort: advanced
Logonui Wrong Parent
Logonui.exe is a file associated with the Logon user interface. The login user interface is an essential part of the Windows operating system. It doesn't only make it easy for the user to log in to the PC but also determines whether the user has logged in and logged out correctly and makes it easy to switch between users. This rule checks if the parent of this process is a legitimate one or not.
- Effort: master
Lsass Wrong Parent
Lsass ensures the identification of users (domain users or local users). Domain users are identified based on information in the Active Directory. Local users are identified based on information from the Security Account Manager (SAM) local database. This rule checks if the parent of this process is a legitimate one or not.
- Effort: master
MMC Spawning Windows Shell
Detects a Windows command line executable started from MMC process
- Effort: intermediate
MMC20 Lateral Movement
Detects MMC20.Application Lateral Movement; specifically looks for the spawning of the parent MMC.exe with a command line of "-Embedding" as a child of svchost.exe.
- Effort: intermediate
MOFComp Execution
Detects rare usage of the Managed Object Format (MOF) compiler on Microsoft Windows. This could be abused by some attackers to load WMI classes.
- Effort: intermediate
MS Office Product Spawning Exe in User Dir
Detects an executable in the users directory started from Microsoft Word, Excel, Powerpoint, Publisher or Visio. This is a common technique used by attackers with documents embedding macros. It requires Windows command line logging events.
- Effort: master
MSBuild Abuse
Detection of MSBuild uses by attackers to infect an host. Focuses on XML compilation which is a Metasploit payload, and on connections made by this process which is unusual.
- Effort: intermediate
Malicious Browser Extensions
Detects browser extensions being loaded with the --load-extension and -base-url options, which works on Chromium-based browsers. We are looking for potentially malicious browser extensions. These extensions can get access to informations.
- Effort: advanced
Malspam Execution Registering Malicious DLL
Detects the creation of a file in the C:\Datop folder, or DLL registering a file in the C:\Datop folder. Files located in the Datop folder are very characteristic of malspam execution related to Qakbot or SquirrelWaffle. Prerequisites are Logging for File Creation events, which can be done in the Sysmon configuration (events 11), for the first part of the pattern (TargetFilename).
- Effort: elementary
Malware Persistence Registry Key
Detects registry key used by several malware, especially Formbook spyware in two ways, either the Sysmon registry events, or the commands line.
- Effort: master
MalwareBytes Uninstallation
Detects command line being used by attackers to uninstall Malwarebytes.
- Effort: intermediate
MavInject Process Injection
Detects process injection using the signed Windows tool Mavinject32.exe (which is a LOLBAS)
- Effort: intermediate
Meterpreter or Cobalt Strike Getsystem Service Installation
Detects the use of getsystem Meterpreter/Cobalt Strike command by detecting some of the techniques being used (technique 1,2 and 5).
- Effort: elementary
Microsoft Defender Antivirus Disable Scheduled Tasks
The rule detects attempts to deactivate/disable Windows Defender scheduled tasks via command line or PowerShell scripts.
- Effort: intermediate
Microsoft Defender Antivirus Disable SecurityHealth
The rule detects attempts to deactivate/disable Windows Defender SecurityHealth through command line, PowerShell scripts, and registry. To fully use this rule Windows Registry logging is recommended.
- Effort: intermediate
Microsoft Defender Antivirus Disable Services
The rule detects attempts to deactivate/disable Windows Defender through command line and registry.
- Effort: intermediate
Microsoft Defender Antivirus Disable Using Registry
The rule detects attempts to deactivate/disable Microsoft Defender Antivirus using registry modification via command line or PowerShell scripts.
- Effort: master
Microsoft Defender Antivirus Disabled Base64 Encoded
Detects attempts to deactivate/disable Windows Defender through base64 encoded PowerShell command line or scripts.
- Effort: intermediate
Microsoft Defender Antivirus Exclusion Configuration
Detects when an exclusion configuration change is made to Microsoft Windows Defender (adding either a path or process bypass)
- Effort: master
Microsoft Defender Antivirus History Directory Deleted
Windows Defender history directory has been deleted. This could be an attempt by an attacker to remove its traces.
- Effort: elementary
Microsoft Defender Antivirus Restoration Abuse
The rule detects attempts to abuse Windows Defender file restoration tool. The Windows Defender process is allowed to write files in its own protected directory. This functionality can be used by a threat actor to overwrite Windows Defender files in order to prevent it from running correctly or use Windows Defender to execute a malicious DLL.
- Effort: intermediate
Microsoft Defender Antivirus Set-MpPreference Base64 Encoded
Detects changes of preferences for Windows Defender through command line or PowerShell scripts. Configure Windows Defender using base64-encoded commands is suspicious and could be related to malicious activities.
- Effort: intermediate
Microsoft Defender Antivirus Signatures Removed With MpCmdRun
Detects attempts to remove Windows Defender Signatures using MpCmdRun legitimate Windows Defender executable. No signatures mean Windows Defender will be less effective (or completely useless depending on the option used).
- Effort: elementary
Microsoft Defender XDR Alert
Microsoft Defender XDR has raised an alert. The alert info and evidence events are grouped with the similarity into the same Sekoia.io alert.
- Effort: master
Microsoft Defender XDR Cloud App Security Alert
Microsoft Defender XDR has raised an alert for Microsoft Cloud App Security. The alert info and evidence events are grouped with the similarity into the same Sekoia.io alert.
- Effort: master
Microsoft Defender XDR Endpoint Alert
Microsoft Defender XDR has raised an alert for Microsoft Defender for Endpoint. The alert info and evidence events are grouped with the similarity into the same Sekoia.io alert.
- Effort: master
Microsoft Defender XDR Office 365 Alert
Microsoft Defender XDR for Office 365 has raised an alert. The alert info and evidence events are grouped with the similarity into the same Sekoia.io alert.
- Effort: master
Microsoft Exchange PowerShell Snap-Ins To Export Exchange Mailbox Data
Detects PowerShell SnapIn command line or PowerShell script, often used with Get-Mailbox to export Exchange mailbox data.
- Effort: intermediate
Microsoft Exchange Server Creating Unusual Files
Look for Microsoft Exchange Server’s Unified Messaging service creating non-standard content on disk, which could indicate web shells or other malicious content, suggesting exploitation of CVE-2021-26858 vulnerability
- Effort: intermediate
Microsoft IIS Module Installation
Detects the installation of a new IIS module from the command line. It can used used to backdoor an IIS/OWA/Sharepoint server.
- Effort: advanced
Microsoft Office Product Spawning Windows Shell
Detects a Windows command or scripting interpreter executable started from Microsoft Word, Excel, Powerpoint, Publisher and Visio. This typically indicates the parent process launched a malicious macro, or run an exploit. This infection vector is very common and could lead to the deployment of harmful malware.
- Effort: master
Microsoft Office Spawning Script
Detects Microsoft Office process (word, excel, powerpoint) spawning wscript.exe or cscript.exe. This typically indicates the parent process launched a malicious macro, or run an exploit. This infection vector is very common and could lead to the deployment of harmful malware.
- Effort: intermediate
Mimikatz Basic Commands
Detects Mimikatz most popular commands.
- Effort: elementary
Msdt (Follina) File Browse Process Execution
Detects various Follina vulnerability exploitation techniques. This is based on the Compatability Troubleshooter which is abused to do code execution.
- Effort: elementary
Mshta JavaScript Execution
Identifies suspicious mshta.exe commands that execute JavaScript supplied as a command line argument.
- Effort: elementary
Mustang Panda Dropper
Detects specific process parameters as used by Mustang Panda droppers
- Effort: elementary
NTDS.dit File Interaction Through Command Line
Detects interaction with the file NTDS.dit through command line. This is usually really suspicious and could indicate an attacker trying copy the file to then look for users password hashes.
- Effort: intermediate
Net.exe User Account Creation
Identifies creation of local users via the net.exe command
- Effort: master
NetNTLM Downgrade Attack
Detects changes in Windows Registry key (LMCompatibilityLevel, NTLMMinClientSec or RestrictSendingNTLMTraffic) which can lead to NetNTLM downgrade attack. The rule requires to log registry keys creation or update, it can be done using Sysmon's Event ID 12,13 and 14.
- Effort: intermediate
NetSh Used To Disable Windows Firewall
Detects NetSh commands used to disable the Windows Firewall
- Effort: intermediate
Netsh Allow Command
Netsh command line to allow a program to pass through firewall.
- Effort: advanced
Netsh Allowed Python Program
Detects netsh command that performs modification on Firewall rules to allow the program python.exe. This activity is most likely related to the deployment of a Python server or an application that needs to communicate over a network. Threat actors could use it for data extraction, hosting a webshell or else.
- Effort: intermediate
Netsh Port Forwarding
Detects netsh commands that enable a port forwarding between to hosts. This can be used by attackers to tunnel RDP or SMB shares for example.
- Effort: intermediate
Netsh Port Opening
Detects netsh commands that opens a specific port. Can be used by malware or attackers for lateralisation/exfiltration (e.g. SMB/RDP opening).
- Effort: master
Netsh RDP Port Forwarding
Detects netsh commands that configure a port forwarding of port 3389 used for RDP. This is commonly used by attackers during lateralization on windows environments.
- Effort: elementary
Netsh RDP Port Opening
Detects netsh commands that opens the port 3389 used for RDP, used in Sarwent Malware.
- Effort: intermediate
Network Scanning and Discovery
Tools and command lines used for network discovery from current system
- Effort: advanced
Network Share Discovery
Adversaries may look for folders and drives shared on remote systems as a means of identifying sources of information to gather as a precursor for Collection and to identify potential systems of interest for Lateral Movement. Networks often contain shared network drives and folders that enable users to access file directories on various systems across a network. File sharing over a Windows network occurs over the SMB protocol. This technique is frequently leveraged by threat actors such as APT32, APT41, Wizard Spider. But also, through the use of some malware such as Cobalt Strike, Empire, PlugX and Ramsay.
- Effort: master
Network Sniffing
List of common tools used for network packages sniffing
- Effort: advanced
Network Sniffing Windows
Network sniffing refers to using the network interface on a system to monitor or capture information sent over a wired or wireless connection. An adversary may place a network interface into promiscuous mode to passively access data in transit over the network, or use span ports to capture a larger amount of data.
- Effort: intermediate
New DLL Added To AppCertDlls Registry Key
Dynamic-link libraries (DLLs) that are specified in the AppCertDLLs value in the Registry key can be abused to obtain persistence and privilege escalation by causing a malicious DLL to be loaded and run in the context of separate processes on the computer. Logging for Registry events is needed in the Sysmon configuration (events 12 and 13).
- Effort: intermediate
New Service Creation
Detects creation of a new service from command line
- Effort: advanced
Ngrok Process Execution
Detects possible Ngrok execution, which can be used by attacker for RDP tunneling.
- Effort: intermediate
Nimbo-C2 User Agent
Nimbo-C2 Uses an unusual User-Agent format in its implants.
- Effort: intermediate
NjRat Registry Changes
Detects changes for the RUN registry key which happen when a victim is infected by NjRAT. Please note that even if NjRat is well-known for the behavior the rule catches, the rule is a bit larger and could catch other malwares.
- Effort: master
Njrat Registry Values
Detects specifis registry values that are related to njRat usage.
- Effort: intermediate
NlTest Usage
Detects attempts to gather information on domain trust relationships that may be used to identify lateral movement opportunities. These command lines were observed in numerous attacks, but also sometimes from legitimate administrators for debugging purposes. The rule does not cover very basics commands but rather the ones that are interesting for attackers to gather information on a domain.
- Effort: advanced
Non-Legitimate Executable Using AcceptEula Parameter
Detects accepteula in command line with non-legitimate executable name. Some attackers are masquerading SysInternals tools with decoy names to prevent detection.
- Effort: advanced
OceanLotus Registry Activity
Detects registry keys created in OceanLotus (also known as APT32) attack. Logging for Registry events is needed in the Sysmon configuration (events 12 and 13).
- Effort: intermediate
Office Application Startup Office Test
Detects the addition of office test registry that allows a user to specify an arbitrary DLL that will be executed everytime an Office application is started. An adversaries may abuse the Microsoft Office "Office Test" Registry key to obtain persistence on a compromised system.
- Effort: elementary
OneNote Suspicious Children Process
In January 2023, a peak of attacks using .one files was observed in the wild. This rule tries to detect the effect of such attempts using this technique.
- Effort: advanced
Openfiles Usage
Detects when the command openfiles, to get information on files opened remotely, is used.
- Effort: advanced
Opening Of a Password File
Command line detection of common office software opening some password related file. It could be a security breach if an unauthorized user access it.
- Effort: master
Outlook Registry Access
Detection of accesses to Microsoft Outlook registry hive, which might contain sensitive information.
- Effort: master
Pandemic Windows Implant
Detects Pandemic Windows Implant through registry keys or specific command lines. Prerequisites: Logging for Registry events is needed, which can be done in the Sysmon configuration (events 12 and 13).
- Effort: intermediate
PasswordDump SecurityXploded Tool
Detects the execution of the PasswordDump SecurityXploded Tool
- Effort: elementary
Permission Discovery Via Wmic
Detects discovery of permission on local groups via the tool wmic.
- Effort: advanced
Phorpiex DriveMgr Command
Detects specific command used by the Phorpiex botnet to execute a copy of the loader during its self-spreading stage. As described by Microsoft, this behavior is unique and easily identifiable due to the use of folders named with underscores "__" and the PE name "DriveMgr.exe".
- Effort: elementary
Phorpiex Process Masquerading
Detects specific process executable path used by the Phorpiex botnet to masquerade its system process network activity. It looks for a pattern of a system process executable name that is not legitimate and running from a folder that is created via a random algorithm 13-15 numbers long.
- Effort: elementary
Possible Malicious File Double Extension
Detects request to potential malicious file with double extension
- Effort: elementary
Potential Bazar Loader User-Agents
Detects potential Bazar loader communications through the user-agent
- Effort: elementary
Potential Lemon Duck User-Agent
Detects LemonDuck user agent. The format used two sets of alphabetical characters separated by dashes, for example "User-Agent: Lemon-Duck-[A-Z]-[A-Z]".
- Effort: elementary
PowerCat Function Loading
Detect a basic execution of PowerCat. PowerCat is a PowerShell function allowing to do basic connections, file transfer, shells, relays, generate payloads.
- Effort: intermediate
PowerShell AMSI Deactivation Bypass Using .NET Reflection
Detects Request to amsiInitFailed that can be used to disable AMSI (Antimalware Scan Interface) Scanning. More information about Antimalware Scan Interface https://docs.microsoft.com/en-us/windows/win32/amsi/antimalware-scan-interface-portal.
- Effort: advanced
PowerShell Commands Invocation
Detects the execution to invoke a powershell command. This was used in an intrusion using Gootloader to access Mimikatz.
- Effort: advanced
PowerShell Data Compressed
Detects data compression through a PowerShell command (could be used by an adversary for exfiltration).
- Effort: advanced
PowerShell Downgrade Attack
Detects PowerShell downgrade attack by comparing the host versions with the actually used engine version 2.0
- Effort: elementary
PowerShell Download From URL
Detects a Powershell process that contains download commands in its command line string.
- Effort: advanced
PowerShell EncodedCommand
Detects popular file extensions in commands obfuscated in base64 run through the EncodedCommand option.
- Effort: advanced
PowerShell Execution Via Rundll32
Detects PowerShell Strings applied to rundll as seen in PowerShdll.dll Rule modified
- Effort: intermediate
PowerShell Invoke Expression With Registry
Detects keywords from well-known PowerShell techniques to get registry key values
- Effort: advanced
PowerShell Malicious Nishang PowerShell Commandlets
Detects Commandlet names and arguments from the Nishang exploitation framework.
- Effort: advanced
PowerView commandlets 1
Detects PowerView commandlets which perform network and Windows domain enumeration and exploitation. It provides replaces for almost all Windows net commands, letting you query users, machines, domain controllers, user descriptions, share, sessions, and more.
- Effort: advanced
PowerView commandlets 2
Detects PowerView commandlets which perform network and Windows domain enumeration and exploitation. It provides replaces for almost all Windows net commands, letting you query users, machines, domain controllers, user descriptions, share, sessions, and more.
- Effort: advanced
Powershell AMSI Bypass
This rule aims to detect attempts to bypass AMSI in powershell using specific techniques.
- Effort: advanced
Powershell UploadString Function
Powershell's uploadXXX
functions are a category of methods which can be used to exfiltrate data through native means on a Windows host.
- Effort: intermediate
Powershell Web Request
Detects the use of various web request methods executed remotely via Windows PowerShell.
- Effort: advanced
Powershell Winlogon Helper DLL
Detects modifications to the Winlogon Registry keys, which may cause Winlogon to load and execute malicious DLLs and/or executables.
- Effort: intermediate
Privilege Escalation Awesome Scripts (PEAS)
Detect PEAS privileges escalation scripts and binaries
- Effort: elementary
Process Memory Dump Using Comsvcs
Detects the use of comsvcs in command line to dump a specific process memory. This technique is used by attackers for privilege escalation and pivot.
- Effort: intermediate
Process Memory Dump Using Createdump
Detects the use of createdump.exe in command line to dump the memory of a process. This technique is used by attackers for privilege escalation and pivot.
- Effort: elementary
Process Memory Dump Using Rdrleakdiag
Detects the use of rdrleakdiag.exe in command line to dump the memory of a process. This technique is used by attackers for privilege escalation and pivot.
- Effort: elementary
Process Trace Alteration
PTrace syscall provides a means by which one process ("tracer") may observe and control the execution of another process ("tracee") and examine and change the tracee's memory and registers. Attacker might want to abuse ptrace functionnality to analyse memory process. It requires to be admin or set ptrace_scope to 0 to allow all user to trace any process.
- Effort: advanced
ProxyShell Microsoft Exchange Suspicious Paths
Detects suspicious calls to Microsoft Exchange resources, in locations related to webshells observed in campaigns using this vulnerability.
- Effort: elementary
PsExec Process
Detects PsExec execution, command line which contains pstools or installation of the PsExec service. PsExec is a SysInternals which can be used to execute a program on another computer. The tool is as much used by attackers as by administrators.
- Effort: advanced
Putty Sessions Listing
Detects attempts to list Putty sessions through registry. To fully work, this rule requires to log registry accesses, which can be done with the Windows Event ID 4656 or 4663 but for that specific configuration is needed.
- Effort: master
Python Exfiltration Tools
Python has some built-in modules or library that could be installed and later be used as exflitration tool by an attacker
- Effort: advanced
Python HTTP Server
Detects command used to start a Simple HTTP server in Python. Threat actors could use it for data extraction, hosting a webshell or else.
- Effort: intermediate
Python Offensive Tools and Packages
Track installation and usage of offensive python packages and project that are used for lateral movement
- Effort: master
QakBot Process Creation
Detects QakBot like process executions
- Effort: intermediate
Qakbot Persistence Using Schtasks
Detects possible Qakbot persistence using schtasks.
- Effort: intermediate
RDP Configuration File From Mail Process
Detects RDP configuration file being created or executed by a Mail-related process like Outlook. RDP configuration file will allow, when opened, an user to connect to the configured server easily. Attackers use this to trick victims in order to get a shared drive and potentially retrieve the data from that drive, but also drop a malicious file on the drive to establish persistence. Using RDP can also expose the victim's credential and clipboard data on some cases.
- Effort: advanced
RDP Sensitive Settings Changed
Detects changes to RDP terminal service sensitive settings. Logging for registry events is needed in the Sysmon configuration (events 12 and 13).
- Effort: advanced
RDP Session Discovery
Detects use of RDP session discovery via qwinsta or quser. Used by some threat actors to know if someone is working via RDP on a server.
- Effort: advanced
RTLO Character
Detects RTLO (Right-To-Left character) in file and process names.
- Effort: elementary
RUN Registry Key Created From Suspicious Folder
Detects the suspicious RUN keys created by software located in Download or temporary Outlook/Internet Explorer directories. Prerequisites are logging for Registry events, which can be done with Sysmon (events 12 and 13).
- Effort: advanced
Raccine Uninstall
Detects commands that indicate a Raccine removal from an end system. Raccine is a free ransomware protection tool.
- Effort: elementary
Raccoon Stealer 2.0 Legitimate Third-Party DLL Download URL
Detects Raccoon Stealer 2.0 malware downloading legitimate third-party DLLs from its C2 server. These legitimate DLLs are used by the information stealer to collect data on the compromised hosts.
- Effort: elementary
Rclone Process
Detects Rclone executable or Rclone execution by using the process name, the execution through a command obfuscated or not.
- Effort: advanced
Rebooting
Detects when forcing a computer to shutdown.
- Effort: master
Reconnaissance Commands Activities
Based on Cynet, Microsoft and Kaspersky analysis of Qakbot, this rule tries to detect some discovery TTPs.
- Effort: intermediate
RedMimicry Winnti Playbook Registry Manipulation
Detects actions caused by the RedMimicry Winnti playbook. Logging for Registry events is needed in the Sysmon configuration (events 12 and 13).
- Effort: elementary
Registry Checked For Lanmanserver DisableCompression Parameter
Detects registry access for Lanmanserver\Parameters. The check of the value DisableCompression could be a sign of an attack trying to exploit SMBGhost vulnerability (CVE-2020-0796).
- Effort: master
Registry Persistence Using 'Image File Execution' And 'SilentProcessExit' Keys
Detects persistence registry keys. Logging for Registry events is needed, it can be done in the Sysmon configuration (events 12 and 13).
- Effort: master
Remote Access Tool Domain
Detects traffic toward a domain flagged as a Remote Administration Tool (RAT).
- Effort: master
Remote Monitoring and Management Software - AnyDesk
Detect artifacts related to the installation or execution of the Remote Monitoring and Management tool AnyDesk.
- Effort: master
Remote Monitoring and Management Software - Atera
Detect artifacts related to the installation or execution of the Remote Monitoring and Management tool Atera.
- Effort: master
Remote System Discovery Via Telnet
Detects use of the protocol telnet to access information.
- Effort: advanced
Rubeus Tool Command-line
Detects command line parameters used by Rubeus, a toolset to interact with Kerberos and abuse it.
- Effort: advanced
SEKOIA.IO Intelligence Feed
Detect threats based on indicators of compromise (IOCs) collected by SEKOIA's Threat and Detection Research team.
- Effort: elementary
SELinux Disabling
An attacker can disable SELinux to make workstation or server compromise easier as it disables several protections.
- Effort: intermediate
SOCKS Tunneling Tool
Detects the usage of a SOCKS tunneling tool, often used by threat actors. These tools often use the socks5 commandline argument, however socks4 can sometimes be used as well. Unfortunately, socks alone (without any number) triggered too many false positives.
- Effort: intermediate
STRRAT Scheduled Task
Detect STRRAT when it achieves persistence by creating a scheduled task. STRRAT is a Java-based stealer and remote backdoor, it establishes persistence using this specific command line: 'cmd /c schtasks /create /sc minute /mo 30 /tn Skype /tr "C:\Users\Admin\AppData\Roaming\SAMPLENAME.jar"'
- Effort: intermediate
Schtasks Persistence With High Privileges
Detection of scheduled task with high privileges used by attacker for persistence.
- Effort: elementary
Schtasks Suspicious Parent
Detects schtasks started from suspicious and/or unusual processes.
- Effort: intermediate
Screenconnect Remote Execution
Detect cmd or powershell remote execution cmdline via ScreenConnect
- Effort: intermediate
Searchindexer Wrong Parent
Detects if the Search Indexer was executed by a non-legitimate parent process. Search Indexer is the Windows service that handles indexing of your files for Windows Search.
- Effort: master
Searchprotocolhost Wrong Parent
Detects if the Search Protocol Host process was executed by a non-legitimate parent process. Search Protocol Host is part of the Windows Indexing Service, a service indexing files on the local drive making them easier to search.
- Effort: master
Security Support Provider (SSP) Added to LSA Configuration
Detects the addition of a SSP to the registry. This is commonly used for persistence. Upon a reboot or API call, SSP DLLs gain access to encrypted and plaintext passwords stored in Windows. Logging for Registry events is needed for this rule to work (this can be done through Sysmon EventIDs 12 and 13).
- Effort: elementary
Sekoia.io EICAR Detection
Detects observables in Sekoia.io CTI tagged as EICAR, which are fake samples meant to test detection.
- Effort: master
Shadow Copies
Detects command line used to create and list shadow copies. An adversary may attempt to get information on shadow volumes to perform deletion or extract password hashes from the ntds.dit file. This rule requires command line logging or Windows PowerShell events (4104).
- Effort: master
Shell PID Injection
Detects when shells PID are listed and injected in another process. It can be performed to reuse sudo token related to shell in order to elevate privilege and maintain persistence.
- Effort: intermediate
Smss Wrong Parent
Detects if the Smss process was executed by a non-legitimate parent process. Session Manager Subsystem (smss) process is a component of the Microsoft Windows NT family of operating systems.
- Effort: master
Socat Relaying Socket
Socat is a linux tool used to relay local socket or internal network connection, this technics is often used by attacker to bypass security equipment such as firewall
- Effort: advanced
Socat Reverse Shell Detection
Socat is a linux tool used to relay or open reverse shell that is often used by attacker to bypass security equipment.
- Effort: intermediate
SolarWinds Suspicious File Creation
Detects SolarWinds process creating a file with a suspicious extension. The process solarwinds.businesslayerhost.exe created an unexpected file whose extension is ".exe", ".ps1", ".jpg", ".png" or ".dll".
- Effort: intermediate
SolarWinds Wrong Child Process
Detects SolarWinds process starting an unusual child process. Process solarwinds.businesslayerhost.exe and solarwinds.businesslayerhostx64.exe created an unexepected child process which doesn't correspond to the legitimate ones.
- Effort: intermediate
Spyware Persistence Using Schtasks
Detects possible Agent Tesla or Formbook persistence using schtasks. The name of the scheduled task used by these malware is very specific (Updates/randomstring).
- Effort: intermediate
SquirrelWaffle Malspam Execution Loading DLL
Detects cscript running suspicious command to load a DLL. This behavior has been detected in SquirrelWaffle campaign.
- Effort: intermediate
Sticky Key Like Backdoor Usage
Detects the usage and installation of a backdoor that uses an option to register a malicious debugger for built-in tools that are accessible in the login screen. Prerequisites are logging for Registry events, which can be done with Sysmon (events 12 and 13).
- Effort: elementary
Stop Backup Services
Detects adversaries attempts to stop backups services or disable Windows previous files versions feature. This could be related to ransomware operators or legit administrators. This rule relies Windows command line logging and registry logging, and PowerShell (ID 4103, 4104).
- Effort: master
Suncrypt Parameters
Detects SunCrypt ransomware's parameters, most of which are unique.
- Effort: elementary
Suspicious Cmd File Copy Command To Network Share
Copy suspicious files through Windows cmd prompt to network share
- Effort: intermediate
Suspicious Cmd.exe Command Line
Detection on suspicious cmd.exe command line seen being used by some attackers (e.g. Lazarus with Word macros). This requires Windows process command line logging.
- Effort: advanced
Suspicious CodePage Switch with CHCP
Detects a code page switch in command line
- Effort: intermediate
Suspicious CommandLine Lsassy Pattern
Detects the characteristic lsassy loop used to identify lsass PIDs
- Effort: intermediate
Suspicious Control Process
Detects suspicious execution of control.exe process when used to execute a DLL file.
- Effort: advanced
Suspicious DLL Loading By Ordinal
Detects suspicious DLL Loading by ordinal number in a non legitimate or rare folders. For example, Sofacy (APT28) used this technique to load their Trojan in a campaign of 2018.
- Effort: intermediate
Suspicious DNS Child Process
Detects suspicious processes spawned by the dns.exe process. It could be a great indication of the exploitation of the DNS RCE bug reported in CVE-2020-1350 (SIGRED).
- Effort: intermediate
Suspicious Desktopimgdownldr Execution
Detects a suspicious Desktopimgdownldr execution. Desktopimgdownldr.exe is a Windows binary used to configure lockscreen/desktop image and can be abused to download malicious file.
- Effort: intermediate
Suspicious Double Extension
Detects suspicious use of an .exe extension after a non-executable file extension like .pdf.exe, a set of spaces or underlines to cloak the executable file in spearphishing campaigns
- Effort: advanced
Suspicious Download Links From Legitimate Services
Detects users clicking on Google docs links to download suspicious files. This technique was used a lot by Bazar Loader in the past.
- Effort: intermediate
Suspicious Driver Loaded
Checks the registry key for suspicious driver names that are vulnerable most of the time and loaded in a specific location by the KDU tool from hfiref0x. Some drivers are used by several SysInternals tools, which should have been whitelisted in the filter condition. The driver named "DBUtilDrv2" has been removed as it caused too many false positives unfortunately. It can be added under "drv_name" if more coverage is wanted. This rule needs registry key monitoring (can be done with Sysmon Event IDs 12,13 and 14).
- Effort: intermediate
Suspicious Email Attachment Received
Detects email containing a suspicious file as an attachment, based on its extension.
- Effort: advanced
Suspicious File Name
Detects suspicious file name possibly linked to malicious tool.
- Effort: advanced
Suspicious Finger Usage
Detects suspicious aged finger.exe tool execution often used in malware attacks nowadays. An attacker can use finger to silently retrieve a command, a script or a payload from a remote server. For example, the tool Darkfinger-C2 uses this technique to download files from the C2 channel.
- Effort: intermediate
Suspicious Hangul Word Processor Child Process
Detects suspicious Hangul Word Processor (HWP) child process that could indicate an exploitation as used by the Lazarus APT during the Operation Ghost Puppet (2018). This activity could correspond to a maldoc execution related to a .hwp file. Hangul is a proprietary word processing application that supports the Korean written language.
- Effort: elementary
Suspicious Headless Web Browser Execution To Download File
Detects a suspicious command used to execute a Chromium-based web browser (Chrome or Edge) using the headless mode, meaning that the browser window wouldn't be visible, and the dump mode to download a file. This technique can be used to fingerprint the compromised host, in particular by the Ducktail infostealer.
- Effort: elementary
Suspicious Microsoft Defender Antivirus Exclusion Command
Detects PowerShell commands aiming to exclude path, process, IP address, or extension from scheduled and real-time scanning. These commands can be used by attackers or malware to avoid being detected by Windows Defender. Depending on the environment and the installed software, this detection rule could raise false positives. We recommend customizing this rule by filtering legitimate processes that use Windows Defender exclusion command in your environment.
- Effort: master
Suspicious Mshta Execution
Detects suspicious mshta.exe execution patterns, either involving file polyglotism, remote file (http, ftp or ldap) or suspicious location. This technique is often used by threat actors.
- Effort: intermediate
Suspicious Mshta Execution From Wmi
Detects mshta executed by wmiprvse as parent. It has been used by TA505 with some malicious documents.
- Effort: intermediate
Suspicious Netsh DLL Persistence
Detects persitence via netsh helper. Netsh interacts with other operating system components using dynamic-link library (DLL) files. Adversaries may establish persistence by executing malicious content triggered by Netsh Helper DLLs.
- Effort: elementary
Suspicious Network Args In Command Line
Detection on some commonly observed suspicious processes command lines using HTTP schema with port 443.
- Effort: intermediate
Suspicious New Printer Ports In Registry
Detects a suspicious printer port creation in Registry that could be an attempt to exploit CVE-2020-1048. The CVE-2020-1048 consists in gaining persistence, privilege by abusing a flaw in the Print Spooler service to execute a payload whose path is stored in the registry key. To fully use this rule, prerequesites are logging for Registry events in the Sysmon configuration (events 12, 13 and 14).
- Effort: master
Suspicious Outlook Child Process
Detects suspicious child processes of Microsoft Outlook. These child processes are often associated with spearphishing activity.
- Effort: intermediate
Suspicious PROCEXP152.sys File Created In Tmp
Detects the creation of the PROCEXP152.sys file in the application-data local temporary folder. This driver is used by Sysinternals Process Explorer but also by KDU (https://github.com/hfiref0x/KDU) or Ghost-In-The-Logs (https://github.com/bats3c/Ghost-In-The-Logs), which uses KDU. Note - Clever attackers may easily bypass this detection by just renaming the driver filename. Therefore just Medium-level and don't rely on it.
- Effort: advanced
Suspicious PowerShell Invocations - Generic
Detects suspicious PowerShell invocation command parameters through command line logging or ScriptBlock Logging.
- Effort: intermediate
Suspicious PowerShell Invocations - Specific
Detects suspicious PowerShell invocation command parameters.
- Effort: intermediate
Suspicious PowerShell Keywords
Detects keywords that could indicate the use of some PowerShell exploitation framework.
- Effort: advanced
Suspicious PrinterPorts Creation (CVE-2020-1048)
Detects new commands that add new printer port which point to suspicious file
- Effort: advanced
Suspicious Regasm Regsvcs Usage
catch abuse of regsvcs and regasm lolbin by attacker
- Effort: advanced
Suspicious Regsvr32 Execution
Detects suspicious regsvr32.exe executions, either regsvr32 registering a DLL in an unusual repository (temp/, appdata/ or public/), or regsvr32 executed by an unusual parent process, or regsvr32 executing an unusual process, or regsvr32 registering a media file and not a DLL (as seen in IcedID campaigns), or regsvr32 registering a ocx file in appdata/.
- Effort: advanced
Suspicious Rundll32.exe Execution
The process rundll32.exe executes a newly dropped DLL with update /i in the command line. This specific technic was observed at least being used by the IcedID loading mechanism dubbed Gziploader.
- Effort: intermediate
Suspicious Scheduled Task Creation
Detects suspicious scheduled task creation, either executed by a non-system user or a user who is not administrator (the user ID is not S-1-5-18 or S-1-5-18-*). This detection rule doesn't match Sysmon EventID 1 because the user SID is always set to S-1-5-18.
- Effort: intermediate
Suspicious TOR Gateway
Detects suspicious TOR gateways. Gateways are often used by the victim to pay and decrypt the encrypted files without installing TOR. Tor intercepts the network traffic from one or more apps on user’s computer, usually the user web browser, and shuffles it through a number of randomly-chosen computers before passing it on to its destination. This disguises user location, and makes it harder for servers to pick him/her out on repeat visits, or to tie together separate visits to different sites, this making tracking and surveillance more difficult. Before a network packet starts its journey, user’s computer chooses a random list of relays and repeatedly encrypts the data in multiple layers, like an onion. Each relay knows only enough to strip off the outermost layer of encryption, before passing what’s left on to the next relay in the list.
- Effort: advanced
Suspicious Taskkill Command
Detects rare taskkill command being used. It could be related to Baby Shark malware.
- Effort: intermediate
Suspicious URI Used In A Lazarus Campaign
Detects suspicious requests to a specific URI, usually on an .asp page. The website is often compromised.
- Effort: intermediate
Suspicious VBS Execution Parameter
Detects suspicious VBS file execution with a specific parameter by cscript. It was observed in the Operation CloudHopper.
- Effort: elementary
Suspicious Windows Installer Execution
Detects suspicious execution of the Windows Installer service (msiexec.exe) which could be used to install a malicious MSI package hosted on a remote server.
- Effort: intermediate
Suspicious Windows Script Execution
Detects wscript.exe or cscript.exe executing a script in user directories (C:\ProgramData or C:\Users) with a .txt extension, which is very suspicious. It could strongly correspond to a malware dropper, as seen during SquirrelWaffle maldoc campaign.
- Effort: intermediate
Suspicious XOR Encoded PowerShell Command Line
Detects suspicious powershell process which includes bxor command, alternative obfuscation method to b64 encoded commands.
- Effort: advanced
Suspicious certutil command
Detects suspicious certutil command which can be used by threat actors to download and/or decode payload.
- Effort: intermediate
Suspicious desktop.ini Action
Detects unusual processes accessing desktop.ini, which can be leveraged to alter how Explorer displays a folder's content (i.e. renaming files) without changing them on disk.
- Effort: advanced
Svchost Modification
Detects the modification of svchost in the registry.
- Effort: advanced
Svchost Wrong Parent
Detects if the svchost.exe process was executed by a non-legitimate parent process. Svchost (Service Host Process) is a generic host process name for services that run from dynamic-link libraries (DLLs).
- Effort: master
Sysprep On AppData Folder
Detects suspicious Sysprep process start with AppData folder as target (as used by Trojan Syndicasec in Thrip report by Symantec). Sysprep is a Windows tool used to change Windows images from a generalized state to a specialized state, and then back to a generalized state. It can be used to remove all system-specific information and reset the computer.
- Effort: intermediate
System Info Discovery
System info discovery, attempt to detects basic command use to fingerprint a host.
- Effort: master
System Network Connections Discovery
Detects system network connections discovery via powershell and cmd.
- Effort: advanced
TOR Usage Generic Rule
Detects TOR usage globally, whether the IP is a destination or source. TOR is short for The Onion Router, and it gets its name from how it works. TOR intercepts the network traffic from one or more apps on user’s computer, usually the user web browser, and shuffles it through a number of randomly-chosen computers before passing it on to its destination. This disguises user location, and makes it harder for servers to pick him/her out on repeat visits, or to tie together separate visits to different sites, this making tracking and surveillance more difficult. Before a network packet starts its journey, user’s computer chooses a random list of relays and repeatedly encrypts the data in multiple layers, like an onion. Each relay knows only enough to strip off the outermost layer of encryption, before passing what’s left on to the next relay in the list.
- Effort: master
Taskhost Wrong Parent
Detects if the Taskhost process was executed by a non-legitimate parent process. Taskhost is the process of the Windows Task Manager which lists the processes that are currently running on the computer system.
- Effort: master
Taskhostw Wrong Parent
Detects if the Taskhostw process was executed by a non-legitimate parent process. Taskhostw is a software component of Windows service start manager, it starts DLL-based Windows services when the computer boots up.
- Effort: master
TrevorC2 HTTP Communication
Detects TrevorC2 HTTP communication based on the HTTP request URI and the user-agent.
- Effort: elementary
UAC Bypass Using Fodhelper
Detects UAC bypass method using Fodhelper after setting the proper registry key, used in particular by Agent Tesla (RAT) or more recently by Earth Luscas. Prerequisites are logging for Registry events in the Sysmon configuration (events 12 and 13).
- Effort: intermediate
UAC Bypass Via Sdclt
Detects changes to HKCU\Software\Classes\exefile\shell\runas\command\isolatedCommand by an attacker in order to bypass User Account Control (UAC)
- Effort: elementary
UAC Bypass via Event Viewer
Detects UAC bypass method using Windows event viewer.
- Effort: intermediate
Ursnif Registry Key
Detects a new registry key created by Ursnif malware. The rule requires to log for Registry Events, which can be done using SYsmon's Event IDs 12,13 and 14.
- Effort: elementary
Usage Of Procdump With Common Arguments
Detects the usage of Procdump sysinternals tool with some common arguments and followed by common patterns.
- Effort: intermediate
Usage Of Sysinternals Tools
Detects the usage of Sysinternals Tools due to accepteula key being added to Registry. The rule detects it either from the command line usage or from the regsitry events. For the later prerequisite is logging for registry events in the Sysmon configuration (events 12 and 13).
- Effort: master
User Account Created
Detects user creation on windows servers, which shouldn't happen in an Active Directory environment. Apply this on your windows server logs and not on your DC logs. One default account defaultuser0
is excluded as only used during Windows set-up. This detection use Security Event ID 4720.
- Effort: master
Venom Multi-hop Proxy agent detection
Detects Venom Multi-hop Proxy agent.
- Effort: intermediate
WCE wceaux.dll Creation
Detects wceaux.dll creation while Windows Credentials Editor (WCE) is executed.
- Effort: intermediate
WMI Fingerprint Commands
Detects attacker fingerprint activities based on the correlation of specific WMIC commands. This has been observed with Aurora malware.
- Effort: intermediate
WMI Install Of Binary
Detection of WMI used to install a binary on the host. It is often used by attackers as a signed binary to infect an host.
- Effort: elementary
WMIC Command To Determine The Antivirus
Detects WMIC command to determine the antivirus on a system, characteristic of the ZLoader malware (and possibly others)
- Effort: advanced
WMIC Uninstall Product
Detects products being uninstalled using WMIC command.
- Effort: intermediate
WMImplant Hack Tool
WMImplant is a powershell framework used by attacker for reconnaissance and exfiltration, this rule attempts to detect WMimplant arguments and invokes commands.
- Effort: intermediate
Wdigest Enable UseLogonCredential
Detects modification of the Windows Registry value of HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\WDigest\UseLogonCredential. This technique is used to extract passwords in clear-text using WDigest. The rule requires to log for Registry Events, which can be done using Sysmon Event IDs 12, 13 and 14.
- Effort: elementary
Web Application Launching Shell
Detects when a web application launches a shell.
- Effort: master
WiFi Credentials Harvesting Using Netsh
Detects the harvesting of WiFi credentials using netsh.exe.
- Effort: advanced
Windows Credential Editor Registry Key
Detects the use of Windows Credential Editor (WCE). Prerequisites are logging for Registry events in the Sysmon configuration (events 12 and 13).
- Effort: elementary
Windows Firewall Changes
Detects changes on Windows Firewall configuration
- Effort: master
Windows Registry Persistence COM Key Linking
Detects COM object hijacking via TreatAs subkey. Logging for Registry events is needed in the Sysmon configuration with this kind of rule <TargetObject name="testr12" condition="end with">\TreatAs\(Default)</TargetObject>
.
- Effort: master
Windows Update LolBins
This rule try to detect a suspicious behavior of wuauclt.exe (windows update client) that could be a lolbins. Wuauctl.exe could be used to execute a malicious program.
- Effort: elementary
Wininit Wrong Parent
Windows Boot is a background application launcher for the Windows operating system. Wininit.exe is responsible for performing the Windows initialization process. This rule analyse if the parent of this process is a legitimate one or not.
- Effort: master
Winlogon wrong parent
Winlogon.exe is a process that performs the Windows login management function, handling user login and logout in Windows. You see this process in action whenever the operating system asks you for your username and password. It is also responsible for loading user profiles after login, this supports automated login (when relevant) and keyboard and mouse inactivity monitoring to decide when to invoke the screen saver. This rule analyse if the parent of this process is a legitimate one or not.
- Effort: master
Winrshost Wrong Parent
Detects if the Winrshosts process was executed by a non-legitimate parent process The winrshost.exe is a Host Process for WinRM's Remote Shell plugin.
- Effort: master
Winword Document Droppers
Detects specific process characteristics of word document droppers. This techniques has been used by Maze ransomware operators.
- Effort: elementary
Wmic Process Call Creation
The WMI command-line (WMIC) utility provides a command-line interface for Windows Management Instrumentation (WMI). WMIC is compatible with existing shells and utility commands. Although WMI is supposed to be an administration tool, it is wildy abused by threat actors. One of the reasons is WMI is quite stealthy. This rule detects the wmic command line launching a process on a remote or local host.
- Effort: intermediate
Wmic Service Call
Detects either remote or local code execution using wmic tool.
- Effort: intermediate
Wmic Suspicious Commands
Detects suspicious commands used by the process wmic to get informations on the system.
- Effort: advanced
Wsmprovhost Wrong Parent
Detects if the Wsmprovhost process was executed by a non-legitimate parent process. The PowerShell host wsmprovhost.exe is a proxy process executed remotely through PowerShell when using Windows Remote Management (WinRM).
- Effort: master
XCopy Suspicious Usage
Detects the usage of xcopy with suspicious command line options (used by Judgment Panda APT in the past). The rule is based on command line only in case xcopy is renamed.
- Effort: advanced
XSL Script Processing And SquiblyTwo Attack
Detection of an attack where adversaries may bypass application control and obscure execution of code by embedding scripts inside XSL files. Another variation of this technique, dubbed "Squiblytwo", involves to invoke JScript or VBScript within an XSL file.
- Effort: intermediate
ZIP LNK Infection Chain
Detection of an ZIP download followed by a child-process of explorer, followed by multiple Windows processes.This is widely used as an infection chain mechanism.
- Effort: advanced
xWizard Execution
Detects the execution of Xwizard tool with specific arguments which utilized to run custom class properties.
- Effort: master
Event Categories
The following table lists the data source offered by this integration.
Data Source | Description |
---|---|
Binary file metadata |
Microsoft Defender for Endpoint monitors files |
Disk forensics |
Microsoft Defender for Endpoint monitors devices |
File monitoring |
Microsoft Defender for Endpoint monitors files |
Host network interface |
Microsoft Defender for Endpoint monitors devices |
Kernel drivers |
Microsoft Defender for Endpoint monitors processes |
Loaded DLLs |
Microsoft Defender for Endpoint monitors processes |
Named Pipes |
Microsoft Defender for Endpoint monitors processes |
PowerShell logs |
Microsoft Defender for Endpoint monitors processes |
Process command-line parameters |
Microsoft Defender for Endpoint monitors processes |
Process monitoring |
Microsoft Defender for Endpoint monitors processes |
Process use of network |
Microsoft Defender for Endpoint monitors processes |
Services |
Microsoft Defender for Endpoint monitors processes |
Windows event logs |
Microsoft Defender for Endpoint watch events logs |
Windows Registry |
Microsoft Defender for Endpoint monitors the registry |
WMI Objects |
Microsoft Defender for Endpoint monitors processes |
Email gateway |
Microsoft Defender for O365 monitors emails |
OAuth audit logs |
Microsoft Defender for Cloud App monitors users, entity behavior and activities |
Authentication logs |
Microsoft Defender for Identity monitors users, entity behavior and activities |
Asset management |
Microsoft Defender for Identity monitors users identity and credentials |
In details, the following table denotes the type of events produced by this integration.
Name | Values |
---|---|
Kind | alert , enrichment |
Category | authentication , connection , email , file , host , iam , intrusion_detection , network , process , threat , web |
Type | indicator , info , user |
Transformed Events Samples after Ingestion
This section demonstrates how the raw logs will be transformed by our parsers. It shows the extracted fields that will be available for use in the built-in detection rules and hunting activities in the events page. Understanding these transformations is essential for analysts to create effective detection mechanisms with custom detection rules and to leverage the full potential of the collected data.
{
"message": "{\"time\":\"2024-10-01T08:25:13.7165282Z\",\"tenantId\":\"22222222-2222-2222-2222-c5ea28204b4b\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-CloudAppEvents\",\"_TimeReceivedBySvc\":\"2024-10-01T08:22:28.4690000Z\",\"properties\":{\"ActionType\":\"Send\",\"ApplicationId\":20893,\"AccountDisplayName\":\"jDOE microsoft graph\",\"AccountObjectId\":null,\"AccountId\":\"22222222-2222-2222-2222-c5ea28204b4b\",\"DeviceType\":\"Other\",\"OSPlatform\":\"Unknown\",\"IPAddress\":\"1.2.3.4\",\"IsAnonymousProxy\":false,\"CountryCode\":\"FR\",\"City\":\"Paris\",\"ISP\":\"Microsoft 365 Common and Office Online server\",\"UserAgent\":\"Client=Client;Client=Client;;\",\"IsAdminOperation\":false,\"ActivityObjects\":[{\"Type\":\"Account\",\"Role\":\"Actor\",\"Name\":\"jDOE microsoft graph\",\"Id\":\"22222222-2222-2222-2222-8e9a218ac860\",\"ApplicationId\":11166,\"ApplicationInstance\":0},{\"Type\":\"Structured object\",\"Role\":\"Parameter\",\"ServiceObjectType\":\"Session ID\"},{\"Type\":\"Task\",\"Role\":\"Target object\",\"Name\":\"Send\"},{\"Type\":\"User\",\"Role\":\"Parameter\",\"Name\":\"noreply jDOE\",\"Id\":\"22222222-2222-2222-2222-e7a7d2c427c8\",\"ApplicationId\":11166,\"ApplicationInstance\":0}],\"AdditionalFields\":{\"Source Mac\":\"11:22:33:44:55:66\"},\"ActivityType\":\"Run\",\"ObjectName\":\"Send\",\"ObjectType\":\"Task\",\"ObjectId\":null,\"AppInstanceId\":0,\"AccountType\":\"Application\",\"IsExternalUser\":false,\"IsImpersonated\":false,\"IPTags\":[\"Microsoft 365 Common and Office Online server\",\"Microsoft Azure\",\"Microsoft 365\"],\"IPCategory\":\"Cloud provider\",\"UserAgentTags\":null,\"RawEventData\":{\"AppId\":\"00000003-0000-0000-c000-000000000000\",\"ClientAppId\":\"22222222-2222-2222-2222-8e9a218ac860\",\"ClientIP\":\"1.2.3.4\",\"ClientIPAddress\":\"1.2.3.4 \",\"ClientInfoString\":\"Client=Client;Client=ClientSystem;;\",\"ClientRequestId\":\"22222222-2222-2222-2222-865deac528e4\",\"CreationTime\":\"2024-10-01T08:18:26Z\",\"ExternalAccess\":false,\"Id\":\"22222222-2222-2222-2222-08dce1f19ff1\",\"InternalLogonType\":0,\"Item\":{\"Id\":\"RgAAAACAAAAAAAAAAAAAAAAAAncHuoKBwCQDhyvSYsvTYNL\",\"ImmutableId\":\"LgAAAAAAAAAAAAAAAAAAAAAAADQCQDhyvSYsvTYNLegb6cgrxAAAo4zpzAAAJ\",\"InternetMessageId\":\"<test.JDOE.outlook.com>\",\"ParentFolder\":{\"Id\":\"AAAAAAAAAAAAAAAAAAAAAAAAAAQCQDhyvSYsvTYNLegb6cgrxAAAAAAEPAAAB\",\"Path\":\"\\\\\\\\Drafts\"},\"SizeInBytes\":4199,\"Subject\":\"subject test\"},\"LogonType\":0,\"LogonUserSid\":\"S-1-1-11-33333333333-222222222-66666666666-9341774\",\"MailboxGuid\":\"22222222-2222-2222-2222-b228527c6288\",\"MailboxOwnerMasterAccountSid\":\"S-1-1-11\",\"MailboxOwnerSid\":\"S-1-1-11-33333333333-222222222-66666666666-9341774\",\"MailboxOwnerUPN\":\"noreply@test.co\",\"Operation\":\"Send\",\"OrganizationId\":\"22222222-2222-2222-2222-c5ea28204b4b\",\"OrganizationName\":\"test.onmicrosoft.com\",\"OriginatingServer\":\"SN7PR11MB0000(5.6.7700.000)\\\\r\\\\n\",\"RecordType\":2,\"ResultStatus\":\"Succeeded\",\"SaveToSentItems\":true,\"UserId\":\"noreply@test.co\",\"UserKey\":\"22222222-2222-2222-2222-8e9a218ac860\",\"UserType\":5,\"Version\":1,\"Workload\":\"Exchange\"},\"ReportId\":\"22222222-2222-2222-2222-a036-08dce1f19ff1\",\"Timestamp\":\"2024-10-01T08:18:26Z\",\"Application\":\"Microsoft Exchange Online\"},\"Tenant\":\"DefaultTenant\"}",
"event": {
"category": [
"network"
],
"dataset": "cloud_app_events",
"type": [
"info"
]
},
"@timestamp": "2024-10-01T08:18:26Z",
"action": {
"properties": {
"Application": "Microsoft Exchange Online",
"ApplicationId": "20893",
"IPCategory": "Cloud provider",
"IPTags": [
"Microsoft 365",
"Microsoft 365 Common and Office Online server",
"Microsoft Azure"
],
"ISP": "Microsoft 365 Common and Office Online server",
"IsAdminOperation": "false",
"IsAnonymousProxy": "false",
"IsExternalUser": false,
"IsImpersonated": false,
"ObjectName": "Send",
"ObjectType": "Task",
"RawEventData": "{\"AppId\": \"00000003-0000-0000-c000-000000000000\", \"ClientAppId\": \"22222222-2222-2222-2222-8e9a218ac860\", \"ClientIP\": \"1.2.3.4\", \"ClientIPAddress\": \"1.2.3.4 \", \"ClientInfoString\": \"Client=Client;Client=ClientSystem;;\", \"ClientRequestId\": \"22222222-2222-2222-2222-865deac528e4\", \"CreationTime\": \"2024-10-01T08:18:26Z\", \"ExternalAccess\": false, \"Id\": \"22222222-2222-2222-2222-08dce1f19ff1\", \"InternalLogonType\": 0, \"Item\": {\"Id\": \"RgAAAACAAAAAAAAAAAAAAAAAAncHuoKBwCQDhyvSYsvTYNL\", \"ImmutableId\": \"LgAAAAAAAAAAAAAAAAAAAAAAADQCQDhyvSYsvTYNLegb6cgrxAAAo4zpzAAAJ\", \"InternetMessageId\": \"<test.JDOE.outlook.com>\", \"ParentFolder\": {\"Id\": \"AAAAAAAAAAAAAAAAAAAAAAAAAAQCQDhyvSYsvTYNLegb6cgrxAAAAAAEPAAAB\", \"Path\": \"\\\\\\\\Drafts\"}, \"SizeInBytes\": 4199, \"Subject\": \"subject test\"}, \"LogonType\": 0, \"LogonUserSid\": \"S-1-1-11-33333333333-222222222-66666666666-9341774\", \"MailboxGuid\": \"22222222-2222-2222-2222-b228527c6288\", \"MailboxOwnerMasterAccountSid\": \"S-1-1-11\", \"MailboxOwnerSid\": \"S-1-1-11-33333333333-222222222-66666666666-9341774\", \"MailboxOwnerUPN\": \"noreply@test.co\", \"Operation\": \"Send\", \"OrganizationId\": \"22222222-2222-2222-2222-c5ea28204b4b\", \"OrganizationName\": \"test.onmicrosoft.com\", \"OriginatingServer\": \"SN7PR11MB0000(5.6.7700.000)\\\\r\\\\n\", \"RecordType\": 2, \"ResultStatus\": \"Succeeded\", \"SaveToSentItems\": true, \"UserId\": \"noreply@test.co\", \"UserKey\": \"22222222-2222-2222-2222-8e9a218ac860\", \"UserType\": 5, \"Version\": 1, \"Workload\": \"Exchange\"}"
},
"type": "Send"
},
"host": {
"os": {
"full": "Unknown"
},
"type": "Other"
},
"microsoft": {
"defender": {
"activity": {
"objects": [
{
"ApplicationId": 11166,
"ApplicationInstance": 0,
"Id": "22222222-2222-2222-2222-8e9a218ac860",
"Name": "jDOE microsoft graph",
"Role": "Actor",
"Type": "Account"
},
{
"Role": "Parameter",
"ServiceObjectType": "Session ID",
"Type": "Structured object"
},
{
"Name": "Send",
"Role": "Target object",
"Type": "Task"
},
{
"ApplicationId": 11166,
"ApplicationInstance": 0,
"Id": "22222222-2222-2222-2222-e7a7d2c427c8",
"Name": "noreply jDOE",
"Role": "Parameter",
"Type": "User"
}
],
"type": "Run"
},
"report": {
"id": "22222222-2222-2222-2222-a036-08dce1f19ff1"
}
}
},
"related": {
"ip": [
"1.2.3.4"
]
},
"source": {
"address": "1.2.3.4",
"geo": {
"city_name": "Paris",
"country_iso_code": "FR"
},
"ip": "1.2.3.4"
},
"user": {
"full_name": "jDOE microsoft graph"
},
"user_agent": {
"device": {
"name": "Other"
},
"name": "Other",
"original": "Client=Client;Client=Client;;",
"os": {
"name": "Other"
}
}
}
{
"message": "{\"time\": \"2023-09-28T16:17:08.7649196Z\", \"tenantId\": \"4b05a653-e372-418d-9bd0-ba2383d1673e\", \"operationName\": \"Publish\", \"category\": \"AdvancedHunting-AlertEvidence\", \"properties\": {\"Timestamp\": \"2023-09-28T16:15:29.9227997Z\", \"AlertId\": \"dadca6b5e5-5ab9-4a96-9dbb-ba2f8e7756e3_1\", \"EntityType\": \"Process\", \"EvidenceRole\": \"Related\", \"SHA1\": \"f1d50e0d3e0ba197baf152614e0cd94487a1142e\", \"SHA256\": \"eb3fd3d0548771153565acd49edf4667a576959b8e265be7c0061017c6479232\", \"RemoteIP\": null, \"LocalIP\": null, \"RemoteUrl\": null, \"AccountName\": null, \"AccountDomain\": null, \"AccountSid\": null, \"AccountObjectId\": null, \"DeviceId\": null, \"ThreatFamily\": null, \"EvidenceDirection\": null, \"AdditionalFields\": \"{\\\"$id\\\":\\\"1\\\",\\\"ProcessId\\\":\\\"19060\\\",\\\"CommandLine\\\":\\\"splwow64.exe 8192\\\",\\\"ElevationToken\\\":\\\"Default\\\",\\\"CreationTimeUtc\\\":\\\"2023-09-28T16:15:28.7714877Z\\\",\\\"ImageFile\\\":{\\\"$id\\\":\\\"2\\\",\\\"Directory\\\":\\\"C:\\\\\\\\Windows\\\",\\\"Name\\\":\\\"splwow64.exe\\\",\\\"Host\\\":{\\\"$id\\\":\\\"3\\\",\\\"DnsDomain\\\":\\\"example.org\\\",\\\"HostName\\\":\\\"vm0242\\\",\\\"NetBiosName\\\":\\\"vm0242.example.org\\\",\\\"OSFamily\\\":\\\"Windows\\\",\\\"OSVersion\\\":\\\"10.0\\\",\\\"IsDomainJoined\\\":true,\\\"IpInterfaces\\\":[{\\\"$id\\\":\\\"4\\\",\\\"Address\\\":\\\"10.11.22.33\\\",\\\"Type\\\":\\\"ip\\\"},{\\\"$id\\\":\\\"5\\\",\\\"Address\\\":\\\"22b0:8f31:eff3:7b6e:3277:2f79:ca62:7ec0\\\",\\\"Type\\\":\\\"ip\\\"},{\\\"$id\\\":\\\"6\\\",\\\"Address\\\":\\\"127.0.0.1\\\",\\\"Type\\\":\\\"ip\\\"},{\\\"$id\\\":\\\"7\\\",\\\"Address\\\":\\\"::1\\\",\\\"Type\\\":\\\"ip\\\"}],\\\"RemediationProviders\\\":[{\\\"RemediationState\\\":\\\"Active\\\",\\\"RemediationDate\\\":\\\"2023-09-28T16:16:56.6015218Z\\\",\\\"Type\\\":\\\"remediation-provider\\\"}],\\\"LastRemediationState\\\":\\\"Active\\\",\\\"ThreatAnalysisSummary\\\":[{\\\"AnalyzersResult\\\":[],\\\"Verdict\\\":\\\"Suspicious\\\",\\\"AnalysisDate\\\":\\\"2023-09-28T16:16:56.6015218Z\\\"}],\\\"LastVerdict\\\":\\\"Suspicious\\\",\\\"Metadata\\\":{\\\"MachineEnrichmentInfo\\\":\\\"{\\\\\\\"MachineId\\\\\\\":\\\\\\\"7e7a44995a4d4f09be53dce4fe9eb1db\\\\\\\",\\\\\\\"HostName\\\\\\\":\\\\\\\"vm0242\\\\\\\",\\\\\\\"DnsDomain\\\\\\\":\\\\\\\"example.org\\\\\\\",\\\\\\\"IpAddress\\\\\\\":null,\\\\\\\"FoundBy\\\\\\\":[3],\\\\\\\"LastSeen\\\\\\\":\\\\\\\"2023-09-28T06:59:18.6059012Z\\\\\\\",\\\\\\\"RbacGroupId\\\\\\\":0,\\\\\\\"MachineTagsJson\\\\\\\":null,\\\\\\\"MachineGroup\\\\\\\":null,\\\\\\\"OsPlatform\\\\\\\":\\\\\\\"Windows10\\\\\\\",\\\\\\\"SenseClientVersion\\\\\\\":\\\\\\\"10.8570.19045.3448\\\\\\\"}\\\"},\\\"Asset\\\":true,\\\"DetailedRoles\\\":[\\\"PrimaryDevice\\\"],\\\"RbacScopes\\\":{\\\"ScopesPerType\\\":{\\\"MachineGroupIds\\\":{\\\"Mode\\\":\\\"Any\\\",\\\"Scopes\\\":[\\\"0\\\"]},\\\"Workloads\\\":{\\\"Mode\\\":\\\"All\\\",\\\"Scopes\\\":[\\\"Mdatp\\\"]}}},\\\"Type\\\":\\\"host\\\",\\\"LeadingHost\\\":true,\\\"Role\\\":0,\\\"MachineId\\\":\\\"7e7a44995a4d4f09be53dce4fe9eb1db\\\",\\\"MachineIdType\\\":3,\\\"HostMachineId\\\":null,\\\"DetectionStatus\\\":\\\"Detected\\\",\\\"SuspicionLevel\\\":\\\"Suspicious\\\",\\\"EnrichmentType\\\":\\\"MachineIpInterfacesEnrichment\\\",\\\"IsIoc\\\":false,\\\"MergeByKey\\\":\\\"6JC4Lo9GK4MkdUKN6MFPCSfA/no=\\\",\\\"MergeByKeyHex\\\":\\\"E890B82E8F462B832475428DE8C14F0927C0FE7A\\\"},\\\"SizeInBytes\\\":163840,\\\"FileHashes\\\":[{\\\"$id\\\":\\\"8\\\",\\\"Algorithm\\\":\\\"SHA1\\\",\\\"Value\\\":\\\"f1d50e0d3e0ba197baf152614e0cd94487a1142e\\\",\\\"Type\\\":\\\"filehash\\\"},{\\\"$id\\\":\\\"9\\\",\\\"Algorithm\\\":\\\"MD5\\\",\\\"Value\\\":\\\"9b77f02583b95c7c5fe59ab2884f2817\\\",\\\"Type\\\":\\\"filehash\\\"},{\\\"$id\\\":\\\"10\\\",\\\"Algorithm\\\":\\\"SHA256\\\",\\\"Value\\\":\\\"eb3fd3d0548771153565acd49edf4667a576959b8e265be7c0061017c6479232\\\",\\\"Type\\\":\\\"filehash\\\"}],\\\"CreatedTimeUtc\\\":\\\"2023-09-22T07:12:05.262923Z\\\",\\\"Type\\\":\\\"file\\\",\\\"LsHash\\\":\\\"6fe9d57dbf6d9a5a77d9a667ebddf556df977bda6ef576dd7e67b5ae5e95665db77e9bd9fefbdeaae6ba9f55a56eae99b5ef9fa6bdaebfa7b95a5bd9f9df7bfa\\\",\\\"IsPe\\\":true,\\\"LastAccessTimeUtc\\\":\\\"2023-09-28T16:15:28.8773106Z\\\",\\\"LastWriteTimeUtc\\\":\\\"2023-09-22T07:12:05.2726183Z\\\",\\\"Publisher\\\":\\\"Microsoft Corporation\\\",\\\"KnownPrevalence\\\":151790,\\\"FirstSeen\\\":\\\"2023-08-22T17:20:03.9270115\\\"},\\\"Account\\\":{\\\"$id\\\":\\\"11\\\",\\\"Name\\\":\\\"mgarcia\\\",\\\"NTDomain\\\":\\\"EXAMPLE\\\",\\\"UPNSuffix\\\":\\\"example.org\\\",\\\"Host\\\":{\\\"$ref\\\":\\\"3\\\"},\\\"Sid\\\":\\\"S-1-5-21-111111111-222222222-333333333-44444\\\",\\\"AadUserId\\\":\\\"cccf9f83-f960-467d-ab75-69cbee32c59e\\\",\\\"IsDomainJoined\\\":true,\\\"RemediationProviders\\\":[{\\\"RemediationState\\\":\\\"Active\\\",\\\"RemediationDate\\\":\\\"2023-09-28T16:16:56.6015218Z\\\",\\\"Type\\\":\\\"remediation-provider\\\"}],\\\"LastRemediationState\\\":\\\"Active\\\",\\\"ThreatAnalysisSummary\\\":[{\\\"AnalyzersResult\\\":[],\\\"Verdict\\\":\\\"Suspicious\\\",\\\"AnalysisDate\\\":\\\"2023-09-28T16:16:56.6015218Z\\\"}],\\\"LastVerdict\\\":\\\"Suspicious\\\",\\\"Asset\\\":true,\\\"RbacScopes\\\":{\\\"ScopesPerType\\\":{\\\"MachineGroupIds\\\":{\\\"Mode\\\":\\\"Any\\\",\\\"Scopes\\\":[\\\"0\\\"]},\\\"Workloads\\\":{\\\"Mode\\\":\\\"All\\\",\\\"Scopes\\\":[\\\"Mdatp\\\"]}}},\\\"Type\\\":\\\"account\\\",\\\"UserPrincipalName\\\":\\\"jane.doe@example.org\\\",\\\"Role\\\":0,\\\"ReferenceId\\\":\\\"b64e0541-4393-41d6-8d18-8be31b30daee:ae2bc63238bc\\\",\\\"DetectionStatus\\\":\\\"Detected\\\",\\\"SuspicionLevel\\\":\\\"Suspicious\\\",\\\"IsIoc\\\":true,\\\"MergeByKey\\\":\\\"rRAMCzzVjzarq8zZIW8y9uZLSWg=\\\",\\\"MergeByKeyHex\\\":\\\"AD100C0B3CD58F36ABABCCD9216F32F6E64B4968\\\"},\\\"ParentProcess\\\":{\\\"$id\\\":\\\"12\\\",\\\"ProcessId\\\":\\\"12636\\\",\\\"CreationTimeUtc\\\":\\\"2023-09-28T16:15:23.5645558Z\\\",\\\"ImageFile\\\":{\\\"$id\\\":\\\"13\\\",\\\"Directory\\\":\\\"\\\\\\\\Device\\\\\\\\HarddiskVolume3\\\\\\\\Program Files (x86)\\\\\\\\Adobe\\\\\\\\Acrobat Reader DC\\\\\\\\Reader\\\",\\\"Name\\\":\\\"AcroRd32.exe\\\",\\\"Host\\\":{\\\"$ref\\\":\\\"3\\\"},\\\"Type\\\":\\\"file\\\"},\\\"Host\\\":{\\\"$ref\\\":\\\"3\\\"},\\\"CreatedTimeUtc\\\":\\\"2023-09-28T16:15:23.5645558Z\\\",\\\"Type\\\":\\\"process\\\"},\\\"Host\\\":{\\\"$ref\\\":\\\"3\\\"},\\\"CreatedTimeUtc\\\":\\\"2023-09-28T16:15:28.7714877Z\\\",\\\"RemediationProviders\\\":[{\\\"RemediationState\\\":\\\"Active\\\",\\\"RemediationDate\\\":\\\"2023-09-28T16:16:56.6015218Z\\\",\\\"Type\\\":\\\"remediation-provider\\\"}],\\\"LastRemediationState\\\":\\\"Active\\\",\\\"ThreatAnalysisSummary\\\":[{\\\"AnalyzersResult\\\":[],\\\"Verdict\\\":\\\"Suspicious\\\",\\\"AnalysisDate\\\":\\\"2023-09-28T16:16:56.6015218Z\\\"}],\\\"LastVerdict\\\":\\\"Suspicious\\\",\\\"RbacScopes\\\":{\\\"ScopesPerType\\\":{\\\"MachineGroupIds\\\":{\\\"Mode\\\":\\\"Any\\\",\\\"Scopes\\\":[\\\"0\\\"]},\\\"Workloads\\\":{\\\"Mode\\\":\\\"All\\\",\\\"Scopes\\\":[\\\"Mdatp\\\"]}}},\\\"Type\\\":\\\"process\\\",\\\"ReferenceId\\\":\\\"b64e0541-4393-41d6-8d18-8be31b30daee:12b768c23b3c\\\",\\\"DetectionStatus\\\":\\\"Detected\\\",\\\"SuspicionLevel\\\":\\\"Suspicious\\\",\\\"IsIoc\\\":true,\\\"Role\\\":1,\\\"MergeByKey\\\":\\\"Hzs5K5cl+LUGa+UuGO44Y6a9Z9I=\\\",\\\"MergeByKeyHex\\\":\\\"1F3B392B9725F8B5066BE52E18EE3863A6BD67D2\\\"}\", \"MachineGroup\": null, \"NetworkMessageId\": null, \"ServiceSource\": \"Microsoft Defender for Endpoint\", \"FileName\": \"splwow64.exe\", \"FolderPath\": \"C:\\\\Windows\", \"ProcessCommandLine\": \"splwow64.exe 8192\", \"EmailSubject\": null, \"ApplicationId\": null, \"Application\": null, \"DeviceName\": null, \"FileSize\": 163840, \"RegistryKey\": null, \"RegistryValueName\": null, \"RegistryValueData\": null, \"AccountUpn\": null, \"OAuthApplicationId\": null, \"Categories\": \"[\\\"InitialAccess\\\"]\", \"Title\": \"Executable content from email blocked\", \"AttackTechniques\": \"[\\\"Masquerading (T1036)\\\",\\\"Taint Shared Content (T1080)\\\",\\\"User Execution (T1204)\\\",\\\"System Binary Proxy Execution (T1218)\\\",\\\"Internal Spearphishing (T1534)\\\",\\\"Spearphishing Attachment (T1566.001)\\\",\\\"Spearphishing via Service (T1566.003)\\\"]\", \"DetectionSource\": \"Antivirus\", \"Severity\": \"Low\"}, \"Tenant\": \"DefaultTenant\"}",
"event": {
"category": [
"threat"
],
"dataset": "alert_evidence",
"kind": "enrichment",
"type": [
"indicator"
]
},
"@timestamp": "2023-09-28T16:15:29.922799Z",
"action": {
"properties": {
"ServiceSource": "Microsoft Defender for Endpoint"
}
},
"file": {
"directory": "C:\\Windows",
"hash": {
"sha1": "f1d50e0d3e0ba197baf152614e0cd94487a1142e",
"sha256": "eb3fd3d0548771153565acd49edf4667a576959b8e265be7c0061017c6479232"
},
"name": "splwow64.exe",
"size": 163840
},
"microsoft": {
"defender": {
"alert": {
"id": "dadca6b5e5-5ab9-4a96-9dbb-ba2f8e7756e3_1",
"severity": "Low",
"title": "Executable content from email blocked"
},
"entity": {
"type": "Process"
},
"evidence": {
"role": "Related"
},
"threat": {
"severity": "Low"
}
}
},
"process": {
"args": [
"8192"
],
"command_line": "splwow64.exe 8192"
},
"related": {
"hash": [
"eb3fd3d0548771153565acd49edf4667a576959b8e265be7c0061017c6479232",
"f1d50e0d3e0ba197baf152614e0cd94487a1142e"
]
},
"service": {
"name": "Microsoft Defender for Endpoint",
"type": "Antivirus"
}
}
{
"message": "{\"time\": \"2023-09-26T13:04:41.9797846Z\", \"tenantId\": \"16ed4fbf-027f-47b3-8d1a-a342781dd2d2\", \"operationName\": \"Publish\", \"category\": \"AdvancedHunting-AlertEvidence\", \"properties\": {\"Timestamp\": \"2023-09-26T13:03:18Z\", \"AlertId\": \"fa72d6f6a8-39e7-2681-d400-08dbbe90c56e\", \"EntityType\": \"MailMessage\", \"EvidenceRole\": \"Related\", \"SHA1\": null, \"SHA256\": null, \"RemoteIP\": null, \"LocalIP\": null, \"RemoteUrl\": null, \"AccountName\": null, \"AccountDomain\": null, \"AccountSid\": null, \"AccountObjectId\": null, \"DeviceId\": null, \"ThreatFamily\": null, \"EvidenceDirection\": null, \"AdditionalFields\": \"{\\\"$id\\\":\\\"1\\\",\\\"Recipient\\\":\\\"john.doe@example.org\\\",\\\"Sender\\\":\\\"no-reply@example.org\\\",\\\"SenderIP\\\":\\\"1.2.3.4\\\",\\\"P2Sender\\\":\\\"no-reply@example.org\\\",\\\"ReceivedDate\\\":\\\"2023-09-26T13:02:18Z\\\",\\\"NetworkMessageId\\\":\\\"4081b089-aecd-48de-af84-12c499929a12\\\",\\\"InternetMessageId\\\":\\\"<e1ea248a-f53f-4f1b-a601-5b2f1fbad48cbc0bb8d-bd55-466f-92ec-46cc66108821b@intranet.domain>\\\",\\\"Subject\\\":\\\"My little subject\\\",\\\"StartTimeUtc\\\":\\\"2023-09-26T13:01:18Z\\\",\\\"EndTimeUtc\\\":\\\"2023-09-26T13:03:18Z\\\",\\\"EntitySources\\\":[\\\"Alert\\\"],\\\"Type\\\":\\\"mailMessage\\\",\\\"Urn\\\":null,\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"0001-01-01T00:00:00\\\",\\\"SourceEntityType\\\":\\\"MalwareFamily\\\",\\\"SourceEntityId\\\":\\\"e93240a2-06fe-40fa-8224-16a01d087268-1\\\",\\\"SourceThreatType\\\":\\\"Phish, Malicious\\\",\\\"SourceThreatName\\\":\\\"Phish, Malicious\\\",\\\"Role\\\":1,\\\"AttachmentCount\\\":0,\\\"UrlCount\\\":0,\\\"MergeByKey\\\":\\\"XI3qGjU8yzWpxMk1QhDqq5R13s4=\\\",\\\"MergeByKeyHex\\\":\\\"5C8DEA1A353CCB35A9C4C9354210EAAB9475DECE\\\"}\", \"MachineGroup\": null, \"NetworkMessageId\": \"4081b089-aecd-48de-af84-12c499929a12\", \"ServiceSource\": \"Microsoft Defender for Office 365\", \"FileName\": null, \"FolderPath\": null, \"ProcessCommandLine\": null, \"EmailSubject\": \"My little subject\", \"ApplicationId\": null, \"Application\": null, \"DeviceName\": null, \"FileSize\": null, \"RegistryKey\": null, \"RegistryValueName\": null, \"RegistryValueData\": null, \"AccountUpn\": null, \"OAuthApplicationId\": null, \"Categories\": \"[\\\"InitialAccess\\\"]\", \"Title\": \"Phish delivered due to an IP allow policy\", \"AttackTechniques\": \"[\\\"Phishing (T1566)\\\"]\", \"DetectionSource\": \"Microsoft Defender for Office 365\", \"Severity\": \"Informational\"}, \"Tenant\": \"DefaultTenant\"}",
"event": {
"category": [
"threat"
],
"dataset": "alert_evidence",
"kind": "enrichment",
"type": [
"indicator"
]
},
"@timestamp": "2023-09-26T13:03:18Z",
"action": {
"properties": {
"AttachmentCount": 0,
"ServiceSource": "Microsoft Defender for Office 365",
"UrlCount": 0
}
},
"email": {
"local_id": "4081b089-aecd-48de-af84-12c499929a12",
"message_id": "e1ea248a-f53f-4f1b-a601-5b2f1fbad48cbc0bb8d-bd55-466f-92ec-46cc66108821b@intranet.domain",
"sender": {
"address": "no-reply@example.org"
},
"subject": "My little subject",
"to": {
"address": [
"john.doe@example.org"
]
}
},
"microsoft": {
"defender": {
"alert": {
"id": "fa72d6f6a8-39e7-2681-d400-08dbbe90c56e",
"severity": "Informational",
"title": "Phish delivered due to an IP allow policy"
},
"entity": {
"type": "MailMessage"
},
"evidence": {
"role": "Related"
},
"threat": {
"severity": "Informational"
}
}
},
"service": {
"name": "Microsoft Defender for Office 365",
"type": "Microsoft Defender for Office 365"
}
}
{
"message": "{\"time\":\"2024-03-13T12:57:23.9020375Z\",\"tenantId\":\"07313d70-2f20-4c3c-847a-ecbcfc20afd1\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-AlertEvidence\",\"properties\":{\"Timestamp\":\"2024-03-13T12:57:00Z\",\"AlertId\":\"eb85e8e3-670c-43d7-95f3-c57c91b80a1d\",\"EntityType\":\"Mailbox\",\"EvidenceRole\":\"Impacted\",\"SHA1\":\"adc83b19e793491b1c6ea0fd8b46cd9f32e592fc\",\"SHA256\":\"01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b\",\"RemoteIP\":\"5.6.7.8\",\"LocalIP\":\"1.2.3.4\",\"RemoteUrl\":null,\"AccountName\":\"john.doe\",\"AccountDomain\":\"example\",\"AccountSid\":\"S-1-5-21-1111111111-222222222-444444444-333333\",\"AccountObjectId\":\"356eaca4-b5d5-4c9f-9cea-f566e4ec7570\",\"DeviceId\":null,\"ThreatFamily\":null,\"EvidenceDirection\":null,\"AdditionalFields\":\"{\\\"MailboxPrimaryAddress\\\":\\\"john.doe@example.com\\\",\\\"DisplayName\\\":\\\"DOEJohn\\\",\\\"Upn\\\":\\\"john.doe@example.com\\\",\\\"AadId\\\":\\\"cb2b1d48-3c0c-4eeb-bf05-2245a6e7aa38\\\",\\\"RiskLevel\\\":\\\"None\\\",\\\"StartTimeUtc\\\":\\\"2024-03-13T12:55:00Z\\\",\\\"EndTimeUtc\\\":\\\"2024-03-13T12:57:00Z\\\",\\\"EntitySources\\\":[\\\"Alert\\\"],\\\"Type\\\":\\\"mailbox\\\",\\\"Urn\\\":\\\"urn:UserEntity:68b329da9893e34099c7d8ad5cb9c940\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"0001-01-01T00:00:00\\\",\\\"SourceEntityType\\\":\\\"MalwareFamily\\\",\\\"SourceEntityId\\\":\\\"b8ed97e9-82ed-49b2-bf20-ebc413349655\\\",\\\"SourceThreatType\\\":\\\"Phish,Malicious\\\",\\\"SourceThreatName\\\":\\\"Phish,Malicious\\\",\\\"UserSid\\\":\\\"S-1-5-21-1111111111-222222222-444444444-333333\\\",\\\"AccountName\\\":\\\"john.doe\\\",\\\"DomainName\\\":\\\"example\\\",\\\"Role\\\":0,\\\"MergeByKey\\\":\\\"P/0zPBzZgl+0ob6ZK60I7fmCbPU=\\\",\\\"MergeByKeyHex\\\":\\\"3FFD333C1CD9825FB4A1BE992BAD08EDF9826CF5\\\"}\",\"MachineGroup\":null,\"NetworkMessageId\":null,\"ServiceSource\":\"MicrosoftDefenderforOffice365\",\"FileName\":\"splwow64.exe\",\"FolderPath\":\"C:\\\\Windows\",\"ProcessCommandLine\":null,\"EmailSubject\":null,\"ApplicationId\":null,\"Application\":null,\"DeviceName\":null,\"FileSize\":13,\"RegistryKey\":null,\"RegistryValueName\":null,\"RegistryValueData\":null,\"AccountUpn\":\"john.doe@example.com\",\"OAuthApplicationId\":null,\"Categories\":\"[\\\"InitialAccess\\\"]\",\"Title\":\"PhishdeliveredduetoanETRoverride\",\"AttackTechniques\":\"[\\\"Phishing(T1566)\\\"]\",\"DetectionSource\":\"MicrosoftDefenderforOffice365\",\"Severity\":\"Informational\"},\"Tenant\":\"DefaultTenant\"}",
"event": {
"category": [
"threat"
],
"dataset": "alert_evidence",
"kind": "enrichment",
"type": [
"indicator"
]
},
"@timestamp": "2024-03-13T12:57:00Z",
"action": {
"properties": {
"AccountSid": "S-1-5-21-1111111111-222222222-444444444-333333",
"AccountUPN": "john.doe@example.com",
"ServiceSource": "MicrosoftDefenderforOffice365"
}
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8"
},
"file": {
"directory": "C:\\Windows",
"hash": {
"sha1": "adc83b19e793491b1c6ea0fd8b46cd9f32e592fc",
"sha256": "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b"
},
"name": "splwow64.exe",
"size": 13
},
"microsoft": {
"defender": {
"alert": {
"id": "eb85e8e3-670c-43d7-95f3-c57c91b80a1d",
"severity": "Informational",
"title": "PhishdeliveredduetoanETRoverride"
},
"entity": {
"type": "Mailbox"
},
"evidence": {
"role": "Impacted"
},
"threat": {
"severity": "Informational"
}
}
},
"related": {
"hash": [
"01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b",
"adc83b19e793491b1c6ea0fd8b46cd9f32e592fc"
],
"ip": [
"1.2.3.4",
"5.6.7.8"
],
"user": [
"john.doe"
]
},
"service": {
"name": "MicrosoftDefenderforOffice365",
"type": "MicrosoftDefenderforOffice365"
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4"
},
"user": {
"domain": "example",
"id": "356eaca4-b5d5-4c9f-9cea-f566e4ec7570",
"name": "john.doe"
}
}
{
"message": "{\"time\": \"2023-09-29T11:45:09.7408937Z\", \"tenantId\": \"4b05a653-e372-418d-9bd0-ba2383d1673e\", \"operationName\": \"Publish\", \"category\": \"AdvancedHunting-CloudAppEvents\", \"properties\": {\"ActionType\": \"AirInvestigationData\", \"ApplicationId\": 11161, \"AccountDisplayName\": \"airinvestigation\", \"AccountObjectId\": null, \"AccountId\": \"airinvestigation\", \"DeviceType\": null, \"OSPlatform\": null, \"IPAddress\": null, \"IsAnonymousProxy\": null, \"CountryCode\": null, \"City\": null, \"ISP\": null, \"UserAgent\": null, \"IsAdminOperation\": false, \"ActivityObjects\": [{\"Type\": \"Account\", \"Role\": \"Actor\", \"Name\": \"airinvestigation\", \"Id\": \"airinvestigation\", \"ApplicationId\": 11161, \"ApplicationInstance\": 0}], \"AdditionalFields\": {}, \"ActivityType\": \"Basic\", \"ObjectName\": null, \"ObjectType\": null, \"ObjectId\": null, \"AppInstanceId\": 0, \"AccountType\": \"Regular\", \"IsExternalUser\": false, \"IsImpersonated\": false, \"IPTags\": null, \"IPCategory\": null, \"UserAgentTags\": null, \"RawEventData\": {\"Actions\": [], \"CreationTime\": \"2023-09-29T11:40:30Z\", \"Data\": \"{\\\"Version\\\":\\\"3.0\\\",\\\"VendorName\\\":\\\"Microsoft\\\",\\\"ProviderName\\\":\\\"OATP\\\",\\\"AlertType\\\":\\\"4b1820ec-39dc-45f3-abf6-5ee80df51fd2\\\",\\\"StartTimeUtc\\\":\\\"2023-09-29T09:07:30.656729Z\\\",\\\"EndTimeUtc\\\":\\\"2023-09-29T09:07:30.656729Z\\\",\\\"TimeGenerated\\\":\\\"2023-09-29T09:29:39.09Z\\\",\\\"ProcessingEndTime\\\":\\\"2023-09-29T11:36:50.0093899Z\\\",\\\"Status\\\":\\\"Resolved\\\",\\\"Severity\\\":\\\"Informational\\\",\\\"ConfidenceLevel\\\":\\\"Unknown\\\",\\\"ConfidenceScore\\\":1.0,\\\"IsIncident\\\":false,\\\"ProviderAlertId\\\":\\\"7310d370-60ed-3bb9-d200-08dbc0cb706a\\\",\\\"SystemAlertId\\\":null,\\\"CorrelationKey\\\":\\\"652fe57f-98e6-47df-b298-808b45a00db2\\\",\\\"Investigations\\\":[{\\\"$id\\\":\\\"1\\\",\\\"Id\\\":\\\"urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\\\",\\\"InvestigationStatus\\\":\\\"FullyRemediated\\\"}],\\\"InvestigationIds\\\":[\\\"urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\\\"],\\\"Intent\\\":\\\"Probing\\\",\\\"ResourceIdentifiers\\\":[{\\\"$id\\\":\\\"2\\\",\\\"AadTenantId\\\":\\\"4b05a653-e372-418d-9bd0-ba2383d1673e\\\",\\\"Type\\\":\\\"AAD\\\"}],\\\"AzureResourceId\\\":null,\\\"WorkspaceId\\\":null,\\\"WorkspaceSubscriptionId\\\":null,\\\"WorkspaceResourceGroup\\\":null,\\\"AgentId\\\":null,\\\"AlertDisplayName\\\":\\\"Email messages containing malicious file removed after delivery\\\",\\\"Description\\\":\\\"Emails with malicious file that were delivered and later removed -V1.0.0.3\\\",\\\"ExtendedLinks\\\":[{\\\"Href\\\":\\\"https://security.microsoft.com/viewalerts?id=7310d370-60ed-3bb9-d200-08dbc0cb706a\\\",\\\"Category\\\":null,\\\"Label\\\":\\\"alert\\\",\\\"Type\\\":\\\"webLink\\\"}],\\\"Metadata\\\":{\\\"CustomApps\\\":null,\\\"GenericInfo\\\":null},\\\"Entities\\\":[{\\\"$id\\\":\\\"3\\\",\\\"Files\\\":[{\\\"$id\\\":\\\"4\\\",\\\"Name\\\":\\\"pix.png\\\",\\\"FileHashes\\\":[{\\\"$id\\\":\\\"5\\\",\\\"Algorithm\\\":\\\"SHA256\\\",\\\"Value\\\":\\\"EC7D1FD05AE26420DE1E51F2F315E07F9A4AF5A4A81AD43BDDE7C70EF45ADE68\\\",\\\"Type\\\":\\\"filehash\\\"}],\\\"Type\\\":\\\"file\\\",\\\"MalwareFamily\\\":\\\"Malicious Payload\\\"}],\\\"Recipient\\\":\\\"john.doe@example.com\\\",\\\"Threats\\\":[\\\"ZapPhish\\\",\\\"HighConfPhish\\\"],\\\"Sender\\\":\\\"malicous@organization.com\\\",\\\"P1Sender\\\":\\\"malicious@organization.com\\\",\\\"P1SenderDomain\\\":\\\"organization.com\\\",\\\"SenderIP\\\":\\\"1.2.3.4\\\",\\\"P2Sender\\\":\\\"malicious@organization.com\\\",\\\"P2SenderDisplayName\\\":\\\"Payroll\\\",\\\"P2SenderDomain\\\":\\\"organization.com\\\",\\\"ReceivedDate\\\":\\\"2023-09-28T22:07:30\\\",\\\"NetworkMessageId\\\":\\\"1f775e39-ff91-4872-a3e1-dd761e41a2ee\\\",\\\"InternetMessageId\\\":\\\"<fe1a8d44-44e2-4120-b913-0b3b0783a7e9@organization.com>\\\",\\\"Subject\\\":\\\"Doom shared a file \\\\\\\"Payroll entry\\\\\\\" with you.\\\",\\\"AntispamDirection\\\":\\\"Inbound\\\",\\\"DeliveryAction\\\":\\\"Blocked\\\",\\\"ThreatDetectionMethods\\\":[\\\"FileReputation\\\"],\\\"Language\\\":\\\"en\\\",\\\"DeliveryLocation\\\":\\\"Quarantine\\\",\\\"OriginalDeliveryLocation\\\":\\\"Inbox\\\",\\\"PhishConfidenceLevel\\\":\\\"High\\\",\\\"AdditionalActionsAndResults\\\":[\\\"OriginalDelivery: [N/A]\\\",\\\"Zap: [Success: Message moved to quarantine]\\\"],\\\"AuthDetails\\\":[{\\\"Name\\\":\\\"SPF\\\",\\\"Value\\\":\\\"Pass\\\"},{\\\"Name\\\":\\\"DKIM\\\",\\\"Value\\\":\\\"Pass\\\"},{\\\"Name\\\":\\\"DMARC\\\",\\\"Value\\\":\\\"Pass\\\"},{\\\"Name\\\":\\\"Comp Auth\\\",\\\"Value\\\":\\\"pass\\\"}],\\\"SystemOverrides\\\":[],\\\"Type\\\":\\\"mailMessage\\\",\\\"Urn\\\":\\\"urn:MailEntity:11111111111111111111111111111111\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T09:44:12\\\"},{\\\"$id\\\":\\\"6\\\",\\\"MailboxPrimaryAddress\\\":\\\"john.doe@example.com\\\",\\\"Upn\\\":\\\"john.doe@example.com\\\",\\\"AadId\\\":\\\"170d8411-e4c0-4b27-8ac4-59dbe8db8ccf\\\",\\\"RiskLevel\\\":\\\"None\\\",\\\"Type\\\":\\\"mailbox\\\",\\\"Urn\\\":\\\"urn:UserEntity:11111111111111111111111111111111\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T09:44:12\\\"},{\\\"$id\\\":\\\"7\\\",\\\"Name\\\":\\\"pix.png\\\",\\\"FileHashes\\\":[{\\\"$id\\\":\\\"8\\\",\\\"Algorithm\\\":\\\"SHA256\\\",\\\"Value\\\":\\\"EC7D1FD05AE26420DE1E51F2F315E07F9A4AF5A4A81AD43BDDE7C70EF45ADE68\\\",\\\"Type\\\":\\\"filehash\\\"}],\\\"Type\\\":\\\"file\\\",\\\"MalwareFamily\\\":\\\"\\\",\\\"Urn\\\":\\\"urn:FileEntity:11111111111111111111111111111111\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T09:44:12\\\"},{\\\"$id\\\":\\\"9\\\",\\\"NetworkMessageIds\\\":[\\\"fbeee67e-838a-4aae-9653-385094b83fb8\\\"],\\\"CountByThreatType\\\":{\\\"HighConfPhish\\\":1,\\\"Phish\\\":0,\\\"Malware\\\":0,\\\"Spam\\\":0},\\\"CountByProtectionStatus\\\":{\\\"Blocked\\\":1},\\\"CountByDeliveryLocation\\\":{\\\"Quarantine\\\":1},\\\"Query\\\":\\\"( (( (BodyFingerprintBin1:\\\\\\\"4011247127\\\\\\\") ) AND ( (SenderIp:\\\\\\\"1.2.3.4\\\\\\\") ) AND ( (ContentType: 1) )) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:PhishEdu) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:SecOps))\\\",\\\"QueryTime\\\":\\\"2023-09-29T10:14:35.7365899Z\\\",\\\"MailCount\\\":1,\\\"IsVolumeAnamoly\\\":false,\\\"ClusterGroup\\\":\\\"BodyFingerprintBin1,SenderIp\\\",\\\"Type\\\":\\\"mailCluster\\\",\\\"ClusterBy\\\":\\\"BodyFingerprintBin1;SenderIp;ContentType\\\",\\\"ClusterByValue\\\":\\\"4011247127;1.2.3.4;1\\\",\\\"Urn\\\":\\\"urn:MailClusterEntity:11111111111111111111111111111111\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T10:15:27\\\"},{\\\"$id\\\":\\\"10\\\",\\\"NetworkMessageIds\\\":[\\\"4c8bc40b-45ac-49d4-9ef3-b2c30a59d754\\\"],\\\"CountByThreatType\\\":{\\\"HighConfPhish\\\":1,\\\"Phish\\\":0,\\\"Malware\\\":0,\\\"Spam\\\":0},\\\"CountByProtectionStatus\\\":{\\\"Blocked\\\":1},\\\"CountByDeliveryLocation\\\":{\\\"Quarantine\\\":1},\\\"Query\\\":\\\"( ((AttachmentFileHash:\\\\\\\"7H0f0FriZCDeHlHy8xXgf5pK9aSoGtQ73efHDvRa3mg=\\\\\\\") AND (ContentType: 1)) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:PhishEdu) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:SecOps))\\\",\\\"QueryTime\\\":\\\"2023-09-29T10:14:35.7365899Z\\\",\\\"MailCount\\\":1,\\\"IsVolumeAnamoly\\\":false,\\\"ClusterGroup\\\":\\\"FileHashThreatIndicator\\\",\\\"Type\\\":\\\"mailCluster\\\",\\\"ClusterBy\\\":\\\"AttachmentFileHash;ContentType\\\",\\\"ClusterByValue\\\":\\\"22222222222222222222222222222222222222222222;1\\\",\\\"Urn\\\":\\\"urn:MailClusterEntity:44444444444444444444444444444444\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T10:15:27\\\"},{\\\"$id\\\":\\\"11\\\",\\\"NetworkMessageIds\\\":[\\\"4c8bc40b-45ac-49d4-9ef3-b2c30a59d754\\\"],\\\"CountByThreatType\\\":{\\\"HighConfPhish\\\":1,\\\"Phish\\\":0,\\\"Malware\\\":0,\\\"Spam\\\":0},\\\"CountByProtectionStatus\\\":{\\\"Blocked\\\":1},\\\"CountByDeliveryLocation\\\":{\\\"Quarantine\\\":1},\\\"Query\\\":\\\"( (( (Subject:\\\\\\\"Doom shared a file \\\\\\\"\\\\\\\"Payroll entry\\\\\\\"\\\\\\\" with you.\\\\\\\") ) AND ( (P2SenderDomain:\\\\\\\"organization.com\\\\\\\") ) AND ( (AntispamDirection:\\\\\\\"1\\\\\\\") ) AND ( (ContentType: 1) )) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:PhishEdu) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:SecOps))\\\",\\\"QueryTime\\\":\\\"2023-09-29T10:14:35.7365899Z\\\",\\\"MailCount\\\":1,\\\"IsVolumeAnamoly\\\":false,\\\"ClusterGroup\\\":\\\"Subject,P2SenderDomain,AntispamDirection\\\",\\\"Type\\\":\\\"mailCluster\\\",\\\"ClusterBy\\\":\\\"Subject;P2SenderDomain;AntispamDirection;ContentType\\\",\\\"ClusterByValue\\\":\\\"Doom shared a file \\\\\\\"Payroll entry\\\\\\\" with you.;organization.com;1;1\\\",\\\"Urn\\\":\\\"urn:MailClusterEntity:11111111111111111111111111111111\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T10:15:27\\\"},{\\\"$id\\\":\\\"12\\\",\\\"NetworkMessageIds\\\":[\\\"36d28877-7954-43fb-9f8f-fe26f23bcf34\\\"],\\\"CountByThreatType\\\":{\\\"HighConfPhish\\\":1,\\\"Phish\\\":0,\\\"Malware\\\":0,\\\"Spam\\\":0},\\\"CountByProtectionStatus\\\":{\\\"Blocked\\\":1},\\\"CountByDeliveryLocation\\\":{\\\"Quarantine\\\":1},\\\"Query\\\":\\\"( (( (BodyFingerprintBin1:\\\\\\\"4011247127\\\\\\\") ) AND ( (P2SenderDomain:\\\\\\\"organization.com\\\\\\\") ) AND ( (ContentType: 1) )) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:PhishEdu) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:SecOps))\\\",\\\"QueryTime\\\":\\\"2023-09-29T10:14:35.7365899Z\\\",\\\"MailCount\\\":1,\\\"IsVolumeAnamoly\\\":false,\\\"ClusterGroup\\\":\\\"BodyFingerprintBin1,P2SenderDomain\\\",\\\"Type\\\":\\\"mailCluster\\\",\\\"ClusterBy\\\":\\\"BodyFingerprintBin1;P2SenderDomain;ContentType\\\",\\\"ClusterByValue\\\":\\\"4011247127;organization.com;1\\\",\\\"Urn\\\":\\\"urn:MailClusterEntity:4d298ccfc6e344df8a199c74a5466290\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T10:15:28\\\"},{\\\"$id\\\":\\\"13\\\",\\\"NetworkMessageIds\\\":[\\\"5a65b4e6-c8f3-468b-8ee6-4c7f817e6bfa\\\"],\\\"CountByThreatType\\\":{\\\"HighConfPhish\\\":1,\\\"Phish\\\":0,\\\"Malware\\\":0,\\\"Spam\\\":0},\\\"CountByProtectionStatus\\\":{\\\"Blocked\\\":1},\\\"CountByDeliveryLocation\\\":{\\\"Quarantine\\\":1},\\\"Query\\\":\\\"( (( (Subject:\\\\\\\"Doom shared a file \\\\\\\"\\\\\\\"Payroll entry\\\\\\\"\\\\\\\" with you.\\\\\\\") ) AND ( (SenderIp:\\\\\\\"1.2.3.4\\\\\\\") ) AND ( (AntispamDirection:\\\\\\\"1\\\\\\\") ) AND ( (ContentType: 1) )) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:PhishEdu) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:SecOps))\\\",\\\"QueryTime\\\":\\\"2023-09-29T10:14:35.7365899Z\\\",\\\"MailCount\\\":1,\\\"IsVolumeAnamoly\\\":false,\\\"ClusterGroup\\\":\\\"Subject,SenderIp,AntispamDirection\\\",\\\"Type\\\":\\\"mailCluster\\\",\\\"ClusterBy\\\":\\\"Subject;SenderIp;AntispamDirection;ContentType\\\",\\\"ClusterByValue\\\":\\\"Doom shared a file \\\\\\\"Payroll entry\\\\\\\" with you.;1.2.3.4;1;1\\\",\\\"Urn\\\":\\\"urn:MailClusterEntity:cb4c1a4b96883fbdb1dad10b231cfa00\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T10:15:28\\\"}],\\\"LogCreationTime\\\":\\\"2023-09-29T11:36:50.0093899Z\\\",\\\"MachineName\\\":\\\"DBAEUR03BG403\\\",\\\"SourceTemplateType\\\":\\\"Threat_Single\\\",\\\"Category\\\":\\\"ThreatManagement\\\",\\\"SourceAlertType\\\":\\\"System\\\"}\", \"DeepLinkUrl\": \"https://security.microsoft.com/mtp-investigation/urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\", \"EndTimeUtc\": \"2023-09-29T11:34:37Z\", \"Id\": \"8a7cc032-8634-4117-bae4-371071ce0ce5\", \"InvestigationId\": \"urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\", \"InvestigationName\": \"Mail with malicious file is zapped - urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\", \"InvestigationType\": \"ZappedFileInvestigation\", \"LastUpdateTimeUtc\": \"2023-09-29T10:54:43Z\", \"ObjectId\": \"8a7cc032-8634-4117-bae4-371071ce0ce5\", \"Operation\": \"AirInvestigationData\", \"OrganizationId\": \"4b05a653-e372-418d-9bd0-ba2383d1673e\", \"RecordType\": 64, \"RunningTime\": 6762, \"StartTimeUtc\": \"2023-09-29T09:44:07Z\", \"Status\": \"Remediated\", \"UserId\": \"AirInvestigation\", \"UserKey\": \"AirInvestigation\", \"UserType\": 4, \"Version\": 1, \"Workload\": \"AirInvestigation\"}, \"ReportId\": \"60913494_11161_8a7cc032-8634-4117-bae4-371071ce0ce5\", \"Timestamp\": \"2023-09-29T11:40:30Z\", \"Application\": \"Microsoft 365\"}, \"Tenant\": \"DefaultTenant\"}",
"event": {
"category": [
"intrusion_detection"
],
"dataset": "cloud_app_events",
"type": [
"info"
]
},
"@timestamp": "2023-09-29T11:40:30Z",
"action": {
"properties": {
"Application": "Microsoft 365",
"ApplicationId": "11161",
"IsAdminOperation": "false",
"IsExternalUser": false,
"IsImpersonated": false,
"RawEventData": "{\"Actions\": [], \"CreationTime\": \"2023-09-29T11:40:30Z\", \"Data\": \"{\\\"Version\\\":\\\"3.0\\\",\\\"VendorName\\\":\\\"Microsoft\\\",\\\"ProviderName\\\":\\\"OATP\\\",\\\"AlertType\\\":\\\"4b1820ec-39dc-45f3-abf6-5ee80df51fd2\\\",\\\"StartTimeUtc\\\":\\\"2023-09-29T09:07:30.656729Z\\\",\\\"EndTimeUtc\\\":\\\"2023-09-29T09:07:30.656729Z\\\",\\\"TimeGenerated\\\":\\\"2023-09-29T09:29:39.09Z\\\",\\\"ProcessingEndTime\\\":\\\"2023-09-29T11:36:50.0093899Z\\\",\\\"Status\\\":\\\"Resolved\\\",\\\"Severity\\\":\\\"Informational\\\",\\\"ConfidenceLevel\\\":\\\"Unknown\\\",\\\"ConfidenceScore\\\":1.0,\\\"IsIncident\\\":false,\\\"ProviderAlertId\\\":\\\"7310d370-60ed-3bb9-d200-08dbc0cb706a\\\",\\\"SystemAlertId\\\":null,\\\"CorrelationKey\\\":\\\"652fe57f-98e6-47df-b298-808b45a00db2\\\",\\\"Investigations\\\":[{\\\"$id\\\":\\\"1\\\",\\\"Id\\\":\\\"urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\\\",\\\"InvestigationStatus\\\":\\\"FullyRemediated\\\"}],\\\"InvestigationIds\\\":[\\\"urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\\\"],\\\"Intent\\\":\\\"Probing\\\",\\\"ResourceIdentifiers\\\":[{\\\"$id\\\":\\\"2\\\",\\\"AadTenantId\\\":\\\"4b05a653-e372-418d-9bd0-ba2383d1673e\\\",\\\"Type\\\":\\\"AAD\\\"}],\\\"AzureResourceId\\\":null,\\\"WorkspaceId\\\":null,\\\"WorkspaceSubscriptionId\\\":null,\\\"WorkspaceResourceGroup\\\":null,\\\"AgentId\\\":null,\\\"AlertDisplayName\\\":\\\"Email messages containing malicious file removed after delivery\\\",\\\"Description\\\":\\\"Emails with malicious file that were delivered and later removed -V1.0.0.3\\\",\\\"ExtendedLinks\\\":[{\\\"Href\\\":\\\"https://security.microsoft.com/viewalerts?id=7310d370-60ed-3bb9-d200-08dbc0cb706a\\\",\\\"Category\\\":null,\\\"Label\\\":\\\"alert\\\",\\\"Type\\\":\\\"webLink\\\"}],\\\"Metadata\\\":{\\\"CustomApps\\\":null,\\\"GenericInfo\\\":null},\\\"Entities\\\":[{\\\"$id\\\":\\\"3\\\",\\\"Files\\\":[{\\\"$id\\\":\\\"4\\\",\\\"Name\\\":\\\"pix.png\\\",\\\"FileHashes\\\":[{\\\"$id\\\":\\\"5\\\",\\\"Algorithm\\\":\\\"SHA256\\\",\\\"Value\\\":\\\"EC7D1FD05AE26420DE1E51F2F315E07F9A4AF5A4A81AD43BDDE7C70EF45ADE68\\\",\\\"Type\\\":\\\"filehash\\\"}],\\\"Type\\\":\\\"file\\\",\\\"MalwareFamily\\\":\\\"Malicious Payload\\\"}],\\\"Recipient\\\":\\\"john.doe@example.com\\\",\\\"Threats\\\":[\\\"ZapPhish\\\",\\\"HighConfPhish\\\"],\\\"Sender\\\":\\\"malicous@organization.com\\\",\\\"P1Sender\\\":\\\"malicious@organization.com\\\",\\\"P1SenderDomain\\\":\\\"organization.com\\\",\\\"SenderIP\\\":\\\"1.2.3.4\\\",\\\"P2Sender\\\":\\\"malicious@organization.com\\\",\\\"P2SenderDisplayName\\\":\\\"Payroll\\\",\\\"P2SenderDomain\\\":\\\"organization.com\\\",\\\"ReceivedDate\\\":\\\"2023-09-28T22:07:30\\\",\\\"NetworkMessageId\\\":\\\"1f775e39-ff91-4872-a3e1-dd761e41a2ee\\\",\\\"InternetMessageId\\\":\\\"<fe1a8d44-44e2-4120-b913-0b3b0783a7e9@organization.com>\\\",\\\"Subject\\\":\\\"Doom shared a file \\\\\\\"Payroll entry\\\\\\\" with you.\\\",\\\"AntispamDirection\\\":\\\"Inbound\\\",\\\"DeliveryAction\\\":\\\"Blocked\\\",\\\"ThreatDetectionMethods\\\":[\\\"FileReputation\\\"],\\\"Language\\\":\\\"en\\\",\\\"DeliveryLocation\\\":\\\"Quarantine\\\",\\\"OriginalDeliveryLocation\\\":\\\"Inbox\\\",\\\"PhishConfidenceLevel\\\":\\\"High\\\",\\\"AdditionalActionsAndResults\\\":[\\\"OriginalDelivery: [N/A]\\\",\\\"Zap: [Success: Message moved to quarantine]\\\"],\\\"AuthDetails\\\":[{\\\"Name\\\":\\\"SPF\\\",\\\"Value\\\":\\\"Pass\\\"},{\\\"Name\\\":\\\"DKIM\\\",\\\"Value\\\":\\\"Pass\\\"},{\\\"Name\\\":\\\"DMARC\\\",\\\"Value\\\":\\\"Pass\\\"},{\\\"Name\\\":\\\"Comp Auth\\\",\\\"Value\\\":\\\"pass\\\"}],\\\"SystemOverrides\\\":[],\\\"Type\\\":\\\"mailMessage\\\",\\\"Urn\\\":\\\"urn:MailEntity:11111111111111111111111111111111\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T09:44:12\\\"},{\\\"$id\\\":\\\"6\\\",\\\"MailboxPrimaryAddress\\\":\\\"john.doe@example.com\\\",\\\"Upn\\\":\\\"john.doe@example.com\\\",\\\"AadId\\\":\\\"170d8411-e4c0-4b27-8ac4-59dbe8db8ccf\\\",\\\"RiskLevel\\\":\\\"None\\\",\\\"Type\\\":\\\"mailbox\\\",\\\"Urn\\\":\\\"urn:UserEntity:11111111111111111111111111111111\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T09:44:12\\\"},{\\\"$id\\\":\\\"7\\\",\\\"Name\\\":\\\"pix.png\\\",\\\"FileHashes\\\":[{\\\"$id\\\":\\\"8\\\",\\\"Algorithm\\\":\\\"SHA256\\\",\\\"Value\\\":\\\"EC7D1FD05AE26420DE1E51F2F315E07F9A4AF5A4A81AD43BDDE7C70EF45ADE68\\\",\\\"Type\\\":\\\"filehash\\\"}],\\\"Type\\\":\\\"file\\\",\\\"MalwareFamily\\\":\\\"\\\",\\\"Urn\\\":\\\"urn:FileEntity:11111111111111111111111111111111\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T09:44:12\\\"},{\\\"$id\\\":\\\"9\\\",\\\"NetworkMessageIds\\\":[\\\"fbeee67e-838a-4aae-9653-385094b83fb8\\\"],\\\"CountByThreatType\\\":{\\\"HighConfPhish\\\":1,\\\"Phish\\\":0,\\\"Malware\\\":0,\\\"Spam\\\":0},\\\"CountByProtectionStatus\\\":{\\\"Blocked\\\":1},\\\"CountByDeliveryLocation\\\":{\\\"Quarantine\\\":1},\\\"Query\\\":\\\"( (( (BodyFingerprintBin1:\\\\\\\"4011247127\\\\\\\") ) AND ( (SenderIp:\\\\\\\"1.2.3.4\\\\\\\") ) AND ( (ContentType: 1) )) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:PhishEdu) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:SecOps))\\\",\\\"QueryTime\\\":\\\"2023-09-29T10:14:35.7365899Z\\\",\\\"MailCount\\\":1,\\\"IsVolumeAnamoly\\\":false,\\\"ClusterGroup\\\":\\\"BodyFingerprintBin1,SenderIp\\\",\\\"Type\\\":\\\"mailCluster\\\",\\\"ClusterBy\\\":\\\"BodyFingerprintBin1;SenderIp;ContentType\\\",\\\"ClusterByValue\\\":\\\"4011247127;1.2.3.4;1\\\",\\\"Urn\\\":\\\"urn:MailClusterEntity:11111111111111111111111111111111\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T10:15:27\\\"},{\\\"$id\\\":\\\"10\\\",\\\"NetworkMessageIds\\\":[\\\"4c8bc40b-45ac-49d4-9ef3-b2c30a59d754\\\"],\\\"CountByThreatType\\\":{\\\"HighConfPhish\\\":1,\\\"Phish\\\":0,\\\"Malware\\\":0,\\\"Spam\\\":0},\\\"CountByProtectionStatus\\\":{\\\"Blocked\\\":1},\\\"CountByDeliveryLocation\\\":{\\\"Quarantine\\\":1},\\\"Query\\\":\\\"( ((AttachmentFileHash:\\\\\\\"7H0f0FriZCDeHlHy8xXgf5pK9aSoGtQ73efHDvRa3mg=\\\\\\\") AND (ContentType: 1)) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:PhishEdu) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:SecOps))\\\",\\\"QueryTime\\\":\\\"2023-09-29T10:14:35.7365899Z\\\",\\\"MailCount\\\":1,\\\"IsVolumeAnamoly\\\":false,\\\"ClusterGroup\\\":\\\"FileHashThreatIndicator\\\",\\\"Type\\\":\\\"mailCluster\\\",\\\"ClusterBy\\\":\\\"AttachmentFileHash;ContentType\\\",\\\"ClusterByValue\\\":\\\"22222222222222222222222222222222222222222222;1\\\",\\\"Urn\\\":\\\"urn:MailClusterEntity:44444444444444444444444444444444\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T10:15:27\\\"},{\\\"$id\\\":\\\"11\\\",\\\"NetworkMessageIds\\\":[\\\"4c8bc40b-45ac-49d4-9ef3-b2c30a59d754\\\"],\\\"CountByThreatType\\\":{\\\"HighConfPhish\\\":1,\\\"Phish\\\":0,\\\"Malware\\\":0,\\\"Spam\\\":0},\\\"CountByProtectionStatus\\\":{\\\"Blocked\\\":1},\\\"CountByDeliveryLocation\\\":{\\\"Quarantine\\\":1},\\\"Query\\\":\\\"( (( (Subject:\\\\\\\"Doom shared a file \\\\\\\"\\\\\\\"Payroll entry\\\\\\\"\\\\\\\" with you.\\\\\\\") ) AND ( (P2SenderDomain:\\\\\\\"organization.com\\\\\\\") ) AND ( (AntispamDirection:\\\\\\\"1\\\\\\\") ) AND ( (ContentType: 1) )) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:PhishEdu) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:SecOps))\\\",\\\"QueryTime\\\":\\\"2023-09-29T10:14:35.7365899Z\\\",\\\"MailCount\\\":1,\\\"IsVolumeAnamoly\\\":false,\\\"ClusterGroup\\\":\\\"Subject,P2SenderDomain,AntispamDirection\\\",\\\"Type\\\":\\\"mailCluster\\\",\\\"ClusterBy\\\":\\\"Subject;P2SenderDomain;AntispamDirection;ContentType\\\",\\\"ClusterByValue\\\":\\\"Doom shared a file \\\\\\\"Payroll entry\\\\\\\" with you.;organization.com;1;1\\\",\\\"Urn\\\":\\\"urn:MailClusterEntity:11111111111111111111111111111111\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T10:15:27\\\"},{\\\"$id\\\":\\\"12\\\",\\\"NetworkMessageIds\\\":[\\\"36d28877-7954-43fb-9f8f-fe26f23bcf34\\\"],\\\"CountByThreatType\\\":{\\\"HighConfPhish\\\":1,\\\"Phish\\\":0,\\\"Malware\\\":0,\\\"Spam\\\":0},\\\"CountByProtectionStatus\\\":{\\\"Blocked\\\":1},\\\"CountByDeliveryLocation\\\":{\\\"Quarantine\\\":1},\\\"Query\\\":\\\"( (( (BodyFingerprintBin1:\\\\\\\"4011247127\\\\\\\") ) AND ( (P2SenderDomain:\\\\\\\"organization.com\\\\\\\") ) AND ( (ContentType: 1) )) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:PhishEdu) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:SecOps))\\\",\\\"QueryTime\\\":\\\"2023-09-29T10:14:35.7365899Z\\\",\\\"MailCount\\\":1,\\\"IsVolumeAnamoly\\\":false,\\\"ClusterGroup\\\":\\\"BodyFingerprintBin1,P2SenderDomain\\\",\\\"Type\\\":\\\"mailCluster\\\",\\\"ClusterBy\\\":\\\"BodyFingerprintBin1;P2SenderDomain;ContentType\\\",\\\"ClusterByValue\\\":\\\"4011247127;organization.com;1\\\",\\\"Urn\\\":\\\"urn:MailClusterEntity:4d298ccfc6e344df8a199c74a5466290\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T10:15:28\\\"},{\\\"$id\\\":\\\"13\\\",\\\"NetworkMessageIds\\\":[\\\"5a65b4e6-c8f3-468b-8ee6-4c7f817e6bfa\\\"],\\\"CountByThreatType\\\":{\\\"HighConfPhish\\\":1,\\\"Phish\\\":0,\\\"Malware\\\":0,\\\"Spam\\\":0},\\\"CountByProtectionStatus\\\":{\\\"Blocked\\\":1},\\\"CountByDeliveryLocation\\\":{\\\"Quarantine\\\":1},\\\"Query\\\":\\\"( (( (Subject:\\\\\\\"Doom shared a file \\\\\\\"\\\\\\\"Payroll entry\\\\\\\"\\\\\\\" with you.\\\\\\\") ) AND ( (SenderIp:\\\\\\\"1.2.3.4\\\\\\\") ) AND ( (AntispamDirection:\\\\\\\"1\\\\\\\") ) AND ( (ContentType: 1) )) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:PhishEdu) AND NOT(XmiInfoTenantPolicyFinalVerdictSource:SecOps))\\\",\\\"QueryTime\\\":\\\"2023-09-29T10:14:35.7365899Z\\\",\\\"MailCount\\\":1,\\\"IsVolumeAnamoly\\\":false,\\\"ClusterGroup\\\":\\\"Subject,SenderIp,AntispamDirection\\\",\\\"Type\\\":\\\"mailCluster\\\",\\\"ClusterBy\\\":\\\"Subject;SenderIp;AntispamDirection;ContentType\\\",\\\"ClusterByValue\\\":\\\"Doom shared a file \\\\\\\"Payroll entry\\\\\\\" with you.;1.2.3.4;1;1\\\",\\\"Urn\\\":\\\"urn:MailClusterEntity:cb4c1a4b96883fbdb1dad10b231cfa00\\\",\\\"Source\\\":\\\"OATP\\\",\\\"FirstSeen\\\":\\\"2023-09-29T10:15:28\\\"}],\\\"LogCreationTime\\\":\\\"2023-09-29T11:36:50.0093899Z\\\",\\\"MachineName\\\":\\\"DBAEUR03BG403\\\",\\\"SourceTemplateType\\\":\\\"Threat_Single\\\",\\\"Category\\\":\\\"ThreatManagement\\\",\\\"SourceAlertType\\\":\\\"System\\\"}\", \"DeepLinkUrl\": \"https://security.microsoft.com/mtp-investigation/urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\", \"EndTimeUtc\": \"2023-09-29T11:34:37Z\", \"Id\": \"8a7cc032-8634-4117-bae4-371071ce0ce5\", \"InvestigationId\": \"urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\", \"InvestigationName\": \"Mail with malicious file is zapped - urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\", \"InvestigationType\": \"ZappedFileInvestigation\", \"LastUpdateTimeUtc\": \"2023-09-29T10:54:43Z\", \"ObjectId\": \"8a7cc032-8634-4117-bae4-371071ce0ce5\", \"Operation\": \"AirInvestigationData\", \"OrganizationId\": \"4b05a653-e372-418d-9bd0-ba2383d1673e\", \"RecordType\": 64, \"RunningTime\": 6762, \"StartTimeUtc\": \"2023-09-29T09:44:07Z\", \"Status\": \"Remediated\", \"UserId\": \"AirInvestigation\", \"UserKey\": \"AirInvestigation\", \"UserType\": 4, \"Version\": 1, \"Workload\": \"AirInvestigation\"}"
},
"type": "AirInvestigationData"
},
"email": {
"attachments": [
{
"file": {
"hash": {
"sha256": "EC7D1FD05AE26420DE1E51F2F315E07F9A4AF5A4A81AD43BDDE7C70EF45ADE68"
},
"name": "pix.png"
}
}
]
},
"microsoft": {
"defender": {
"activity": {
"objects": [
{
"ApplicationId": 11161,
"ApplicationInstance": 0,
"Id": "airinvestigation",
"Name": "airinvestigation",
"Role": "Actor",
"Type": "Account"
}
],
"type": "Basic"
},
"investigation": {
"id": "urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd",
"name": "Mail with malicious file is zapped - urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd",
"status": "Remediated",
"type": "ZappedFileInvestigation"
},
"report": {
"id": "60913494_11161_8a7cc032-8634-4117-bae4-371071ce0ce5"
}
}
},
"user": {
"full_name": "airinvestigation"
}
}
{
"message": "{\n \"time\": \"2023-09-29T11:45:09.7408937Z\",\n \"tenantId\": \"4b05a653-e372-418d-9bd0-ba2383d1673e\",\n \"operationName\": \"Publish\",\n \"category\": \"AdvancedHunting-CloudAppEvents\",\n \"properties\": {\n \"ActionType\": \"AirInvestigationData\",\n \"ApplicationId\": 11161,\n \"AccountDisplayName\": \"airinvestigation\",\n \"AccountObjectId\": null,\n \"AccountId\": \"airinvestigation\",\n \"DeviceType\": null,\n \"OSPlatform\": null,\n \"IPAddress\": null,\n \"IsAnonymousProxy\": null,\n \"CountryCode\": null,\n \"City\": null,\n \"ISP\": null,\n \"UserAgent\": null,\n \"IsAdminOperation\": false,\n \"ActivityObjects\": [\n {\n \"Type\": \"Account\",\n \"Role\": \"Actor\",\n \"Name\": \"airinvestigation\",\n \"Id\": \"airinvestigation\",\n \"ApplicationId\": 11161,\n \"ApplicationInstance\": 0\n }\n ],\n \"AdditionalFields\": {},\n \"ActivityType\": \"Basic\",\n \"ObjectName\": null,\n \"ObjectType\": null,\n \"ObjectId\": null,\n \"AppInstanceId\": 0,\n \"AccountType\": \"Regular\",\n \"IsExternalUser\": false,\n \"IsImpersonated\": false,\n \"IPTags\": null,\n \"IPCategory\": null,\n \"UserAgentTags\": null,\n \"RawEventData\": {\n \"Actions\": [],\n \"CreationTime\": \"2023-09-29T11:40:30Z\",\n \"DeepLinkUrl\": \"https://security.microsoft.com/mtp-investigation/urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\",\n \"EndTimeUtc\": \"2023-09-29T11:34:37Z\",\n \"Id\": \"8a7cc032-8634-4117-bae4-371071ce0ce5\",\n \"InvestigationId\": \"urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\",\n \"InvestigationName\": \"Mail with malicious file is zapped - urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\",\n \"InvestigationType\": \"ZappedFileInvestigation\",\n \"LastUpdateTimeUtc\": \"2023-09-29T10:54:43Z\",\n \"ObjectId\": \"8a7cc032-8634-4117-bae4-371071ce0ce5\",\n \"Operation\": \"AirInvestigationData\",\n \"OrganizationId\": \"4b05a653-e372-418d-9bd0-ba2383d1673e\",\n \"RecordType\": 64,\n \"RunningTime\": 6762,\n \"StartTimeUtc\": \"2023-09-29T09:44:07Z\",\n \"Status\": \"Remediated\",\n \"UserId\": \"AirInvestigation\",\n \"UserKey\": \"AirInvestigation\",\n \"UserType\": 4,\n \"Version\": 1,\n \"Workload\": \"AirInvestigation\"\n },\n \"ReportId\": \"60913494_11161_8a7cc032-8634-4117-bae4-371071ce0ce5\",\n \"Timestamp\": \"2023-09-29T11:40:30Z\",\n \"Application\": \"Microsoft 365\"\n },\n \"Tenant\": \"DefaultTenant\"\n}\n",
"event": {
"category": [
"intrusion_detection"
],
"dataset": "cloud_app_events",
"type": [
"info"
]
},
"@timestamp": "2023-09-29T11:40:30Z",
"action": {
"properties": {
"Application": "Microsoft 365",
"ApplicationId": "11161",
"IsAdminOperation": "false",
"IsExternalUser": false,
"IsImpersonated": false,
"RawEventData": "{\"Actions\": [], \"CreationTime\": \"2023-09-29T11:40:30Z\", \"DeepLinkUrl\": \"https://security.microsoft.com/mtp-investigation/urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\", \"EndTimeUtc\": \"2023-09-29T11:34:37Z\", \"Id\": \"8a7cc032-8634-4117-bae4-371071ce0ce5\", \"InvestigationId\": \"urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\", \"InvestigationName\": \"Mail with malicious file is zapped - urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd\", \"InvestigationType\": \"ZappedFileInvestigation\", \"LastUpdateTimeUtc\": \"2023-09-29T10:54:43Z\", \"ObjectId\": \"8a7cc032-8634-4117-bae4-371071ce0ce5\", \"Operation\": \"AirInvestigationData\", \"OrganizationId\": \"4b05a653-e372-418d-9bd0-ba2383d1673e\", \"RecordType\": 64, \"RunningTime\": 6762, \"StartTimeUtc\": \"2023-09-29T09:44:07Z\", \"Status\": \"Remediated\", \"UserId\": \"AirInvestigation\", \"UserKey\": \"AirInvestigation\", \"UserType\": 4, \"Version\": 1, \"Workload\": \"AirInvestigation\"}"
},
"type": "AirInvestigationData"
},
"microsoft": {
"defender": {
"activity": {
"objects": [
{
"ApplicationId": 11161,
"ApplicationInstance": 0,
"Id": "airinvestigation",
"Name": "airinvestigation",
"Role": "Actor",
"Type": "Account"
}
],
"type": "Basic"
},
"investigation": {
"id": "urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd",
"name": "Mail with malicious file is zapped - urn:ZappedFileInvestigation:13e4f3241b8e49faa8c8adcdb3d620dd",
"status": "Remediated",
"type": "ZappedFileInvestigation"
},
"report": {
"id": "60913494_11161_8a7cc032-8634-4117-bae4-371071ce0ce5"
}
}
},
"user": {
"full_name": "airinvestigation"
}
}
{
"message": "{\"time\": \"2024-10-03T11:29:06.6566759Z\", \"tenantId\": \"4fbd5d8d-5bb5-40c4-b477-41cf4fc40509\", \"operationName\": \"Publish\", \"category\": \"AdvancedHunting-CloudAppEvents\", \"_TimeReceivedBySvc\": \"2024-10-03T11:27:41.2820000Z\", \"properties\": {\"ActionType\": \"MailItemsAccessed\", \"ApplicationId\": 20893, \"AccountDisplayName\": \"7534549d-2945-469c-9599-c84e749eeeba\", \"AccountObjectId\": null, \"AccountId\": \"7534549d-2945-469c-9599-c84e749eeeba\", \"DeviceType\": \"Other\", \"OSPlatform\": \"Unknown\", \"IPAddress\": \"ebce:069e:1ac9:5b57:861b:839d:a2a8:5577\", \"IsAnonymousProxy\": false, \"CountryCode\": \"US\", \"City\": \"redmond\", \"ISP\": \"Microsoft Corporation\", \"UserAgent\": \"Client=REST;Client=RESTSystem;;\", \"IsAdminOperation\": false, \"ActivityObjects\": [{\"Type\": \"Structured object\", \"Role\": \"Parameter\", \"ServiceObjectType\": \"Session ID\"}, {\"Type\": \"Task\", \"Role\": \"Target object\", \"Name\": \"MailItemsAccessed\"}, {\"Type\": \"Property\", \"Role\": \"Parameter\", \"Name\": \"MailAccessType\", \"Value\": \"Bind\"}, {\"Type\": \"Property\", \"Role\": \"Parameter\", \"Name\": \"IsThrottled\", \"Value\": \"False\"}, {\"Type\": \"Account\", \"Role\": \"Actor\", \"Name\": \"7534549d-2945-469c-9599-c84e749eeeba\", \"Id\": \"7534549d-2945-469c-9599-c84e749eeeba\", \"ApplicationId\": 11161, \"ApplicationInstance\": 0}, {\"Type\": \"User\", \"Role\": \"Parameter\", \"Name\": \"John DOE\", \"Id\": \"e1704d61-3815-44cc-a4ad-944623127391\", \"ApplicationId\": 11161, \"ApplicationInstance\": 0}], \"AdditionalFields\": {\"IsSatelliteProvider\": false}, \"ActivityType\": \"Run\", \"ObjectName\": \"MailItemsAccessed\", \"ObjectType\": \"Task\", \"ObjectId\": null, \"AppInstanceId\": 0, \"AccountType\": \"Application\", \"IsExternalUser\": false, \"IsImpersonated\": false, \"IPTags\": [\"Microsoft Corporation\"], \"IPCategory\": \"Cloud provider\", \"UserAgentTags\": null, \"RawEventData\": {\"AppId\": \"7534549d-2945-469c-9599-c84e749eeeba\", \"ClientAppId\": \"7534549d-2945-469c-9599-c84e749eeeba\", \"ClientIPAddress\": \"ebce:069e:1ac9:5b57:861b:839d:a2a8:5577\", \"ClientInfoString\": \"Client=REST;Client=RESTSystem;;\", \"CreationTime\": \"2024-10-03T11:23:17Z\", \"ExternalAccess\": false, \"Folders\": [{\"FolderItems\": [{\"ClientRequestId\": \"cd8073a5-7b34-4ba4-9289-542859f3619f\", \"Id\": \"ID1\", \"InternetMessageId\": \"<1641470871.2259807.1727868231060@ltx1-app86239.prod.linkedin.com>\", \"SizeInBytes\": 584240}, {\"ClientRequestId\": \"cd8073a5-7b34-4ba4-9289-542859f3619f\", \"Id\": \"ID2\", \"InternetMessageId\": \"<1.prod.linkedin.com>\", \"SizeInBytes\": 541152}, {\"ClientRequestId\": \"cd8073a5-7b34-4ba4-9289-542859f3619f\", \"Id\": \"ID4\", \"InternetMessageId\": \"<2.prod.linkedin.com>\", \"SizeInBytes\": 594034}, {\"ClientRequestId\": \"cd8073a5-7b34-4ba4-9289-542859f3619f\", \"Id\": \"ID5\", \"InternetMessageId\": \"<1@emsecure.net>\", \"SizeInBytes\": 134730}, {\"ClientRequestId\": \"cd8073a5-7b34-4ba4-9289-542859f3619f\", \"Id\": \"ID6\", \"InternetMessageId\": \"<1@geopod-ismtpd-10>\", \"SizeInBytes\": 343263}, {\"ClientRequestId\": \"cd8073a5-7b34-4ba4-9289-542859f3619f\", \"Id\": \"ID7\", \"InternetMessageId\": \"<1@.prod.linkedin.com>\", \"SizeInBytes\": 584542}], \"Id\": \"ID8\", \"Path\": \"\\\\Bo\\u00eete de r\\u00e9ception\"}], \"Id\": \"f747c19c-0664-45c8-aac9-8f16e7714de1\", \"InternalLogonType\": 0, \"LogonType\": 0, \"LogonUserSid\": \"S-1\", \"MailboxGuid\": \"6b8eed58-9e96-4167-9ec4-2bb05b47e416\", \"MailboxOwnerSid\": \"S-1\", \"MailboxOwnerUPN\": \"john.doe@example.com\", \"Operation\": \"MailItemsAccessed\", \"OperationCount\": 6, \"OperationProperties\": [{\"Name\": \"MailAccessType\", \"Value\": \"Bind\"}, {\"Name\": \"IsThrottled\", \"Value\": \"False\"}], \"OrganizationId\": \"4fbd5d8d-5bb5-40c4-b477-41cf4fc40509\", \"OrganizationName\": \"neoma.onmicrosoft.com\", \"OriginatingServer\": \"PAWPR07MB9438 (15.20.4200.000)\\r\\n\", \"RecordType\": 50, \"ResultStatus\": \"Succeeded\", \"UserId\": \"john.doe@example.com\", \"UserKey\": \"7534549d-2945-469c-9599-c84e749eeeba\", \"UserType\": 5, \"Version\": 1, \"Workload\": \"Exchange\"}, \"ReportId\": \"98261974_20893_f747c19c-0664-45c8-aac9-8f16e7714de1\", \"Timestamp\": \"2024-10-03T11:23:17Z\", \"Application\": \"Microsoft Exchange Online\"}, \"Tenant\": \"DefaultTenant\"}",
"event": {
"category": [
"network"
],
"dataset": "cloud_app_events",
"type": [
"info"
]
},
"@timestamp": "2024-10-03T11:23:17Z",
"action": {
"properties": {
"Application": "Microsoft Exchange Online",
"ApplicationId": "20893",
"IPCategory": "Cloud provider",
"IPTags": [
"Microsoft Corporation"
],
"ISP": "Microsoft Corporation",
"IsAdminOperation": "false",
"IsAnonymousProxy": "false",
"IsExternalUser": false,
"IsImpersonated": false,
"ObjectName": "MailItemsAccessed",
"ObjectType": "Task",
"RawEventData": "{\"AppId\": \"7534549d-2945-469c-9599-c84e749eeeba\", \"ClientAppId\": \"7534549d-2945-469c-9599-c84e749eeeba\", \"ClientIPAddress\": \"ebce:069e:1ac9:5b57:861b:839d:a2a8:5577\", \"ClientInfoString\": \"Client=REST;Client=RESTSystem;;\", \"CreationTime\": \"2024-10-03T11:23:17Z\", \"ExternalAccess\": false, \"Folders\": [{\"FolderItems\": [{\"ClientRequestId\": \"cd8073a5-7b34-4ba4-9289-542859f3619f\", \"Id\": \"ID1\", \"InternetMessageId\": \"<1641470871.2259807.1727868231060@ltx1-app86239.prod.linkedin.com>\", \"SizeInBytes\": 584240}, {\"ClientRequestId\": \"cd8073a5-7b34-4ba4-9289-542859f3619f\", \"Id\": \"ID2\", \"InternetMessageId\": \"<1.prod.linkedin.com>\", \"SizeInBytes\": 541152}, {\"ClientRequestId\": \"cd8073a5-7b34-4ba4-9289-542859f3619f\", \"Id\": \"ID4\", \"InternetMessageId\": \"<2.prod.linkedin.com>\", \"SizeInBytes\": 594034}, {\"ClientRequestId\": \"cd8073a5-7b34-4ba4-9289-542859f3619f\", \"Id\": \"ID5\", \"InternetMessageId\": \"<1@emsecure.net>\", \"SizeInBytes\": 134730}, {\"ClientRequestId\": \"cd8073a5-7b34-4ba4-9289-542859f3619f\", \"Id\": \"ID6\", \"InternetMessageId\": \"<1@geopod-ismtpd-10>\", \"SizeInBytes\": 343263}, {\"ClientRequestId\": \"cd8073a5-7b34-4ba4-9289-542859f3619f\", \"Id\": \"ID7\", \"InternetMessageId\": \"<1@.prod.linkedin.com>\", \"SizeInBytes\": 584542}], \"Id\": \"ID8\", \"Path\": \"\\\\Bo\\u00eete de r\\u00e9ception\"}], \"Id\": \"f747c19c-0664-45c8-aac9-8f16e7714de1\", \"InternalLogonType\": 0, \"LogonType\": 0, \"LogonUserSid\": \"S-1\", \"MailboxGuid\": \"6b8eed58-9e96-4167-9ec4-2bb05b47e416\", \"MailboxOwnerSid\": \"S-1\", \"MailboxOwnerUPN\": \"john.doe@example.com\", \"Operation\": \"MailItemsAccessed\", \"OperationCount\": 6, \"OperationProperties\": [{\"Name\": \"MailAccessType\", \"Value\": \"Bind\"}, {\"Name\": \"IsThrottled\", \"Value\": \"False\"}], \"OrganizationId\": \"4fbd5d8d-5bb5-40c4-b477-41cf4fc40509\", \"OrganizationName\": \"neoma.onmicrosoft.com\", \"OriginatingServer\": \"PAWPR07MB9438 (15.20.4200.000)\\r\\n\", \"RecordType\": 50, \"ResultStatus\": \"Succeeded\", \"UserId\": \"john.doe@example.com\", \"UserKey\": \"7534549d-2945-469c-9599-c84e749eeeba\", \"UserType\": 5, \"Version\": 1, \"Workload\": \"Exchange\"}"
},
"type": "MailItemsAccessed"
},
"host": {
"os": {
"full": "Unknown"
},
"type": "Other"
},
"microsoft": {
"defender": {
"activity": {
"objects": [
{
"Role": "Parameter",
"ServiceObjectType": "Session ID",
"Type": "Structured object"
},
{
"Name": "MailItemsAccessed",
"Role": "Target object",
"Type": "Task"
},
{
"Name": "MailAccessType",
"Role": "Parameter",
"Type": "Property",
"Value": "Bind"
},
{
"Name": "IsThrottled",
"Role": "Parameter",
"Type": "Property",
"Value": "False"
},
{
"ApplicationId": 11161,
"ApplicationInstance": 0,
"Id": "7534549d-2945-469c-9599-c84e749eeeba",
"Name": "7534549d-2945-469c-9599-c84e749eeeba",
"Role": "Actor",
"Type": "Account"
},
{
"ApplicationId": 11161,
"ApplicationInstance": 0,
"Id": "e1704d61-3815-44cc-a4ad-944623127391",
"Name": "John DOE",
"Role": "Parameter",
"Type": "User"
}
],
"type": "Run"
},
"report": {
"id": "98261974_20893_f747c19c-0664-45c8-aac9-8f16e7714de1"
}
}
},
"related": {
"ip": [
"ebce:69e:1ac9:5b57:861b:839d:a2a8:5577"
]
},
"source": {
"address": "ebce:69e:1ac9:5b57:861b:839d:a2a8:5577",
"geo": {
"city_name": "redmond",
"country_iso_code": "US"
},
"ip": "ebce:69e:1ac9:5b57:861b:839d:a2a8:5577"
},
"user": {
"full_name": "7534549d-2945-469c-9599-c84e749eeeba"
},
"user_agent": {
"device": {
"name": "Other"
},
"name": "Other",
"original": "Client=REST;Client=RESTSystem;;",
"os": {
"name": "Other"
}
}
}
{
"message": "{\"time\":\"2024-08-30T07:00:12.5431823Z\",\"tenantId\":\"e9dc510f-a9d1-4041-ba9c-3308ff2cafba\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-DeviceNetworkEvents\",\"_TimeReceivedBySvc\":\"2024-08-30T06:57:48.6877713Z\",\"properties\":{\"DeviceName\":\"dks001.example.org\",\"DeviceId\":\"fe0395f347034d61a2c2c718d14df664\",\"ReportId\":33227,\"RemoteIP\":\"5.6.7.8\",\"RemotePort\":443,\"LocalIP\":\"1.2.3.4\",\"LocalPort\":56468,\"Protocol\":\"TcpV4\",\"RemoteUrl\":null,\"InitiatingProcessCreationTime\":null,\"InitiatingProcessId\":0,\"InitiatingProcessCommandLine\":null,\"InitiatingProcessParentCreationTime\":null,\"InitiatingProcessParentId\":0,\"InitiatingProcessParentFileName\":null,\"InitiatingProcessSHA1\":null,\"InitiatingProcessMD5\":null,\"InitiatingProcessFolderPath\":null,\"InitiatingProcessAccountName\":null,\"InitiatingProcessAccountDomain\":null,\"InitiatingProcessAccountSid\":null,\"InitiatingProcessFileName\":null,\"InitiatingProcessIntegrityLevel\":null,\"InitiatingProcessTokenElevation\":\"None\",\"AppGuardContainerId\":\"\",\"LocalIPType\":null,\"RemoteIPType\":null,\"ActionType\":\"InboundConnectionAcknowledged\",\"InitiatingProcessSHA256\":null,\"InitiatingProcessAccountUpn\":null,\"InitiatingProcessAccountObjectId\":null,\"AdditionalFields\":\"{\\\"Source Mac\\\":\\\"84:fa:b1:70:bf:8e\\\",\\\"Destination Mac\\\":\\\"80:95:bb:71:95:aa\\\",\\\"Tcp Flags\\\":18,\\\"Packet Size\\\":66}\",\"InitiatingProcessFileSize\":null,\"InitiatingProcessVersionInfoCompanyName\":null,\"InitiatingProcessVersionInfoProductName\":null,\"InitiatingProcessVersionInfoProductVersion\":null,\"InitiatingProcessVersionInfoInternalFileName\":null,\"InitiatingProcessVersionInfoOriginalFileName\":null,\"InitiatingProcessVersionInfoFileDescription\":null,\"InitiatingProcessSessionId\":null,\"IsInitiatingProcessRemoteSession\":false,\"InitiatingProcessRemoteSessionDeviceName\":null,\"InitiatingProcessRemoteSessionIP\":null,\"Timestamp\":\"2024-08-30T07:04:25.6763023Z\",\"MachineGroup\":null},\"Tenant\":\"DefaultTenant\"}\n",
"event": {
"category": [
"network"
],
"dataset": "device_network_events",
"type": [
"info"
]
},
"@timestamp": "2024-08-30T07:04:25.676302Z",
"action": {
"type": "InboundConnectionAcknowledged"
},
"destination": {
"address": "1.2.3.4",
"ip": "1.2.3.4",
"mac": "84:fa:b1:70:bf:8e",
"port": 56468
},
"host": {
"id": "fe0395f347034d61a2c2c718d14df664",
"name": "dks001.example.org"
},
"microsoft": {
"defender": {
"report": {
"id": "33227"
}
}
},
"network": {
"protocol": "TcpV4"
},
"process": {
"parent": {
"pid": 0
},
"pid": 0
},
"related": {
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "5.6.7.8",
"ip": "5.6.7.8",
"mac": "80:95:bb:71:95:aa",
"port": 443
}
}
{
"message": "{\"time\": \"2024-08-07T14:40:43.3217277Z\", \"tenantId\": \"32fd1322-613a-4307-8da8-d9f2ba7dcfee\", \"operationName\": \"Publish\", \"category\": \"AdvancedHunting-DeviceNetworkEvents\", \"_TimeReceivedBySvc\": \"2024-08-07T14:39:52.9339374Z\", \"properties\": {\"DeviceName\": \"desktop01.example.com\", \"DeviceId\": \"a94a8fe5ccb19ba61c4c0873d391e987982fbbd3\", \"ReportId\": 355896, \"RemoteIP\": \"1.2.3.4\", \"RemotePort\": 7680, \"LocalIP\": \"5.6.7.8\", \"LocalPort\": 56499, \"Protocol\": \"TcpV4\", \"RemoteUrl\": null, \"InitiatingProcessCreationTime\": null, \"InitiatingProcessId\": 0, \"InitiatingProcessCommandLine\": null, \"InitiatingProcessParentCreationTime\": null, \"InitiatingProcessParentId\": 0, \"InitiatingProcessParentFileName\": null, \"InitiatingProcessSHA1\": null, \"InitiatingProcessMD5\": null, \"InitiatingProcessFolderPath\": null, \"InitiatingProcessAccountName\": null, \"InitiatingProcessAccountDomain\": null, \"InitiatingProcessAccountSid\": null, \"InitiatingProcessFileName\": null, \"InitiatingProcessIntegrityLevel\": null, \"InitiatingProcessTokenElevation\": \"None\", \"AppGuardContainerId\": \"\", \"LocalIPType\": null, \"RemoteIPType\": null, \"ActionType\": \"ConnectionAttempt\", \"InitiatingProcessSHA256\": null, \"InitiatingProcessAccountUpn\": null, \"InitiatingProcessAccountObjectId\": null, \"AdditionalFields\": \"{\\\"Source Mac\\\":\\\"10:9f:4b:3c:50:d7\\\",\\\"Destination Mac\\\":\\\"b0:df:72:9d:29:9b\\\",\\\"Tcp Flags\\\":2,\\\"Packet Size\\\":66}\", \"InitiatingProcessFileSize\": null, \"InitiatingProcessVersionInfoCompanyName\": null, \"InitiatingProcessVersionInfoProductName\": null, \"InitiatingProcessVersionInfoProductVersion\": null, \"InitiatingProcessVersionInfoInternalFileName\": null, \"InitiatingProcessVersionInfoOriginalFileName\": null, \"InitiatingProcessVersionInfoFileDescription\": null, \"InitiatingProcessSessionId\": null, \"IsInitiatingProcessRemoteSession\": false, \"InitiatingProcessRemoteSessionDeviceName\": null, \"InitiatingProcessRemoteSessionIP\": null, \"Timestamp\": \"2024-08-07T14:39:37.2995901Z\", \"MachineGroup\": \"All_Win10_11\"}, \"Tenant\": \"DefaultTenant\"}",
"event": {
"category": [
"network"
],
"dataset": "device_network_events",
"type": [
"info"
]
},
"@timestamp": "2024-08-07T14:39:37.299590Z",
"action": {
"type": "ConnectionAttempt"
},
"destination": {
"address": "1.2.3.4",
"ip": "1.2.3.4",
"mac": "b0:df:72:9d:29:9b",
"port": 7680
},
"host": {
"id": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3",
"name": "desktop01.example.com"
},
"microsoft": {
"defender": {
"report": {
"id": "355896"
}
}
},
"network": {
"protocol": "TcpV4"
},
"process": {
"parent": {
"pid": 0
},
"pid": 0
},
"related": {
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "5.6.7.8",
"ip": "5.6.7.8",
"mac": "10:9f:4b:3c:50:d7",
"port": 56499
}
}
{
"message": "{\"time\":\"2022-09-02T22:06:00.6652718Z\",\"tenantId\":\"16ed4fbf-027f-47b3-8d1a-a342781dd2d2\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-AlertInfo\",\"properties\":{\"AlertId\":\"da637977531594995313_968283104\",\"Timestamp\":\"2022-09-02T22:04:16.134644Z\",\"Title\":\"'Lodi' unwanted software was prevented\",\"ServiceSource\":\"Microsoft Defender for Endpoint\",\"Category\":\"DefenseEvasion\",\"Severity\":\"Informational\",\"DetectionSource\":\"Antivirus\",\"MachineGroup\":\"Windows 10 - remediate threats automatically\",\"AttackTechniques\":\"\"}}",
"event": {
"category": [
"threat"
],
"dataset": "alert_info",
"kind": "alert",
"type": [
"info"
]
},
"@timestamp": "2022-09-02T22:04:16.134644Z",
"action": {
"properties": {
"ServiceSource": "Microsoft Defender for Endpoint"
}
},
"microsoft": {
"defender": {
"alert": {
"id": "da637977531594995313_968283104",
"severity": "Informational",
"title": "'Lodi' unwanted software was prevented"
},
"threat": {
"category": "DefenseEvasion",
"severity": "Informational"
}
}
},
"service": {
"name": "Microsoft Defender for Endpoint",
"type": "Antivirus"
}
}
{
"message": "{\"time\":\"2022-09-01T07:28:59.5127177Z\",\"tenantId\":\"5ac3ff49-0e19-4600-9ad1-333e64e3b5cc\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-DeviceEvents\",\"properties\":{\"AccountSid\":null,\"AccountDomain\":null,\"AccountName\":null,\"LogonId\":null,\"FileName\":null,\"FolderPath\":null,\"MD5\":null,\"SHA1\":null,\"FileSize\":null,\"SHA256\":null,\"ProcessCreationTime\":null,\"ProcessTokenElevation\":null,\"RemoteUrl\":null,\"RegistryKey\":null,\"RegistryValueName\":null,\"RegistryValueData\":null,\"RemoteDeviceName\":null,\"FileOriginIP\":null,\"FileOriginUrl\":null,\"LocalIP\":\"1.2.3.4\",\"LocalPort\":null,\"RemoteIP\":\"5.6.7.8\",\"RemotePort\":null,\"ProcessId\":null,\"ProcessCommandLine\":null,\"AdditionalFields\":\"{\\\"BaseAddress\\\":2098738167808,\\\"RegionSize\\\":262144,\\\"ProtectionMask\\\":64}\",\"ActionType\":\"NtAllocateVirtualMemoryApiCall\",\"InitiatingProcessVersionInfoCompanyName\":\"Google\",\"InitiatingProcessVersionInfoProductName\":\"Software Reporter Tool\",\"InitiatingProcessVersionInfoProductVersion\":\"102.286.200\",\"InitiatingProcessVersionInfoInternalFileName\":\"software_reporter_tool_exe\",\"InitiatingProcessVersionInfoOriginalFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessVersionInfoFileDescription\":\"Software Reporter Tool\",\"InitiatingProcessFolderPath\":\"c:\\\\users\\\\USER\\\\appdata\\\\local\\\\google\\\\chrome\\\\user data\\\\swreporter\\\\102.286.200\\\\software_reporter_tool.exe\",\"InitiatingProcessFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessFileSize\":14687048,\"InitiatingProcessMD5\":\"51a9cac9c4e8da44ffd7502be17604ee\",\"InitiatingProcessSHA256\":\"6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323\",\"InitiatingProcessSHA1\":\"44543e0c6f30415c670c1322e61ca68602d58708\",\"InitiatingProcessLogonId\":121834210,\"InitiatingProcessAccountSid\":\"S-1-00-1-1111111-2222222222-3333333333-4444444444\",\"InitiatingProcessAccountDomain\":\"intranet\",\"InitiatingProcessAccountName\":\"group1\",\"InitiatingProcessAccountUpn\":\"user@example.org\",\"InitiatingProcessAccountObjectId\":\"9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2\",\"InitiatingProcessCreationTime\":\"2022-09-01T06:56:23.7887846Z\",\"InitiatingProcessId\":1664,\"InitiatingProcessCommandLine\":\"\\\"software_reporter_tool.exe\\\" --use-crash-handler-with-id=\\\"\\\\\\\\.\\\\pipe\\\\crashpad_11111_XXXXXXXXXXXXXXXX\\\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2\",\"InitiatingProcessParentCreationTime\":\"2022-09-01T06:56:23.595229Z\",\"InitiatingProcessParentId\":15532,\"InitiatingProcessParentFileName\":\"software_reporter_tool.exe\",\"DeviceId\":\"1111111111111111111111111111111111111111\",\"AppGuardContainerId\":\"\",\"MachineGroup\":\"UnassignedGroup\",\"Timestamp\":\"2022-09-01T07:09:47.4980566Z\",\"DeviceName\":\"test.lab\",\"ReportId\":104061}}",
"event": {
"category": [
"host"
],
"dataset": "device_events",
"type": [
"info"
]
},
"@timestamp": "2022-09-01T07:09:47.498056Z",
"action": {
"properties": {
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessLogonId": "121834210",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200"
},
"type": "NtAllocateVirtualMemoryApiCall"
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8"
},
"host": {
"id": "1111111111111111111111111111111111111111",
"name": "test.lab"
},
"microsoft": {
"defender": {
"report": {
"id": "104061"
}
}
},
"process": {
"args": [
"--engine=2",
"--init-done-notifier=804",
"--mojo-platform-channel-handle=780",
"--sandbox-mojo-pipe-token=**********",
"--sandboxed-process-id=2",
"--use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\""
],
"parent": {
"command_line": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"executable": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"name": "software_reporter_tool.exe",
"pid": 1664,
"start": "2022-09-01T06:56:23.788784Z",
"user": {
"domain": "intranet",
"email": "user@example.org",
"id": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"name": "group1"
},
"working_directory": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200"
}
},
"related": {
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4"
}
}
{
"message": "{\"time\":\"2022-09-02T13:12:14.2082552Z\",\"tenantId\":\"16ed4fbf-027f-47b3-8d1a-a342781dd2d2\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-DeviceFileCertificateInfo\",\"properties\":{\"SHA1\":\"4334f41d684200d1a52c977417f5ba1eba4969b5\",\"IsSigned\":true,\"IsRootSignerMicrosoft\":true,\"Signer\":\"Microsoft Windows\",\"SignerHash\":\"fe51e838a087bb561bbb2dd9ba20143384a03b3f\",\"Issuer\":\"Microsoft Windows Production PCA 2011\",\"IssuerHash\":\"580a6f4cc4e4b669b9ebdc1b2b3e087b80d0678d\",\"SignatureType\":\"Catalog\",\"IsTrusted\":true,\"CertificateCreationTime\":\"2021-09-02T18:23:41Z\",\"CertificateExpirationTime\":\"2022-09-01T18:23:41Z\",\"CertificateCountersignatureTime\":\"2022-07-06T05:55:26.23Z\",\"CrlDistributionPointUrls\":\"[\\\"http://www.microsoft.com/pkiops/crl/MicWinProPCA2011_2011-10-19.crl\\\"]\",\"CertificateSerialNumber\":\"330000033c89c66a7b45bb1fbd00000000033c\",\"DeviceId\":\"db1b7a6a38796c8d49f7746d3ab2252b53b45c80\",\"MachineGroup\":\"Windows 10 - remediate threats automatically\",\"Timestamp\":\"2022-09-02T13:10:10.7177Z\",\"DeviceName\":\"test.lab\",\"ReportId\":20370}}\n",
"event": {
"category": [
"file"
],
"dataset": "device_file_certificate_info",
"type": [
"info"
]
},
"@timestamp": "2022-09-02T13:10:10.717700Z",
"file": {
"hash": {
"sha1": "4334f41d684200d1a52c977417f5ba1eba4969b5"
},
"x509": {
"not_after": "2022-09-01T18:23:41Z",
"serial_number": "330000033c89c66a7b45bb1fbd00000000033c"
}
},
"host": {
"id": "db1b7a6a38796c8d49f7746d3ab2252b53b45c80",
"name": "test.lab"
},
"microsoft": {
"defender": {
"certificate": {
"counter_signed_at": "2022-07-06T05:55:26.23Z",
"created_at": "2021-09-02T18:23:41Z",
"crl": {
"urls": [
"http://www.microsoft.com/pkiops/crl/MicWinProPCA2011_2011-10-19.crl"
]
},
"is_root_signer_microsort": true,
"is_signed": true,
"is_trusted": true,
"issuer": {
"hash": "580a6f4cc4e4b669b9ebdc1b2b3e087b80d0678d",
"name": "Microsoft Windows Production PCA 2011"
},
"signature_type": "Catalog",
"signer": {
"hash": "fe51e838a087bb561bbb2dd9ba20143384a03b3f",
"name": "Microsoft Windows"
}
},
"report": {
"id": "20370"
}
}
},
"related": {
"hash": [
"4334f41d684200d1a52c977417f5ba1eba4969b5"
]
}
}
{
"message": "{\"time\":\"2022-09-01T07:49:40.4279379Z\",\"tenantId\":\"5ac3ff49-0e19-4600-9ad1-333e64e3b5cc\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-DeviceFileEvents\",\"properties\":{\"PreviousFileName\":null,\"FileName\":\"OneDriveFileLauncher.exe\",\"FolderPath\":\"C:\\\\Users\\\\USER\\\\AppData\\\\Local\\\\Microsoft\\\\OneDrive\\\\22.161.0731.0002\",\"PreviousFolderPath\":null,\"SHA1\":null,\"SHA256\":null,\"MD5\":null,\"FileSize\":null,\"FileOriginReferrerUrl\":null,\"FileOriginUrl\":null,\"FileOriginIP\":null,\"SensitivityLabel\":null,\"SensitivitySubLabel\":null,\"IsAzureInfoProtectionApplied\":null,\"ShareName\":null,\"RequestSourceIP\":null,\"RequestSourcePort\":null,\"RequestProtocol\":null,\"RequestAccountName\":null,\"RequestAccountDomain\":null,\"RequestAccountSid\":null,\"AdditionalFields\":null,\"ActionType\":\"FileDeleted\",\"InitiatingProcessVersionInfoCompanyName\":\"Microsoft Corporation\",\"InitiatingProcessVersionInfoProductName\":\"Microsoft OneDrive\",\"InitiatingProcessVersionInfoProductVersion\":\"22.166.0807.0002\",\"InitiatingProcessVersionInfoInternalFileName\":\"OneDriveSetup.exe\",\"InitiatingProcessVersionInfoOriginalFileName\":\"OneDriveSetup.exe\",\"InitiatingProcessVersionInfoFileDescription\":\"Microsoft OneDrive (64 bit) Setup\",\"InitiatingProcessFolderPath\":\"c:\\\\users\\\\USER\\\\appdata\\\\local\\\\microsoft\\\\onedrive\\\\update\\\\onedrivesetup.exe\",\"InitiatingProcessFileSize\":56824728,\"InitiatingProcessMD5\":\"9a3af3a9ce0217bccce1d161e0b6bfde\",\"InitiatingProcessSHA256\":\"30204bef93d692fbcbf7475b154e3f65d3aace6f8f030af9e412f3d9e8d9a595\",\"InitiatingProcessSHA1\":\"8f6ebe4a51ce4b5f76f4d896a6e289e69f91a264\",\"InitiatingProcessAccountSid\":\"S-1-00-1-1111111-2222222222-3333333333-4444444444\",\"InitiatingProcessAccountDomain\":\"intranet\",\"InitiatingProcessAccountName\":\"group1\",\"InitiatingProcessAccountUpn\":\"user@example.org\",\"InitiatingProcessAccountObjectId\":\"9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2\",\"InitiatingProcessCreationTime\":\"2022-09-01T07:46:34.0214941Z\",\"InitiatingProcessId\":27512,\"InitiatingProcessFileName\":\"OneDriveSetup.exe\",\"InitiatingProcessCommandLine\":\"OneDriveSetup.exe /update /restart /updateSource:ODU /peruser /childprocess /extractFilesWithLessThreadCount /renameReplaceOneDriveExe /renameReplaceODSUExe /removeNonCurrentVersions /enableODSUReportingMode \",\"InitiatingProcessParentCreationTime\":\"2022-09-01T07:46:33.5858992Z\",\"InitiatingProcessParentId\":588,\"InitiatingProcessParentFileName\":\"OneDriveSetup.exe\",\"InitiatingProcessIntegrityLevel\":\"Medium\",\"InitiatingProcessTokenElevation\":\"TokenElevationTypeDefault\",\"DeviceId\":\"1111111111111111111111111111111111111111\",\"AppGuardContainerId\":\"\",\"MachineGroup\":\"UnassignedGroup\",\"Timestamp\":\"2022-09-01T07:46:42.4684081Z\",\"DeviceName\":\"test.lab\",\"ReportId\":152059}}",
"event": {
"category": [
"file"
],
"dataset": "device_file_events",
"type": [
"info"
]
},
"@timestamp": "2022-09-01T07:46:42.468408Z",
"action": {
"properties": {
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCommandLine": "OneDriveSetup.exe /update /restart /updateSource:ODU /peruser /childprocess /extractFilesWithLessThreadCount /renameReplaceOneDriveExe /renameReplaceODSUExe /removeNonCurrentVersions /enableODSUReportingMode ",
"InitiatingProcessFileSize": 56824728,
"InitiatingProcessIntegrityLevel": "Medium",
"InitiatingProcessTokenElevation": "TokenElevationTypeDefault",
"InitiatingProcessVersionInfoCompanyName": "Microsoft Corporation",
"InitiatingProcessVersionInfoFileDescription": "Microsoft OneDrive (64 bit) Setup",
"InitiatingProcessVersionInfoInternalFileName": "OneDriveSetup.exe",
"InitiatingProcessVersionInfoOriginalFileName": "OneDriveSetup.exe",
"InitiatingProcessVersionInfoProductName": "Microsoft OneDrive",
"InitiatingProcessVersionInfoProductVersion": "22.166.0807.0002"
},
"type": "FileDeleted"
},
"file": {
"directory": "C:\\Users\\USER\\AppData\\Local\\Microsoft\\OneDrive\\22.161.0731.0002",
"name": "OneDriveFileLauncher.exe"
},
"host": {
"id": "1111111111111111111111111111111111111111",
"name": "test.lab"
},
"microsoft": {
"defender": {
"report": {
"id": "152059"
}
}
},
"process": {
"args": [
"",
"/childprocess",
"/enableODSUReportingMode",
"/extractFilesWithLessThreadCount",
"/peruser",
"/removeNonCurrentVersions",
"/renameReplaceODSUExe",
"/renameReplaceOneDriveExe",
"/restart",
"/update",
"/updateSource:ODU"
],
"command_line": "OneDriveSetup.exe /update /restart /updateSource:ODU /peruser /childprocess /extractFilesWithLessThreadCount /renameReplaceOneDriveExe /renameReplaceODSUExe /removeNonCurrentVersions /enableODSUReportingMode ",
"executable": "c:\\users\\USER\\appdata\\local\\microsoft\\onedrive\\update\\onedrivesetup.exe",
"hash": {
"md5": "9a3af3a9ce0217bccce1d161e0b6bfde",
"sha1": "8f6ebe4a51ce4b5f76f4d896a6e289e69f91a264",
"sha256": "30204bef93d692fbcbf7475b154e3f65d3aace6f8f030af9e412f3d9e8d9a595"
},
"name": "OneDriveSetup.exe",
"parent": {
"name": "OneDriveSetup.exe",
"pid": 588,
"start": "2022-09-01T07:46:33.585899Z"
},
"pid": 27512,
"start": "2022-09-01T07:46:34.021494Z",
"user": {
"domain": "intranet",
"email": "user@example.org",
"id": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"name": "group1"
},
"working_directory": "c:\\users\\USER\\appdata\\local\\microsoft\\onedrive\\update"
},
"related": {
"hash": [
"30204bef93d692fbcbf7475b154e3f65d3aace6f8f030af9e412f3d9e8d9a595",
"8f6ebe4a51ce4b5f76f4d896a6e289e69f91a264",
"9a3af3a9ce0217bccce1d161e0b6bfde"
]
}
}
{
"message": "{\"time\":\"2022-09-01T07:49:37.5372014Z\",\"tenantId\":\"5ac3ff49-0e19-4600-9ad1-333e64e3b5cc\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-DeviceImageLoadEvents\",\"properties\":{\"FolderPath\":\"C:\\\\Program Files (x86)\\\\Adobe\\\\8.1\\\\Client\\\\BIN\\\\sscfom.dll\",\"FileSize\":1048576,\"FileName\":\"sscfom.dll\",\"MD5\":\"83fd76962ba443b3d6e317ad73126843\",\"SHA256\":\"14c0592339b02885a8e4cf9724c607afe2a0187348c1aa084db3875ce93be0fe\",\"SHA1\":\"742ef984a8f759090f44838f737d575e283942be\",\"InitiatingProcessVersionInfoCompanyName\":null,\"InitiatingProcessVersionInfoProductName\":null,\"InitiatingProcessVersionInfoProductVersion\":null,\"InitiatingProcessVersionInfoInternalFileName\":null,\"InitiatingProcessVersionInfoOriginalFileName\":null,\"InitiatingProcessVersionInfoFileDescription\":null,\"InitiatingProcessFolderPath\":\"c:\\\\program files (x86)\\\\adobe\\\\8.1\\\\client\\\\bin\\\\autosync.exe\",\"InitiatingProcessFileName\":\"autosync.exe\",\"InitiatingProcessFileSize\":66560,\"InitiatingProcessMD5\":\"4617605c67d2a4f8ff7f86042d40011d\",\"InitiatingProcessSHA256\":\"9ff12db8e1aa2bc6781d1e399ec7a0fd38278dee8f2b5ece7403f2bab009dbe7\",\"InitiatingProcessSHA1\":\"1181891a21a785f05de6f40a3c635534ade13262\",\"InitiatingProcessAccountSid\":\"S-1-00-1-1111111-2222222222-3333333333-4444444444\",\"InitiatingProcessAccountDomain\":\"intranet\",\"InitiatingProcessAccountName\":\"group1\",\"InitiatingProcessAccountUpn\":\"user@example.org\",\"InitiatingProcessAccountObjectId\":null,\"InitiatingProcessCreationTime\":\"2022-09-01T07:47:58.182445Z\",\"InitiatingProcessId\":15584,\"InitiatingProcessCommandLine\":\"\\\"autosync.exe\\\" /c C:\\\\PROGRA~2\\\\adobe\\\\8.1\\\\Client\\\\bin\\\\fra\\\\adobe.cfg /c \\\" usa\\\"\",\"InitiatingProcessParentCreationTime\":\"2022-09-01T07:47:17.01345Z\",\"InitiatingProcessParentId\":2548,\"InitiatingProcessParentFileName\":\"explorer.exe\",\"InitiatingProcessIntegrityLevel\":\"Medium\",\"InitiatingProcessTokenElevation\":\"TokenElevationTypeDefault\",\"DeviceId\":\"4b35a092f1578f0a6f1b7dbf9e90465563781043\",\"AppGuardContainerId\":\"\",\"MachineGroup\":\"Windows 10 - remediate threats automatically\",\"Timestamp\":\"2022-09-01T07:47:58.6161271Z\",\"DeviceName\":\"test.lab\",\"ReportId\":3758,\"ActionType\":\"ImageLoaded\"}}",
"event": {
"category": [
"process"
],
"dataset": "device_image_load_events",
"type": [
"info"
]
},
"@timestamp": "2022-09-01T07:47:58.616127Z",
"action": {
"properties": {
"InitiatingProcessCommandLine": "\"autosync.exe\" /c C:\\PROGRA~2\\adobe\\8.1\\Client\\bin\\fra\\adobe.cfg /c \" usa\"",
"InitiatingProcessFileSize": 66560,
"InitiatingProcessIntegrityLevel": "Medium",
"InitiatingProcessTokenElevation": "TokenElevationTypeDefault"
},
"type": "ImageLoaded"
},
"file": {
"directory": "C:\\Program Files (x86)\\Adobe\\8.1\\Client\\BIN\\sscfom.dll",
"hash": {
"md5": "83fd76962ba443b3d6e317ad73126843",
"sha1": "742ef984a8f759090f44838f737d575e283942be",
"sha256": "14c0592339b02885a8e4cf9724c607afe2a0187348c1aa084db3875ce93be0fe"
},
"name": "sscfom.dll",
"size": 1048576
},
"host": {
"id": "4b35a092f1578f0a6f1b7dbf9e90465563781043",
"name": "test.lab"
},
"microsoft": {
"defender": {
"report": {
"id": "3758"
}
}
},
"process": {
"args": [
"\"",
"/c",
"/c",
"C:\\PROGRA~2\\adobe\\8.1\\Client\\bin\\fra\\adobe.cfg",
"usa\""
],
"command_line": "\"autosync.exe\" /c C:\\PROGRA~2\\adobe\\8.1\\Client\\bin\\fra\\adobe.cfg /c \" usa\"",
"executable": "c:\\program files (x86)\\adobe\\8.1\\client\\bin\\autosync.exe",
"hash": {
"md5": "4617605c67d2a4f8ff7f86042d40011d",
"sha1": "1181891a21a785f05de6f40a3c635534ade13262",
"sha256": "9ff12db8e1aa2bc6781d1e399ec7a0fd38278dee8f2b5ece7403f2bab009dbe7"
},
"name": "autosync.exe",
"parent": {
"name": "explorer.exe",
"pid": 2548,
"start": "2022-09-01T07:47:17.013450Z"
},
"pid": 15584,
"start": "2022-09-01T07:47:58.182445Z",
"user": {
"domain": "intranet",
"email": "user@example.org",
"id": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"name": "group1"
},
"working_directory": "c:\\program files (x86)\\adobe\\8.1\\client\\bin"
},
"related": {
"hash": [
"1181891a21a785f05de6f40a3c635534ade13262",
"14c0592339b02885a8e4cf9724c607afe2a0187348c1aa084db3875ce93be0fe",
"4617605c67d2a4f8ff7f86042d40011d",
"742ef984a8f759090f44838f737d575e283942be",
"83fd76962ba443b3d6e317ad73126843",
"9ff12db8e1aa2bc6781d1e399ec7a0fd38278dee8f2b5ece7403f2bab009dbe7"
]
}
}
{
"message": "{\"time\":\"2023-01-02T17:21:10.6891411Z\",\"tenantId\":\"d9eae684-f70a-4ac1-b304-53de40a8db56\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-DeviceInfo\",\"properties\":{\"ClientVersion\":\"10.8295.19041.2311\",\"PublicIP\":\"4.3.2.1\",\"DeviceName\":\"ml-002\",\"DeviceId\":\"9766ea323abe48f9b9d86b4fb3dc6c14\",\"ReportId\":11111,\"Timestamp\":\"2023-01-02T17:18:18.4028562Z\",\"OSArchitecture\":null,\"OSPlatform\":null,\"OSBuild\":null,\"IsAzureADJoined\":true,\"LoggedOnUsers\":\"[{\\\"UserName\\\":\\\"JOHNDOE\\\",\\\"DomainName\\\":\\\"INTRANET\\\",\\\"Sid\\\":\\\"S-1-11-1-1111111111-1111111111-1111111111-1111111111\\\"}]\",\"RegistryDeviceTag\":null,\"OSVersion\":null,\"AdditionalFields\":\"[]\",\"AadDeviceId\":\"cc8601ad-6446-4277-b110-9f01e636b653\",\"MergedDeviceIds\":\"\",\"MergedToDeviceId\":\"\",\"Vendor\":\"\",\"Model\":\"\",\"OnboardingStatus\":\"Onboarded\",\"DeviceCategory\":\"Endpoint\",\"DeviceType\":\"Workstation\",\"DeviceSubtype\":null,\"OSVersionInfo\":\"\",\"OSDistribution\":\"\",\"JoinType\":\"AAD Joined\",\"MachineGroup\":\"UnassignedGroup\"},\"Tenant\":\"DefaultTenant\"}\n",
"event": {
"category": [
"host"
],
"dataset": "device_info_events",
"type": [
"info"
]
},
"@timestamp": "2023-01-02T17:18:18.402856Z",
"action": {
"properties": {
"AadDeviceId": "cc8601ad-6446-4277-b110-9f01e636b653",
"IsAzureADJoined": true,
"JoinType": "AAD Joined",
"LoggedOnUsers": [
"{\"DomainName\": \"INTRANET\", \"Sid\": \"S-1-11-1-1111111111-1111111111-1111111111-1111111111\", \"UserName\": \"JOHNDOE\"}"
],
"MachineGroup": "UnassignedGroup",
"OnboardingStatus": "Onboarded"
}
},
"agent": {
"version": "10.8295.19041.2311"
},
"host": {
"id": "9766ea323abe48f9b9d86b4fb3dc6c14",
"name": "ml-002",
"type": "Workstation"
},
"microsoft": {
"defender": {
"host": {
"category": "Endpoint"
},
"report": {
"id": "11111"
}
}
},
"related": {
"ip": [
"4.3.2.1"
],
"user": [
"JOHNDOE"
]
},
"source": {
"address": "4.3.2.1",
"ip": "4.3.2.1"
},
"user": {
"domain": "INTRANET",
"id": "S-1-11-1-1111111111-1111111111-1111111111-1111111111",
"name": "JOHNDOE"
}
}
{
"message": "{\"time\":\"2023-01-02T17:21:10.6890829Z\",\"tenantId\":\"d9eae684-f70a-4ac1-b304-53de40a8db56\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-DeviceInfo\",\"properties\":{\"ClientVersion\":\"10.8295.19041.2311\",\"PublicIP\":\"4.3.2.1\",\"DeviceName\":\"ml-002\",\"DeviceId\":\"9766ea323abe48f9b9d86b4fb3dc6c14\",\"ReportId\":22222,\"Timestamp\":\"2023-01-02T17:16:49.4177838Z\",\"OSArchitecture\":null,\"OSPlatform\":null,\"OSBuild\":null,\"IsAzureADJoined\":true,\"LoggedOnUsers\":\"[]\",\"RegistryDeviceTag\":null,\"OSVersion\":null,\"AdditionalFields\":\"[]\",\"AadDeviceId\":\"cc8601ad-6446-4277-b110-9f01e636b653\",\"MergedDeviceIds\":\"\",\"MergedToDeviceId\":\"\",\"Vendor\":\"\",\"Model\":\"\",\"OnboardingStatus\":\"Onboarded\",\"DeviceCategory\":\"Endpoint\",\"DeviceType\":\"Workstation\",\"DeviceSubtype\":null,\"OSVersionInfo\":\"\",\"OSDistribution\":\"\",\"JoinType\":\"Hybrid Azure AD Join\",\"MachineGroup\":\"Windows 10 - remediate threats automatically\"},\"Tenant\":\"DefaultTenant\"}\n",
"event": {
"category": [
"host"
],
"dataset": "device_info_events",
"type": [
"info"
]
},
"@timestamp": "2023-01-02T17:16:49.417783Z",
"action": {
"properties": {
"AadDeviceId": "cc8601ad-6446-4277-b110-9f01e636b653",
"IsAzureADJoined": true,
"JoinType": "Hybrid Azure AD Join",
"LoggedOnUsers": [],
"MachineGroup": "Windows 10 - remediate threats automatically",
"OnboardingStatus": "Onboarded"
}
},
"agent": {
"version": "10.8295.19041.2311"
},
"host": {
"id": "9766ea323abe48f9b9d86b4fb3dc6c14",
"name": "ml-002",
"type": "Workstation"
},
"microsoft": {
"defender": {
"host": {
"category": "Endpoint"
},
"report": {
"id": "22222"
}
}
},
"related": {
"ip": [
"4.3.2.1"
]
},
"source": {
"address": "4.3.2.1",
"ip": "4.3.2.1"
}
}
{
"message": "{\"time\":\"2023-01-04T14:26:25.0567375Z\",\"tenantId\":\"d9eae684-f70a-4ac1-b304-53de40a8db56\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-DeviceLogonEvents\",\"properties\":{\"AccountName\":\"dwm-3\",\"AccountDomain\":\"window manager\",\"LogonType\":\"Interactive\",\"DeviceId\":\"dbe5c34434fb4792bea6874dd0b1f107\",\"DeviceName\":\"ml022\",\"ReportId\":21833,\"Timestamp\":\"2023-01-04T13:25:36.1936997Z\",\"AccountSid\":\"S-1-1-11-1-1\",\"AppGuardContainerId\":\"\",\"LogonId\":111111,\"RemoteIP\":\"\",\"RemotePort\":null,\"RemoteDeviceName\":\"\",\"ActionType\":\"LogonSuccess\",\"InitiatingProcessId\":3660,\"InitiatingProcessCreationTime\":\"2023-01-04T13:25:35.9877068Z\",\"InitiatingProcessFileName\":\"winlogon.exe\",\"InitiatingProcessFolderPath\":\"C:\\\\Windows\\\\System32\",\"InitiatingProcessSHA1\":\"0c8b6c1f8c1d248000192e2569735848051b3ce1\",\"InitiatingProcessSHA256\":null,\"InitiatingProcessMD5\":\"f597fa958fd63accc90cb469e7ddc2a5\",\"InitiatingProcessCommandLine\":\"WinLogon.exe -SpecialSession\",\"InitiatingProcessAccountName\":\"system\",\"InitiatingProcessAccountDomain\":\"NT\",\"InitiatingProcessAccountSid\":\"S-1-1-11\",\"InitiatingProcessTokenElevation\":\"None\",\"InitiatingProcessIntegrityLevel\":null,\"InitiatingProcessParentId\":12776,\"InitiatingProcessParentCreationTime\":\"2023-01-04T13:25:35.9028371Z\",\"InitiatingProcessParentFileName\":\"\\\\Device\\\\HarddiskVolume3\\\\Windows\\\\System32\\\\smss.exe\",\"AdditionalFields\":\"{\\\"IsLocalLogon\\\":true}\",\"RemoteIPType\":null,\"IsLocalAdmin\":null,\"InitiatingProcessAccountUpn\":null,\"InitiatingProcessAccountObjectId\":null,\"Protocol\":\"Negotiate\",\"FailureReason\":null,\"InitiatingProcessFileSize\":null,\"InitiatingProcessVersionInfoCompanyName\":null,\"InitiatingProcessVersionInfoProductName\":null,\"InitiatingProcessVersionInfoProductVersion\":null,\"InitiatingProcessVersionInfoInternalFileName\":null,\"InitiatingProcessVersionInfoOriginalFileName\":null,\"InitiatingProcessVersionInfoFileDescription\":null,\"MachineGroup\":\"UnassignedGroup\"},\"Tenant\":\"DefaultTenant\"}\n",
"event": {
"category": [
"authentication"
],
"dataset": "device_logon_events",
"type": [
"info"
]
},
"@timestamp": "2023-01-04T13:25:36.193699Z",
"action": {
"properties": {
"AccountSid": "S-1-1-11-1-1",
"InitiatingProcessCommandLine": "WinLogon.exe -SpecialSession",
"LogonId": "111111",
"LogonType": "Interactive"
},
"type": "LogonSuccess"
},
"host": {
"id": "dbe5c34434fb4792bea6874dd0b1f107",
"name": "ml022"
},
"microsoft": {
"defender": {
"report": {
"id": "21833"
}
}
},
"process": {
"args": [
"-SpecialSession"
],
"command_line": "WinLogon.exe -SpecialSession",
"executable": "C:\\Windows\\System32",
"hash": {
"md5": "f597fa958fd63accc90cb469e7ddc2a5",
"sha1": "0c8b6c1f8c1d248000192e2569735848051b3ce1"
},
"name": "winlogon.exe",
"parent": {
"name": "smss.exe",
"pid": 12776,
"start": "2023-01-04T13:25:35.902837Z"
},
"pid": 3660,
"start": "2023-01-04T13:25:35.987706Z",
"user": {
"domain": "NT",
"id": "S-1-1-11",
"name": "system"
},
"working_directory": "C:\\Windows"
},
"related": {
"hash": [
"0c8b6c1f8c1d248000192e2569735848051b3ce1",
"f597fa958fd63accc90cb469e7ddc2a5"
],
"user": [
"dwm-3"
]
},
"user": {
"domain": "window manager",
"name": "dwm-3"
}
}
{
"message": "{\"time\":\"2024-09-30T14:02:12.4790551Z\",\"tenantId\":\"d9eae684-f70a-4ac1-b304-53de40a8db56\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-DeviceNetworkEvents\",\"_TimeReceivedBySvc\":\"2024-09-30T14:01:00.5234998Z\",\"properties\":{\"DeviceName\":\"ml022\",\"DeviceId\":\"dbe5c34434fb4792bea6874dd0b1f107\",\"ReportId\":21118,\"RemoteIP\":\"1.2.3.4\",\"RemotePort\":57410,\"LocalIP\":\"5.6.7.8\",\"LocalPort\":7680,\"Protocol\":\"TcpV4\",\"RemoteUrl\":null,\"InitiatingProcessCreationTime\":null,\"InitiatingProcessId\":0,\"InitiatingProcessCommandLine\":null,\"InitiatingProcessParentCreationTime\":null,\"InitiatingProcessParentId\":0,\"InitiatingProcessParentFileName\":null,\"InitiatingProcessSHA1\":null,\"InitiatingProcessMD5\":null,\"InitiatingProcessFolderPath\":null,\"InitiatingProcessAccountName\":null,\"InitiatingProcessAccountDomain\":null,\"InitiatingProcessAccountSid\":null,\"InitiatingProcessFileName\":null,\"InitiatingProcessIntegrityLevel\":null,\"InitiatingProcessTokenElevation\":\"None\",\"AppGuardContainerId\":\"\",\"LocalIPType\":null,\"RemoteIPType\":null,\"ActionType\":\"ConnectionAttempt\",\"InitiatingProcessSHA256\":null,\"InitiatingProcessAccountUpn\":null,\"InitiatingProcessAccountObjectId\":null,\"AdditionalFields\":\"{\\\"direction\\\":\\\"In\\\",\\\"Source Mac\\\":\\\"0a:ac:f5:b4:e6:37\\\",\\\"Destination Mac\\\":\\\"18:e8:f8:74:c9:0d\\\",\\\"Tcp Flags\\\":2,\\\"Packet Size\\\":66}\",\"InitiatingProcessFileSize\":null,\"InitiatingProcessVersionInfoCompanyName\":null,\"InitiatingProcessVersionInfoProductName\":null,\"InitiatingProcessVersionInfoProductVersion\":null,\"InitiatingProcessVersionInfoInternalFileName\":null,\"InitiatingProcessVersionInfoOriginalFileName\":null,\"InitiatingProcessVersionInfoFileDescription\":null,\"InitiatingProcessSessionId\":null,\"IsInitiatingProcessRemoteSession\":false,\"InitiatingProcessRemoteSessionDeviceName\":null,\"InitiatingProcessRemoteSessionIP\":null,\"Timestamp\":\"2024-09-30T14:00:41.9341182Z\",\"MachineGroup\":\"Windows 10/11 - remediate threats automatically\"},\"Tenant\":\"DefaultTenant\"}\n",
"event": {
"category": [
"network"
],
"dataset": "device_network_events",
"type": [
"info"
]
},
"@timestamp": "2024-09-30T14:00:41.934118Z",
"action": {
"type": "ConnectionAttempt"
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8",
"mac": "0a:ac:f5:b4:e6:37",
"port": 7680
},
"host": {
"id": "dbe5c34434fb4792bea6874dd0b1f107",
"name": "ml022"
},
"microsoft": {
"defender": {
"report": {
"id": "21118"
}
}
},
"network": {
"protocol": "TcpV4"
},
"process": {
"parent": {
"pid": 0
},
"pid": 0
},
"related": {
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4",
"mac": "18:e8:f8:74:c9:0d",
"port": 57410
}
}
{
"message": "{\"time\":\"2023-01-04T14:07:32.6213639Z\",\"tenantId\":\"d9eae684-f70a-4ac1-b304-53de40a8db56\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-DeviceNetworkEvents\",\"properties\":{\"DeviceId\":\"dbe5c34434fb4792bea6874dd0b1f107\",\"DeviceName\":\"ml022\",\"ReportId\":37827,\"Timestamp\":\"2023-01-04T14:05:32.3148625Z\",\"RemoteIP\":\"5.6.7.8\",\"RemotePort\":443,\"LocalIP\":\"1.2.3.4\",\"LocalPort\":59985,\"Protocol\":\"Tcp\",\"RemoteUrl\":\"www.example.org\",\"InitiatingProcessCreationTime\":\"2023-01-04T14:05:22.8079798Z\",\"InitiatingProcessId\":18288,\"InitiatingProcessCommandLine\":\"\\\"EXCEL.EXE\\\" \\\"C:\\\\Users\\\\USER\\\\MyDocument.xslx\",\"InitiatingProcessParentCreationTime\":\"2023-01-04T14:04:35.708037Z\",\"InitiatingProcessParentId\":23332,\"InitiatingProcessParentFileName\":\"explorer.exe\",\"InitiatingProcessSHA1\":\"2b684979d6174bad69d895c7d8a852e7b206b95f\",\"InitiatingProcessMD5\":\"4d5b7b6c06159d6b967f2c2c73f10145\",\"InitiatingProcessFolderPath\":\"c:\\\\program files\\\\microsoft office\\\\root\\\\office16\\\\excel.exe\",\"InitiatingProcessAccountName\":\"USER\",\"InitiatingProcessAccountDomain\":\"intranet\",\"InitiatingProcessAccountSid\":\"S-1-11-1-11111111-1111111111-111111111-111111111\",\"InitiatingProcessFileName\":\"EXCEL.EXE\",\"InitiatingProcessIntegrityLevel\":\"Medium\",\"InitiatingProcessTokenElevation\":\"TokenElevationTypeDefault\",\"AppGuardContainerId\":\"\",\"LocalIPType\":\"Private\",\"RemoteIPType\":\"Public\",\"ActionType\":\"ConnectionSuccess\",\"InitiatingProcessSHA256\":\"1e22c9b2e6562fa32d410bc4957279a46b614eed4cd5f45c200b4a24237bd095\",\"InitiatingProcessAccountUpn\":\"john.doe@example.org\",\"InitiatingProcessAccountObjectId\":\"e0e5e759-c1e1-4cf9-91d5-c1099ef74614\",\"AdditionalFields\":null,\"InitiatingProcessFileSize\":63984520,\"InitiatingProcessVersionInfoCompanyName\":\"Microsoft Corporation\",\"InitiatingProcessVersionInfoProductName\":\"Microsoft Office\",\"InitiatingProcessVersionInfoProductVersion\":\"16.0.15601.20538\",\"InitiatingProcessVersionInfoInternalFileName\":\"Excel\",\"InitiatingProcessVersionInfoOriginalFileName\":\"Excel.exe\",\"InitiatingProcessVersionInfoFileDescription\":\"Microsoft Excel\",\"MachineGroup\":\"UnassignedGroup\"},\"Tenant\":\"DefaultTenant\"}\n",
"event": {
"category": [
"network"
],
"dataset": "device_network_events",
"type": [
"info"
]
},
"@timestamp": "2023-01-04T14:05:32.314862Z",
"action": {
"properties": {
"InitiatingProcessAccountObjectId": "e0e5e759-c1e1-4cf9-91d5-c1099ef74614",
"InitiatingProcessCommandLine": "\"EXCEL.EXE\" \"C:\\Users\\USER\\MyDocument.xslx",
"InitiatingProcessFileSize": 63984520,
"InitiatingProcessIntegrityLevel": "Medium",
"InitiatingProcessTokenElevation": "TokenElevationTypeDefault",
"InitiatingProcessVersionInfoCompanyName": "Microsoft Corporation",
"InitiatingProcessVersionInfoFileDescription": "Microsoft Excel",
"InitiatingProcessVersionInfoInternalFileName": "Excel",
"InitiatingProcessVersionInfoOriginalFileName": "Excel.exe",
"InitiatingProcessVersionInfoProductName": "Microsoft Office",
"InitiatingProcessVersionInfoProductVersion": "16.0.15601.20538",
"LocalIPType": "Private",
"RemoteIPType": "Public"
},
"type": "ConnectionSuccess"
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8",
"port": 443
},
"host": {
"id": "dbe5c34434fb4792bea6874dd0b1f107",
"name": "ml022"
},
"microsoft": {
"defender": {
"report": {
"id": "37827"
}
}
},
"network": {
"protocol": "Tcp"
},
"process": {
"args": [
"\"C:\\Users\\USER\\MyDocument.xslx"
],
"command_line": "\"EXCEL.EXE\" \"C:\\Users\\USER\\MyDocument.xslx",
"executable": "c:\\program files\\microsoft office\\root\\office16\\excel.exe",
"hash": {
"md5": "4d5b7b6c06159d6b967f2c2c73f10145",
"sha1": "2b684979d6174bad69d895c7d8a852e7b206b95f",
"sha256": "1e22c9b2e6562fa32d410bc4957279a46b614eed4cd5f45c200b4a24237bd095"
},
"name": "EXCEL.EXE",
"parent": {
"name": "explorer.exe",
"pid": 23332,
"start": "2023-01-04T14:04:35.708037Z"
},
"pid": 18288,
"start": "2023-01-04T14:05:22.807979Z",
"user": {
"domain": "intranet",
"email": "john.doe@example.org",
"id": "S-1-11-1-11111111-1111111111-111111111-111111111",
"name": "USER"
},
"working_directory": "c:\\program files\\microsoft office\\root\\office16"
},
"related": {
"hash": [
"1e22c9b2e6562fa32d410bc4957279a46b614eed4cd5f45c200b4a24237bd095",
"2b684979d6174bad69d895c7d8a852e7b206b95f",
"4d5b7b6c06159d6b967f2c2c73f10145"
],
"hosts": [
"www.example.org"
],
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4",
"port": 59985
},
"url": {
"domain": "www.example.org",
"registered_domain": "example.org",
"subdomain": "www",
"top_level_domain": "org"
}
}
{
"message": "{\"time\":\"2023-01-04T14:07:34.1999095Z\",\"tenantId\":\"d9eae684-f70a-4ac1-b304-53de40a8db56\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-DeviceNetworkInfo\",\"properties\":{\"DeviceId\":\"dbe5c34434fb4792bea6874dd0b1f107\",\"DeviceName\":\"ml022\",\"Timestamp\":\"2023-01-04T14:04:35.622431Z\",\"ReportId\":13489,\"NetworkAdapterName\":\"{B844C2B6-E379-47C8-A28B-784DF7D3D731}\",\"NetworkAdapterType\":\"Guest\",\"NetworkAdapterStatus\":\"Down\",\"TunnelType\":\"None\",\"ConnectedNetworks\":null,\"DnsAddresses\":\"[\\\"fff0:0:0:ffff::1\\\",\\\"fff0:0:0:ffff::2\\\",\\\"fff0:0:0:ffff::3\\\"]\",\"DefaultGateways\":null,\"MacAddress\":\"C8B29B8AEAAE\",\"IPv4Dhcp\":\"\",\"IPv6Dhcp\":\"\",\"IPAddresses\":\"[{\\\"IPAddress\\\":\\\"1.2.3.4\\\",\\\"SubnetPrefix\\\":16,\\\"AddressType\\\":\\\"LinkLocal\\\"},{\\\"IPAddress\\\":\\\"ffff::fff:fff:aaa:ccc\\\",\\\"SubnetPrefix\\\":64,\\\"AddressType\\\":\\\"Private\\\"}]\",\"NetworkAdapterVendor\":null,\"MachineGroup\":\"UnassignedGroup\"},\"Tenant\":\"DefaultTenant\"}\n",
"event": {
"category": [
"host"
],
"dataset": "device_network_info",
"type": [
"info"
]
},
"@timestamp": "2023-01-04T14:04:35.622431Z",
"host": {
"id": "dbe5c34434fb4792bea6874dd0b1f107",
"mac": [
"C8B29B8AEAAE"
],
"name": "ml022"
},
"microsoft": {
"defender": {
"observer": {
"interface": {
"dns": [
"fff0:0:0:ffff::1",
"fff0:0:0:ffff::2",
"fff0:0:0:ffff::3"
],
"ips": [
"{\"AddressType\": \"LinkLocal\", \"IPAddress\": \"1.2.3.4\", \"SubnetPrefix\": 16}",
"{\"AddressType\": \"Private\", \"IPAddress\": \"ffff::fff:fff:aaa:ccc\", \"SubnetPrefix\": 64}"
],
"name": "{B844C2B6-E379-47C8-A28B-784DF7D3D731}",
"status": "Down",
"type": "Guest"
}
},
"report": {
"id": "13489"
}
}
}
}
{
"message": "{\"time\": \"2024-08-01T18:30:14.6841985Z\", \"tenantId\": \"14c90b3a-ee5f-43fa-b406-0baa32d561ca\", \"operationName\": \"Publish\", \"category\": \"AdvancedHunting-DeviceEvents\", \"_TimeReceivedBySvc\": \"2024-08-01T18:28:43.4289906Z\", \"properties\": {\"DeviceId\": \"1111111111111111111111111111111111111111\", \"DeviceName\": \"desktop01.example.org\", \"ReportId\": 4772, \"InitiatingProcessId\": null, \"InitiatingProcessCreationTime\": null, \"InitiatingProcessCommandLine\": null, \"InitiatingProcessParentFileName\": null, \"InitiatingProcessParentId\": null, \"InitiatingProcessParentCreationTime\": null, \"InitiatingProcessSHA1\": null, \"InitiatingProcessMD5\": null, \"InitiatingProcessFileName\": null, \"InitiatingProcessFolderPath\": null, \"InitiatingProcessAccountName\": \"syst\\u00e8me\", \"InitiatingProcessAccountDomain\": \"autorite nt\", \"SHA1\": null, \"MD5\": null, \"FileName\": null, \"FolderPath\": null, \"AccountName\": null, \"AccountDomain\": null, \"AdditionalFields\": \"{\\\"InitiatingProcess\\\":{},\\\"ClientMachine\\\":\\\"l-195hnx3\\\",\\\"IsRemoteMachine\\\":false}\", \"InitiatingProcessAccountSid\": null, \"AppGuardContainerId\": \"\", \"InitiatingProcessSHA256\": null, \"SHA256\": null, \"RemoteUrl\": null, \"ProcessCreationTime\": null, \"ProcessTokenElevation\": null, \"ActionType\": \"ProcessCreatedUsingWmiQuery\", \"FileOriginUrl\": null, \"FileOriginIP\": null, \"InitiatingProcessLogonId\": null, \"AccountSid\": null, \"RemoteDeviceName\": \"\", \"RegistryKey\": null, \"RegistryValueName\": null, \"RegistryValueData\": null, \"LogonId\": null, \"LocalIP\": null, \"LocalPort\": null, \"RemoteIP\": null, \"RemotePort\": null, \"ProcessId\": null, \"ProcessCommandLine\": null, \"InitiatingProcessAccountUpn\": null, \"InitiatingProcessAccountObjectId\": null, \"FileSize\": null, \"InitiatingProcessFileSize\": null, \"InitiatingProcessVersionInfoCompanyName\": null, \"InitiatingProcessVersionInfoProductName\": null, \"InitiatingProcessVersionInfoProductVersion\": null, \"InitiatingProcessVersionInfoInternalFileName\": null, \"InitiatingProcessVersionInfoOriginalFileName\": null, \"InitiatingProcessVersionInfoFileDescription\": null, \"InitiatingProcessSessionId\": null, \"IsInitiatingProcessRemoteSession\": false, \"InitiatingProcessRemoteSessionDeviceName\": null, \"InitiatingProcessRemoteSessionIP\": null, \"CreatedProcessSessionId\": null, \"IsProcessRemoteSession\": false, \"ProcessRemoteSessionDeviceName\": null, \"ProcessRemoteSessionIP\": null, \"Timestamp\": \"2024-08-01T18:27:07.2126839Z\", \"MachineGroup\": null}, \"Tenant\": \"DefaultTenant\"}",
"event": {
"category": [
"host"
],
"dataset": "device_events",
"type": [
"info"
]
},
"@timestamp": "2024-08-01T18:27:07.212683Z",
"action": {
"type": "ProcessCreatedUsingWmiQuery"
},
"host": {
"id": "1111111111111111111111111111111111111111",
"name": "desktop01.example.org"
},
"microsoft": {
"defender": {
"report": {
"id": "4772"
}
}
},
"process": {
"parent": {
"user": {
"domain": "autorite nt",
"name": "syst\u00e8me"
}
}
}
}
{
"message": "{\"time\":\"2023-01-04T14:16:55.5041166Z\",\"tenantId\":\"d9eae684-f70a-4ac1-b304-53de40a8db56\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-DeviceProcessEvents\",\"properties\":{\"InitiatingProcessSHA1\":\"5bfbb0f965e2761d75a51faacc9db6a146a7c5ae\",\"InitiatingProcessFileSize\":133576,\"InitiatingProcessMD5\":\"5d5608654828cf052ba013b3c37cbb61\",\"InitiatingProcessFileName\":\"MsMpEng.exe\",\"InitiatingProcessParentFileName\":\"services.exe\",\"InitiatingProcessFolderPath\":\"c:\\\\programdata\\\\microsoft\\\\windows defender\\\\platform\\\\4.18.2301.6-0\\\\msmpeng.exe\",\"InitiatingProcessCommandLine\":\"\\\"MsMpEng.exe\\\"\",\"SHA1\":\"81ea1283c9c328fef3ea93e92dc827f1280b32aa\",\"FileSize\":1592184,\"MD5\":\"17bd5d291205f95eb9ede9e75d5641d7\",\"FolderPath\":\"C:\\\\ProgramData\\\\Microsoft\\\\Windows Defender\\\\Platform\\\\4.18.2301.6-0\\\\MpCmdRun.exe\",\"ProcessCommandLine\":\"\\\"MpCmdRun.exe\\\" Scan -ScheduleJob -RestrictPrivileges -DailyScan -ScanTrigger 54\",\"FileName\":\"MpCmdRun.exe\",\"ProcessId\":37788,\"InitiatingProcessId\":5456,\"ProcessCreationTime\":\"2023-01-04T14:15:10.3550336Z\",\"DeviceId\":\"dbe5c34434fb4792bea6874dd0b1f107\",\"DeviceName\":\"ml022\",\"InitiatingProcessCreationTime\":\"2023-01-03T08:51:29.2692792Z\",\"InitiatingProcessAccountName\":\"System\",\"InitiatingProcessAccountDomain\":\"NT\",\"InitiatingProcessAccountSid\":\"S-1-1-11\",\"InitiatingProcessSignatureStatus\":\"Valid\",\"InitiatingProcessSignerType\":\"OsVendor\",\"InitiatingProcessParentId\":1032,\"ReportId\":104118,\"Timestamp\":\"2023-01-04T14:15:10.4684522Z\",\"InitiatingProcessParentCreationTime\":\"2023-01-03T08:51:26.7402415Z\",\"InitiatingProcessTokenElevation\":\"TokenElevationTypeDefault\",\"InitiatingProcessIntegrityLevel\":\"System\",\"AccountDomain\":\"NT\",\"AccountName\":\"system\",\"ProcessTokenElevation\":\"TokenElevationTypeDefault\",\"ProcessIntegrityLevel\":\"System\",\"AccountSid\":\"S-1-1-11\",\"AppGuardContainerId\":\"\",\"SHA256\":\"60d88450bc4d6e9bcb83fbcd0342376694dc55eb8f40b0f79580d1df399a7bdf\",\"InitiatingProcessSHA256\":\"52bd0a4d149f7913b9c3ba111eff1e75188abfcdc54b927390bc3bfad419860e\",\"InitiatingProcessLogonId\":999,\"LogonId\":999,\"InitiatingProcessAccountUpn\":null,\"InitiatingProcessAccountObjectId\":null,\"AccountUpn\":null,\"AccountObjectId\":null,\"AdditionalFields\":null,\"InitiatingProcessVersionInfoCompanyName\":\"Microsoft Corporation\",\"InitiatingProcessVersionInfoProductName\":\"Microsoft\u00ae Windows\u00ae Operating System\",\"InitiatingProcessVersionInfoProductVersion\":\"4.18.2301.6\",\"InitiatingProcessVersionInfoInternalFileName\":\"MsMpEng.exe\",\"InitiatingProcessVersionInfoOriginalFileName\":\"MsMpEng.exe\",\"InitiatingProcessVersionInfoFileDescription\":\"Antimalware Service Executable\",\"ProcessVersionInfoCompanyName\":\"Microsoft Corporation\",\"ProcessVersionInfoProductName\":\"Microsoft\u00ae Windows\u00ae Operating System\",\"ProcessVersionInfoProductVersion\":\"4.18.2301.6\",\"ProcessVersionInfoInternalFileName\":\"MpCmdRun\",\"ProcessVersionInfoOriginalFileName\":\"MpCmdRun.exe\",\"ProcessVersionInfoFileDescription\":\"Microsoft Malware Protection Command Line Utility\",\"MachineGroup\":\"UnassignedGroup\",\"ActionType\":\"ProcessCreated\"},\"Tenant\":\"DefaultTenant\"}\n",
"event": {
"category": [
"process"
],
"dataset": "device_process_events",
"type": [
"info"
]
},
"@timestamp": "2023-01-04T14:15:10.468452Z",
"action": {
"properties": {
"AccountSid": "S-1-1-11",
"InitiatingProcessCommandLine": "\"MsMpEng.exe\"",
"InitiatingProcessFileSize": 133576,
"InitiatingProcessIntegrityLevel": "System",
"InitiatingProcessLogonId": "999",
"InitiatingProcessTokenElevation": "TokenElevationTypeDefault",
"InitiatingProcessVersionInfoCompanyName": "Microsoft Corporation",
"InitiatingProcessVersionInfoFileDescription": "Antimalware Service Executable",
"InitiatingProcessVersionInfoInternalFileName": "MsMpEng.exe",
"InitiatingProcessVersionInfoOriginalFileName": "MsMpEng.exe",
"InitiatingProcessVersionInfoProductName": "Microsoft\u00ae Windows\u00ae Operating System",
"InitiatingProcessVersionInfoProductVersion": "4.18.2301.6",
"LogonId": "999",
"ProcessIntegrityLevel": "System",
"ProcessVersionInfoCompanyName": "Microsoft Corporation",
"ProcessVersionInfoFileDescription": "Microsoft Malware Protection Command Line Utility",
"ProcessVersionInfoInternalFileName": "MpCmdRun",
"ProcessVersionInfoOriginalFileName": "MpCmdRun.exe",
"ProcessVersionInfoProductName": "Microsoft\u00ae Windows\u00ae Operating System",
"ProcessVersionInfoProductVersion": "4.18.2301.6"
},
"type": "ProcessCreated"
},
"file": {
"directory": "C:\\ProgramData\\Microsoft\\Windows Defender\\Platform\\4.18.2301.6-0\\MpCmdRun.exe",
"hash": {
"md5": "17bd5d291205f95eb9ede9e75d5641d7",
"sha1": "81ea1283c9c328fef3ea93e92dc827f1280b32aa",
"sha256": "60d88450bc4d6e9bcb83fbcd0342376694dc55eb8f40b0f79580d1df399a7bdf"
},
"name": "MpCmdRun.exe",
"size": 1592184
},
"host": {
"id": "dbe5c34434fb4792bea6874dd0b1f107",
"name": "ml022"
},
"microsoft": {
"defender": {
"report": {
"id": "104118"
}
}
},
"process": {
"args": [
"-DailyScan",
"-RestrictPrivileges",
"-ScanTrigger",
"-ScheduleJob",
"54",
"Scan"
],
"code_signature": {
"status": "Valid",
"subject_name": "OsVendor"
},
"command_line": "\"MpCmdRun.exe\" Scan -ScheduleJob -RestrictPrivileges -DailyScan -ScanTrigger 54",
"executable": "C:\\ProgramData\\Microsoft\\Windows Defender\\Platform\\4.18.2301.6-0\\MpCmdRun.exe",
"hash": {
"md5": "17bd5d291205f95eb9ede9e75d5641d7",
"sha1": "81ea1283c9c328fef3ea93e92dc827f1280b32aa",
"sha256": "60d88450bc4d6e9bcb83fbcd0342376694dc55eb8f40b0f79580d1df399a7bdf"
},
"name": "MpCmdRun.exe",
"parent": {
"command_line": "\"MsMpEng.exe\"",
"executable": "c:\\programdata\\microsoft\\windows defender\\platform\\4.18.2301.6-0\\msmpeng.exe",
"name": "MsMpEng.exe",
"pid": 5456,
"start": "2023-01-03T08:51:29.269279Z",
"user": {
"domain": "NT",
"id": "S-1-1-11",
"name": "System"
},
"working_directory": "c:\\programdata\\microsoft\\windows defender\\platform\\4.18.2301.6-0"
},
"pid": 37788,
"start": "2023-01-04T14:15:10.355033Z"
},
"related": {
"hash": [
"17bd5d291205f95eb9ede9e75d5641d7",
"60d88450bc4d6e9bcb83fbcd0342376694dc55eb8f40b0f79580d1df399a7bdf",
"81ea1283c9c328fef3ea93e92dc827f1280b32aa"
],
"user": [
"system"
]
},
"user": {
"domain": "NT",
"name": "system"
}
}
{
"message": "{\"time\":\"2023-01-04T14:37:14.9238631Z\",\"tenantId\":\"d9eae684-f70a-4ac1-b304-53de40a8db56\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-DeviceRegistryEvents\",\"properties\":{\"DeviceId\":\"dbe5c34434fb4792bea6874dd0b1f107\",\"DeviceName\":\"ml022\",\"ReportId\":19168,\"Timestamp\":\"2023-01-04T14:35:20.6161937Z\",\"RegistryKey\":\"\",\"RegistryValueName\":null,\"RegistryValueType\":\"None\",\"RegistryValueData\":null,\"PreviousRegistryValueData\":null,\"InitiatingProcessSHA1\":\"9df2bc8901233492b2488de8742a35d3d5c46c12\",\"InitiatingProcessFileSize\":445440,\"InitiatingProcessMD5\":\"655381bd34fa7f6421e3740f1fc3c1b1\",\"InitiatingProcessFileName\":\"omadmclient.exe\",\"InitiatingProcessParentFileName\":\"svchost.exe\",\"InitiatingProcessFolderPath\":\"c:\\\\windows\\\\system32\\\\omadmclient.exe\",\"InitiatingProcessCommandLine\":\"\\\"omadmclient.exe\\\" /serverid \\\"1F2E9005-CEAB-4280-83A7-8429D26DE773\\\" /lookuptype 1 /initiator 0\",\"InitiatingProcessCreationTime\":\"2023-03-01T14:34:55.9883418Z\",\"InitiatingProcessParentCreationTime\":\"2023-03-01T09:01:41.8134369Z\",\"InitiatingProcessAccountName\":\"system\",\"InitiatingProcessAccountDomain\":\"NT\",\"InitiatingProcessAccountSid\":\"S-1-1-11\",\"InitiatingProcessParentId\":2196,\"InitiatingProcessId\":25072,\"InitiatingProcessIntegrityLevel\":\"System\",\"InitiatingProcessTokenElevation\":\"TokenElevationTypeDefault\",\"PreviousRegistryKey\":\"HKEY_LOCAL_MACHINE\\\\BCD00000000\\\\Objects\\\\{a5a30fa2-3d06-4e9f-b5f4-a01df9d1fcba}\\\\Elements\",\"PreviousRegistryValueName\":null,\"AppGuardContainerId\":\"\",\"ActionType\":\"RegistryKeyDeleted\",\"InitiatingProcessSHA256\":\"5e7dfefc195fb0286fda79b22d9c9334ed0162d0d3774ca342343df2e4e5df50\",\"InitiatingProcessAccountUpn\":null,\"InitiatingProcessAccountObjectId\":null,\"InitiatingProcessVersionInfoCompanyName\":\"Microsoft Corporation\",\"InitiatingProcessVersionInfoProductName\":\"Microsoft\u00ae Windows\u00ae Operating System\",\"InitiatingProcessVersionInfoProductVersion\":\"10.0.19041.2193\",\"InitiatingProcessVersionInfoInternalFileName\":\"omadmclient\",\"InitiatingProcessVersionInfoOriginalFileName\":\"omadmclient.exe\",\"InitiatingProcessVersionInfoFileDescription\":\"Host Process for OMA-DM Client\",\"MachineGroup\":\"UnassignedGroup\"},\"Tenant\":\"DefaultTenant\"}\n",
"event": {
"category": [
"process"
],
"dataset": "device_registry_events",
"type": [
"info"
]
},
"@timestamp": "2023-01-04T14:35:20.616193Z",
"action": {
"properties": {
"InitiatingProcessCommandLine": "\"omadmclient.exe\" /serverid \"1F2E9005-CEAB-4280-83A7-8429D26DE773\" /lookuptype 1 /initiator 0",
"InitiatingProcessFileSize": 445440,
"InitiatingProcessIntegrityLevel": "System",
"InitiatingProcessTokenElevation": "TokenElevationTypeDefault",
"InitiatingProcessVersionInfoCompanyName": "Microsoft Corporation",
"InitiatingProcessVersionInfoFileDescription": "Host Process for OMA-DM Client",
"InitiatingProcessVersionInfoInternalFileName": "omadmclient",
"InitiatingProcessVersionInfoOriginalFileName": "omadmclient.exe",
"InitiatingProcessVersionInfoProductName": "Microsoft\u00ae Windows\u00ae Operating System",
"InitiatingProcessVersionInfoProductVersion": "10.0.19041.2193",
"PreviousRegistryKey": "HKEY_LOCAL_MACHINE\\BCD00000000\\Objects\\{a5a30fa2-3d06-4e9f-b5f4-a01df9d1fcba}\\Elements"
},
"type": "RegistryKeyDeleted"
},
"host": {
"id": "dbe5c34434fb4792bea6874dd0b1f107",
"name": "ml022"
},
"microsoft": {
"defender": {
"report": {
"id": "19168"
}
}
},
"process": {
"args": [
"\"1F2E9005-CEAB-4280-83A7-8429D26DE773\"",
"/initiator",
"/lookuptype",
"/serverid",
"0",
"1"
],
"command_line": "\"omadmclient.exe\" /serverid \"1F2E9005-CEAB-4280-83A7-8429D26DE773\" /lookuptype 1 /initiator 0",
"executable": "c:\\windows\\system32\\omadmclient.exe",
"hash": {
"md5": "655381bd34fa7f6421e3740f1fc3c1b1",
"sha1": "9df2bc8901233492b2488de8742a35d3d5c46c12",
"sha256": "5e7dfefc195fb0286fda79b22d9c9334ed0162d0d3774ca342343df2e4e5df50"
},
"name": "omadmclient.exe",
"parent": {
"name": "svchost.exe",
"pid": 2196,
"start": "2023-03-01T09:01:41.813436Z"
},
"pid": 25072,
"start": "2023-03-01T14:34:55.988341Z",
"user": {
"domain": "NT",
"id": "S-1-1-11",
"name": "system"
},
"working_directory": "c:\\windows\\system32"
},
"related": {
"hash": [
"5e7dfefc195fb0286fda79b22d9c9334ed0162d0d3774ca342343df2e4e5df50",
"655381bd34fa7f6421e3740f1fc3c1b1",
"9df2bc8901233492b2488de8742a35d3d5c46c12"
]
}
}
{
"message": "{\"time\": \"2024-10-03T11:25:07.5625580Z\", \"tenantId\": \"feaf3131-8194-423e-b591-5d7b688b9b49\", \"operationName\": \"Publish\", \"category\": \"AdvancedHunting-EmailAttachmentInfo\", \"_TimeReceivedBySvc\": \"2024-10-03T11:22:47.9147121Z\", \"properties\": {\"ReportId\": \"fa0aa6f6-5009-4ee6-9000-e4c3d7b461f2-1047008117853037475-114bd151f8fb0c58642d2170da4ae7d7c57977260ac2cc8905306cab6b2acabc-1\", \"NetworkMessageId\": \"fa0aa6f6-5009-4ee6-9000-e4c3d7b461f2\", \"Timestamp\": \"2024-10-03T11:22:47Z\", \"SenderFromAddress\": \"sender@example.com\", \"RecipientEmailAddress\": \"john.doe@example.com\", \"FileName\": \"Outlook-it5xo44r.jpg\", \"FileType\": \"jpeg\", \"SHA256\": \"114bd151f8fb0c58642d2170da4ae7d7c57977260ac2cc8905306cab6b2acabc\", \"RecipientObjectId\": \"9f888faa-aac1-499d-8119-df55402be910\", \"SenderObjectId\": \"9f95ff60-7f2d-4f5f-baa4-7840c52fae64\", \"SenderDisplayName\": \"John DOE\", \"ThreatNames\": null, \"ThreatTypes\": null, \"DetectionMethods\": null, \"FileSize\": 10996}, \"Tenant\": \"DefaultTenant\"}",
"event": {
"category": [
"email"
],
"dataset": "email_attachment_info",
"type": [
"info"
]
},
"@timestamp": "2024-10-03T11:22:47Z",
"action": {
"properties": {
"RecipientObjectId": "9f888faa-aac1-499d-8119-df55402be910",
"SenderDisplayName": "John DOE",
"SenderObjectId": "9f95ff60-7f2d-4f5f-baa4-7840c52fae64"
}
},
"email": {
"from": {
"address": [
"sender@example.com"
]
},
"local_id": "fa0aa6f6-5009-4ee6-9000-e4c3d7b461f2",
"to": {
"address": [
"john.doe@example.com"
]
}
},
"file": {
"hash": {
"sha256": "114bd151f8fb0c58642d2170da4ae7d7c57977260ac2cc8905306cab6b2acabc"
},
"name": "Outlook-it5xo44r.jpg",
"size": 10996
},
"microsoft": {
"defender": {
"report": {
"id": "fa0aa6f6-5009-4ee6-9000-e4c3d7b461f2-1047008117853037475-114bd151f8fb0c58642d2170da4ae7d7c57977260ac2cc8905306cab6b2acabc-1"
}
}
},
"related": {
"hash": [
"114bd151f8fb0c58642d2170da4ae7d7c57977260ac2cc8905306cab6b2acabc"
]
}
}
{
"message": "{\"time\":\"2022-09-01T07:28:59.5127177Z\",\"tenantId\":\"5ac3ff49-0e19-4600-9ad1-333e64e3b5cc\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-EmailEvents\",\"properties\":{\"AccountSid\":null,\"AccountDomain\":null,\"AccountName\":null,\"LogonId\":null,\"FileName\":null,\"FolderPath\":null,\"MD5\":null,\"SHA1\":null,\"FileSize\":null,\"SHA256\":null,\"ProcessCreationTime\":null,\"ProcessTokenElevation\":null,\"RemoteUrl\":null,\"RegistryKey\":null,\"RegistryValueName\":null,\"RegistryValueData\":null,\"RemoteDeviceName\":null,\"FileOriginIP\":null,\"FileOriginUrl\":null,\"LocalIP\":\"1.2.3.4\",\"LocalPort\":null,\"RemoteIP\":\"5.6.7.8\",\"RemotePort\":null,\"ProcessId\":null,\"ProcessCommandLine\":null,\"AdditionalFields\":\"{\\\"BaseAddress\\\":2098738167808,\\\"RegionSize\\\":262144,\\\"ProtectionMask\\\":64}\",\"ActionType\":\"NtAllocateVirtualMemoryApiCall\",\"InitiatingProcessVersionInfoCompanyName\":\"Google\",\"InitiatingProcessVersionInfoProductName\":\"Software Reporter Tool\",\"InitiatingProcessVersionInfoProductVersion\":\"102.286.200\",\"InitiatingProcessVersionInfoInternalFileName\":\"software_reporter_tool_exe\",\"InitiatingProcessVersionInfoOriginalFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessVersionInfoFileDescription\":\"Software Reporter Tool\",\"InitiatingProcessFolderPath\":\"c:\\\\users\\\\USER\\\\appdata\\\\local\\\\google\\\\chrome\\\\user data\\\\swreporter\\\\102.286.200\\\\software_reporter_tool.exe\",\"InitiatingProcessFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessFileSize\":14687048,\"InitiatingProcessMD5\":\"51a9cac9c4e8da44ffd7502be17604ee\",\"InitiatingProcessSHA256\":\"6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323\",\"InitiatingProcessSHA1\":\"44543e0c6f30415c670c1322e61ca68602d58708\",\"InitiatingProcessLogonId\":121834210,\"InitiatingProcessAccountSid\":\"S-1-00-1-1111111-2222222222-3333333333-4444444444\",\"InitiatingProcessAccountDomain\":\"intranet\",\"InitiatingProcessAccountName\":\"group1\",\"InitiatingProcessAccountUpn\":\"user@example.org\",\"InitiatingProcessAccountObjectId\":\"9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2\",\"InitiatingProcessCreationTime\":\"2022-09-01T06:56:23.7887846Z\",\"InitiatingProcessId\":1664,\"InitiatingProcessCommandLine\":\"\\\"software_reporter_tool.exe\\\" --use-crash-handler-with-id=\\\"\\\\\\\\.\\\\pipe\\\\crashpad_11111_XXXXXXXXXXXXXXXX\\\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2\",\"InitiatingProcessParentCreationTime\":\"2022-09-01T06:56:23.595229Z\",\"InitiatingProcessParentId\":15532,\"InitiatingProcessParentFileName\":\"software_reporter_tool.exe\",\"DeviceId\":\"1111111111111111111111111111111111111111\",\"AppGuardContainerId\":\"\",\"MachineGroup\":\"UnassignedGroup\",\"Timestamp\":\"2022-09-01T07:09:47.4980566Z\",\"DeviceName\":\"test.lab\",\"ReportId\":104061}}",
"event": {
"category": [
"email"
],
"dataset": "email_events",
"type": [
"denied",
"info"
]
},
"@timestamp": "2022-09-01T07:09:47.498056Z",
"action": {
"properties": {
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessLogonId": "121834210",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200"
},
"type": "NtAllocateVirtualMemoryApiCall"
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8"
},
"host": {
"id": "1111111111111111111111111111111111111111",
"name": "test.lab"
},
"microsoft": {
"defender": {
"report": {
"id": "104061"
}
}
},
"process": {
"args": [
"--engine=2",
"--init-done-notifier=804",
"--mojo-platform-channel-handle=780",
"--sandbox-mojo-pipe-token=**********",
"--sandboxed-process-id=2",
"--use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\""
],
"command_line": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"executable": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"hash": {
"md5": "51a9cac9c4e8da44ffd7502be17604ee",
"sha1": "44543e0c6f30415c670c1322e61ca68602d58708",
"sha256": "6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323"
},
"name": "software_reporter_tool.exe",
"parent": {
"name": "software_reporter_tool.exe",
"pid": 15532,
"start": "2022-09-01T06:56:23.595229Z"
},
"pid": 1664,
"start": "2022-09-01T06:56:23.788784Z",
"user": {
"domain": "intranet",
"email": "user@example.org",
"id": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"name": "group1"
},
"working_directory": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200"
},
"related": {
"hash": [
"44543e0c6f30415c670c1322e61ca68602d58708",
"51a9cac9c4e8da44ffd7502be17604ee",
"6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323"
],
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4"
}
}
{
"message": "{\"time\": \"2024-10-03T11:12:21.6209320Z\", \"tenantId\": \"ca4e9ba9-4582-4f4b-a93e-c6ce41b32aac\", \"operationName\": \"Publish\", \"category\": \"AdvancedHunting-EmailPostDeliveryEvents\", \"_TimeReceivedBySvc\": \"2024-10-03T11:11:32.8258142Z\", \"properties\": {\"ReportId\": \"ec1ad6fe-05ae-4125-bf06-498bc60113f7-10422652723071570813\", \"NetworkMessageId\": \"ec1ad6fe-05ae-4125-bf06-498bc60113f7\", \"RecipientEmailAddress\": \"john.doe@example.com\", \"Timestamp\": \"2024-10-03T11:11:32Z\", \"ActionType\": \"Spam ZAP\", \"ActionResult\": \"Success\", \"Action\": \"Moved to quarantine\", \"DeliveryLocation\": \"Quarantine\", \"ActionTrigger\": \"SpecialAction\", \"InternetMessageId\": \"<01020192520c9bb4-8a4c9d72-a832-47b9-a13f-ce92d3da71ba-000000@eu-west-1.amazonses.com>\", \"ThreatTypes\": \"Spam\", \"DetectionMethods\": \"{\\\"Spam\\\":[\\\"Fingerprint matching\\\"]}\"}, \"Tenant\": \"DefaultTenant\"}",
"event": {
"action": "Moved to quarantine",
"category": [
"email"
],
"dataset": "email_post_delivery_events",
"type": [
"info"
]
},
"@timestamp": "2024-10-03T11:11:32Z",
"action": {
"properties": {
"ActionResult": "Success",
"ActionTrigger": "SpecialAction",
"DeliveryLocation": "Quarantine"
},
"type": "Spam ZAP"
},
"email": {
"local_id": "ec1ad6fe-05ae-4125-bf06-498bc60113f7",
"message_id": "<1@eu-west-1.amazonses.com>",
"to": {
"address": [
"john.doe@example.com"
]
}
},
"microsoft": {
"defender": {
"report": {
"id": "ec1ad6fe-05ae-4125-bf06-498bc60113f7-10422652723071570813"
},
"threat": {
"detection": "{\"Spam\": [\"Fingerprint matching\"]}",
"types": "Spam"
}
}
}
}
{
"message": "{\"time\":\"2022-09-01T07:28:59.5127177Z\",\"tenantId\":\"5ac3ff49-0e19-4600-9ad1-333e64e3b5cc\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-EmailUrlInfo\",\"properties\":{\"AccountSid\":null,\"AccountDomain\":null,\"AccountName\":null,\"LogonId\":null,\"FileName\":null,\"FolderPath\":null,\"MD5\":null,\"SHA1\":null,\"FileSize\":null,\"SHA256\":null,\"ProcessCreationTime\":null,\"ProcessTokenElevation\":null,\"RemoteUrl\":null,\"RegistryKey\":null,\"RegistryValueName\":null,\"RegistryValueData\":null,\"RemoteDeviceName\":null,\"FileOriginIP\":null,\"FileOriginUrl\":null,\"LocalIP\":\"1.2.3.4\",\"LocalPort\":null,\"RemoteIP\":\"5.6.7.8\",\"RemotePort\":null,\"ProcessId\":null,\"ProcessCommandLine\":null,\"AdditionalFields\":\"{\\\"BaseAddress\\\":2098738167808,\\\"RegionSize\\\":262144,\\\"ProtectionMask\\\":64}\",\"ActionType\":\"NtAllocateVirtualMemoryApiCall\",\"InitiatingProcessVersionInfoCompanyName\":\"Google\",\"InitiatingProcessVersionInfoProductName\":\"Software Reporter Tool\",\"InitiatingProcessVersionInfoProductVersion\":\"102.286.200\",\"InitiatingProcessVersionInfoInternalFileName\":\"software_reporter_tool_exe\",\"InitiatingProcessVersionInfoOriginalFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessVersionInfoFileDescription\":\"Software Reporter Tool\",\"InitiatingProcessFolderPath\":\"c:\\\\users\\\\USER\\\\appdata\\\\local\\\\google\\\\chrome\\\\user data\\\\swreporter\\\\102.286.200\\\\software_reporter_tool.exe\",\"InitiatingProcessFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessFileSize\":14687048,\"InitiatingProcessMD5\":\"51a9cac9c4e8da44ffd7502be17604ee\",\"InitiatingProcessSHA256\":\"6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323\",\"InitiatingProcessSHA1\":\"44543e0c6f30415c670c1322e61ca68602d58708\",\"InitiatingProcessLogonId\":121834210,\"InitiatingProcessAccountSid\":\"S-1-00-1-1111111-2222222222-3333333333-4444444444\",\"InitiatingProcessAccountDomain\":\"intranet\",\"InitiatingProcessAccountName\":\"group1\",\"InitiatingProcessAccountUpn\":\"user@example.org\",\"InitiatingProcessAccountObjectId\":\"9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2\",\"InitiatingProcessCreationTime\":\"2022-09-01T06:56:23.7887846Z\",\"InitiatingProcessId\":1664,\"InitiatingProcessCommandLine\":\"\\\"software_reporter_tool.exe\\\" --use-crash-handler-with-id=\\\"\\\\\\\\.\\\\pipe\\\\crashpad_11111_XXXXXXXXXXXXXXXX\\\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2\",\"InitiatingProcessParentCreationTime\":\"2022-09-01T06:56:23.595229Z\",\"InitiatingProcessParentId\":15532,\"InitiatingProcessParentFileName\":\"software_reporter_tool.exe\",\"DeviceId\":\"1111111111111111111111111111111111111111\",\"AppGuardContainerId\":\"\",\"MachineGroup\":\"UnassignedGroup\",\"Timestamp\":\"2022-09-01T07:09:47.4980566Z\",\"DeviceName\":\"test.lab\",\"ReportId\":104061}}",
"event": {
"category": [
"email"
],
"dataset": "email_url_info",
"type": [
"info"
]
},
"@timestamp": "2022-09-01T07:09:47.498056Z",
"action": {
"properties": {
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessLogonId": "121834210",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200"
},
"type": "NtAllocateVirtualMemoryApiCall"
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8"
},
"host": {
"id": "1111111111111111111111111111111111111111",
"name": "test.lab"
},
"microsoft": {
"defender": {
"report": {
"id": "104061"
}
}
},
"process": {
"args": [
"--engine=2",
"--init-done-notifier=804",
"--mojo-platform-channel-handle=780",
"--sandbox-mojo-pipe-token=**********",
"--sandboxed-process-id=2",
"--use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\""
],
"command_line": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"executable": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"hash": {
"md5": "51a9cac9c4e8da44ffd7502be17604ee",
"sha1": "44543e0c6f30415c670c1322e61ca68602d58708",
"sha256": "6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323"
},
"name": "software_reporter_tool.exe",
"parent": {
"name": "software_reporter_tool.exe",
"pid": 15532,
"start": "2022-09-01T06:56:23.595229Z"
},
"pid": 1664,
"start": "2022-09-01T06:56:23.788784Z",
"user": {
"domain": "intranet",
"email": "user@example.org",
"id": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"name": "group1"
},
"working_directory": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200"
},
"related": {
"hash": [
"44543e0c6f30415c670c1322e61ca68602d58708",
"51a9cac9c4e8da44ffd7502be17604ee",
"6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323"
],
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4"
}
}
{
"message": "{\"time\": \"2024-10-04T16:36:20.6444402Z\", \"tenantId\": \"98bcadf5-38d6-4d9f-83bd-1185aa13e9c6\", \"operationName\": \"Publish\", \"category\": \"AdvancedHunting-EmailUrlInfo\", \"_TimeReceivedBySvc\": \"2024-10-04T16:35:56.4645301Z\", \"properties\": {\"ReportId\": \"4b978e05-5fd9-4c73-9a21-b1403cad0c09-4376657523182014843\", \"NetworkMessageId\": \"4b978e05-5fd9-4c73-9a21-b1403cad0c09\", \"Timestamp\": \"2024-10-04T16:35:56Z\", \"Url\": \"https://example.com/index.php?q=some+stuff\", \"UrlDomain\": \"example.com\", \"UrlLocation\": \"Body\"}, \"Tenant\": \"DefaultTenant\"}",
"event": {
"category": [
"email"
],
"dataset": "email_url_info",
"type": [
"info"
]
},
"@timestamp": "2024-10-04T16:35:56Z",
"email": {
"local_id": "4b978e05-5fd9-4c73-9a21-b1403cad0c09"
},
"microsoft": {
"defender": {
"report": {
"id": "4b978e05-5fd9-4c73-9a21-b1403cad0c09-4376657523182014843"
}
}
},
"related": {
"hosts": [
"example.com"
]
},
"url": {
"domain": "example.com",
"original": "https://example.com/index.php?q=some+stuff",
"path": "/index.php",
"port": 443,
"query": "q=some+stuff",
"registered_domain": "example.com",
"scheme": "https",
"top_level_domain": "com"
}
}
{
"message": "{\"time\":\"2022-09-01T07:28:59.5127177Z\",\"tenantId\":\"5ac3ff49-0e19-4600-9ad1-333e64e3b5cc\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-IdentityDirectoryEvents\",\"properties\":{\"AccountSid\":null,\"AccountDomain\":null,\"AccountName\":null,\"LogonId\":null,\"FileName\":null,\"FolderPath\":null,\"MD5\":null,\"SHA1\":null,\"FileSize\":null,\"SHA256\":null,\"ProcessCreationTime\":null,\"ProcessTokenElevation\":null,\"RemoteUrl\":null,\"RegistryKey\":null,\"RegistryValueName\":null,\"RegistryValueData\":null,\"RemoteDeviceName\":null,\"FileOriginIP\":null,\"FileOriginUrl\":null,\"LocalIP\":\"1.2.3.4\",\"LocalPort\":null,\"RemoteIP\":\"5.6.7.8\",\"RemotePort\":null,\"ProcessId\":null,\"ProcessCommandLine\":null,\"AdditionalFields\":\"{\\\"BaseAddress\\\":2098738167808,\\\"RegionSize\\\":262144,\\\"ProtectionMask\\\":64}\",\"ActionType\":\"NtAllocateVirtualMemoryApiCall\",\"InitiatingProcessVersionInfoCompanyName\":\"Google\",\"InitiatingProcessVersionInfoProductName\":\"Software Reporter Tool\",\"InitiatingProcessVersionInfoProductVersion\":\"102.286.200\",\"InitiatingProcessVersionInfoInternalFileName\":\"software_reporter_tool_exe\",\"InitiatingProcessVersionInfoOriginalFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessVersionInfoFileDescription\":\"Software Reporter Tool\",\"InitiatingProcessFolderPath\":\"c:\\\\users\\\\USER\\\\appdata\\\\local\\\\google\\\\chrome\\\\user data\\\\swreporter\\\\102.286.200\\\\software_reporter_tool.exe\",\"InitiatingProcessFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessFileSize\":14687048,\"InitiatingProcessMD5\":\"51a9cac9c4e8da44ffd7502be17604ee\",\"InitiatingProcessSHA256\":\"6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323\",\"InitiatingProcessSHA1\":\"44543e0c6f30415c670c1322e61ca68602d58708\",\"InitiatingProcessLogonId\":121834210,\"InitiatingProcessAccountSid\":\"S-1-00-1-1111111-2222222222-3333333333-4444444444\",\"InitiatingProcessAccountDomain\":\"intranet\",\"InitiatingProcessAccountName\":\"group1\",\"InitiatingProcessAccountUpn\":\"user@example.org\",\"InitiatingProcessAccountObjectId\":\"9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2\",\"InitiatingProcessCreationTime\":\"2022-09-01T06:56:23.7887846Z\",\"InitiatingProcessId\":1664,\"InitiatingProcessCommandLine\":\"\\\"software_reporter_tool.exe\\\" --use-crash-handler-with-id=\\\"\\\\\\\\.\\\\pipe\\\\crashpad_11111_XXXXXXXXXXXXXXXX\\\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2\",\"InitiatingProcessParentCreationTime\":\"2022-09-01T06:56:23.595229Z\",\"InitiatingProcessParentId\":15532,\"InitiatingProcessParentFileName\":\"software_reporter_tool.exe\",\"DeviceId\":\"1111111111111111111111111111111111111111\",\"AppGuardContainerId\":\"\",\"MachineGroup\":\"UnassignedGroup\",\"Timestamp\":\"2022-09-01T07:09:47.4980566Z\",\"DeviceName\":\"test.lab\",\"ReportId\":104061}}",
"event": {
"category": [
"iam"
],
"dataset": "identity_directory_events",
"type": [
"info"
]
},
"@timestamp": "2022-09-01T07:09:47.498056Z",
"action": {
"properties": {
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessLogonId": "121834210",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200"
},
"type": "NtAllocateVirtualMemoryApiCall"
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8"
},
"host": {
"id": "1111111111111111111111111111111111111111",
"name": "test.lab"
},
"microsoft": {
"defender": {
"report": {
"id": "104061"
}
}
},
"process": {
"args": [
"--engine=2",
"--init-done-notifier=804",
"--mojo-platform-channel-handle=780",
"--sandbox-mojo-pipe-token=**********",
"--sandboxed-process-id=2",
"--use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\""
],
"command_line": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"executable": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"hash": {
"md5": "51a9cac9c4e8da44ffd7502be17604ee",
"sha1": "44543e0c6f30415c670c1322e61ca68602d58708",
"sha256": "6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323"
},
"name": "software_reporter_tool.exe",
"parent": {
"name": "software_reporter_tool.exe",
"pid": 15532,
"start": "2022-09-01T06:56:23.595229Z"
},
"pid": 1664,
"start": "2022-09-01T06:56:23.788784Z",
"user": {
"domain": "intranet",
"email": "user@example.org",
"id": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"name": "group1"
},
"working_directory": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200"
},
"related": {
"hash": [
"44543e0c6f30415c670c1322e61ca68602d58708",
"51a9cac9c4e8da44ffd7502be17604ee",
"6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323"
],
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4"
}
}
{
"message": "{\"time\":\"2022-09-01T07:28:59.5127177Z\",\"tenantId\":\"5ac3ff49-0e19-4600-9ad1-333e64e3b5cc\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-IdentityInfo\",\"properties\":{\"AccountSid\":null,\"AccountDomain\":null,\"AccountName\":null,\"LogonId\":null,\"FileName\":null,\"FolderPath\":null,\"MD5\":null,\"SHA1\":null,\"FileSize\":null,\"SHA256\":null,\"ProcessCreationTime\":null,\"ProcessTokenElevation\":null,\"RemoteUrl\":null,\"RegistryKey\":null,\"RegistryValueName\":null,\"RegistryValueData\":null,\"RemoteDeviceName\":null,\"FileOriginIP\":null,\"FileOriginUrl\":null,\"LocalIP\":\"1.2.3.4\",\"LocalPort\":null,\"RemoteIP\":\"5.6.7.8\",\"RemotePort\":null,\"ProcessId\":null,\"ProcessCommandLine\":null,\"AdditionalFields\":\"{\\\"BaseAddress\\\":2098738167808,\\\"RegionSize\\\":262144,\\\"ProtectionMask\\\":64}\",\"ActionType\":\"NtAllocateVirtualMemoryApiCall\",\"InitiatingProcessVersionInfoCompanyName\":\"Google\",\"InitiatingProcessVersionInfoProductName\":\"Software Reporter Tool\",\"InitiatingProcessVersionInfoProductVersion\":\"102.286.200\",\"InitiatingProcessVersionInfoInternalFileName\":\"software_reporter_tool_exe\",\"InitiatingProcessVersionInfoOriginalFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessVersionInfoFileDescription\":\"Software Reporter Tool\",\"InitiatingProcessFolderPath\":\"c:\\\\users\\\\USER\\\\appdata\\\\local\\\\google\\\\chrome\\\\user data\\\\swreporter\\\\102.286.200\\\\software_reporter_tool.exe\",\"InitiatingProcessFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessFileSize\":14687048,\"InitiatingProcessMD5\":\"51a9cac9c4e8da44ffd7502be17604ee\",\"InitiatingProcessSHA256\":\"6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323\",\"InitiatingProcessSHA1\":\"44543e0c6f30415c670c1322e61ca68602d58708\",\"InitiatingProcessLogonId\":121834210,\"InitiatingProcessAccountSid\":\"S-1-00-1-1111111-2222222222-3333333333-4444444444\",\"InitiatingProcessAccountDomain\":\"intranet\",\"InitiatingProcessAccountName\":\"group1\",\"InitiatingProcessAccountUpn\":\"user@example.org\",\"InitiatingProcessAccountObjectId\":\"9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2\",\"InitiatingProcessCreationTime\":\"2022-09-01T06:56:23.7887846Z\",\"InitiatingProcessId\":1664,\"InitiatingProcessCommandLine\":\"\\\"software_reporter_tool.exe\\\" --use-crash-handler-with-id=\\\"\\\\\\\\.\\\\pipe\\\\crashpad_11111_XXXXXXXXXXXXXXXX\\\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2\",\"InitiatingProcessParentCreationTime\":\"2022-09-01T06:56:23.595229Z\",\"InitiatingProcessParentId\":15532,\"InitiatingProcessParentFileName\":\"software_reporter_tool.exe\",\"DeviceId\":\"1111111111111111111111111111111111111111\",\"AppGuardContainerId\":\"\",\"MachineGroup\":\"UnassignedGroup\",\"Timestamp\":\"2022-09-01T07:09:47.4980566Z\",\"DeviceName\":\"test.lab\",\"ReportId\":104061}}",
"event": {
"category": [
"iam"
],
"dataset": "identity_info",
"type": [
"user"
]
},
"@timestamp": "2022-09-01T07:09:47.498056Z",
"action": {
"properties": {
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessLogonId": "121834210",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200"
},
"type": "NtAllocateVirtualMemoryApiCall"
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8"
},
"host": {
"id": "1111111111111111111111111111111111111111",
"name": "test.lab"
},
"microsoft": {
"defender": {
"report": {
"id": "104061"
}
}
},
"process": {
"args": [
"--engine=2",
"--init-done-notifier=804",
"--mojo-platform-channel-handle=780",
"--sandbox-mojo-pipe-token=**********",
"--sandboxed-process-id=2",
"--use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\""
],
"command_line": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"executable": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"hash": {
"md5": "51a9cac9c4e8da44ffd7502be17604ee",
"sha1": "44543e0c6f30415c670c1322e61ca68602d58708",
"sha256": "6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323"
},
"name": "software_reporter_tool.exe",
"parent": {
"name": "software_reporter_tool.exe",
"pid": 15532,
"start": "2022-09-01T06:56:23.595229Z"
},
"pid": 1664,
"start": "2022-09-01T06:56:23.788784Z",
"user": {
"domain": "intranet",
"email": "user@example.org",
"id": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"name": "group1"
},
"working_directory": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200"
},
"related": {
"hash": [
"44543e0c6f30415c670c1322e61ca68602d58708",
"51a9cac9c4e8da44ffd7502be17604ee",
"6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323"
],
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4"
}
}
{
"message": "{\"time\": \"2024-10-03T11:13:23.4712503Z\", \"tenantId\": \"a1616f45-c922-4c95-acca-f69494cb464e\", \"operationName\": \"Publish\", \"category\": \"AdvancedHunting-IdentityInfo\", \"_TimeReceivedBySvc\": \"2024-10-03T11:13:23.4430000Z\", \"properties\": {\"Timestamp\": \"2024-10-03T11:13:23.0234783Z\", \"ReportId\": \"6aefc315-d9e5-4230-81b4-c2d0b40b6282\", \"AccountName\": \"123456\", \"AccountDomain\": \"itg.local\", \"AccountUpn\": \"johndoe@example.com\", \"AccountObjectId\": \"b1ea6dde-2f60-4c1c-ba51-a929e2dba958\", \"AccountDisplayName\": \"DOE John\", \"GivenName\": \"Emma\", \"Surname\": \"TSCHAEN\", \"Department\": null, \"JobTitle\": null, \"EmailAddress\": \"johndoe@example.com\", \"Manager\": null, \"Address\": null, \"City\": null, \"Country\": null, \"Phone\": null, \"CreatedDateTime\": \"2024-07-20T02:45:30Z\", \"DistinguishedName\": \"CN=DOE John,OU=PGE,OU=Student,DC=itg,DC=local\", \"OnPremSid\": \"S-1-5-21-2308620423-2764619233-3639949770-5127445\", \"CloudSid\": \"S-1\", \"IsAccountEnabled\": true, \"SourceProvider\": \"AzureActiveDirectory\", \"ChangeSource\": \"AzureActiveDirectory\", \"BlastRadius\": null, \"CompanyName\": null, \"DeletedDateTime\": null, \"EmployeeId\": null, \"OtherMailAddresses\": null, \"RiskLevel\": null, \"RiskLevelDetails\": null, \"State\": null, \"Tags\": [], \"CriticalityLevel\": null, \"SipProxyAddress\": \"\", \"Type\": \"User\"}, \"Tenant\": \"DefaultTenant\"}",
"event": {
"category": [
"iam"
],
"dataset": "identity_info",
"type": [
"user"
]
},
"@timestamp": "2024-10-03T11:13:23.023478Z",
"action": {
"properties": {
"AccountUPN": "johndoe@example.com"
}
},
"microsoft": {
"defender": {
"report": {
"id": "6aefc315-d9e5-4230-81b4-c2d0b40b6282"
}
}
},
"related": {
"user": [
"123456"
]
},
"user": {
"domain": "itg.local",
"full_name": "DOE John",
"name": "123456"
}
}
{
"message": "{\"time\":\"2022-09-01T07:28:59.5127177Z\",\"tenantId\":\"5ac3ff49-0e19-4600-9ad1-333e64e3b5cc\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-IdentityLogonEvents\",\"properties\":{\"AccountSid\":null,\"AccountDomain\":null,\"AccountName\":null,\"LogonId\":null,\"FileName\":null,\"FolderPath\":null,\"MD5\":null,\"SHA1\":null,\"FileSize\":null,\"SHA256\":null,\"ProcessCreationTime\":null,\"ProcessTokenElevation\":null,\"RemoteUrl\":null,\"RegistryKey\":null,\"RegistryValueName\":null,\"RegistryValueData\":null,\"RemoteDeviceName\":null,\"FileOriginIP\":null,\"FileOriginUrl\":null,\"LocalIP\":\"1.2.3.4\",\"LocalPort\":null,\"RemoteIP\":\"5.6.7.8\",\"RemotePort\":null,\"ProcessId\":null,\"ProcessCommandLine\":null,\"AdditionalFields\":\"{\\\"BaseAddress\\\":2098738167808,\\\"RegionSize\\\":262144,\\\"ProtectionMask\\\":64}\",\"ActionType\":\"NtAllocateVirtualMemoryApiCall\",\"InitiatingProcessVersionInfoCompanyName\":\"Google\",\"InitiatingProcessVersionInfoProductName\":\"Software Reporter Tool\",\"InitiatingProcessVersionInfoProductVersion\":\"102.286.200\",\"InitiatingProcessVersionInfoInternalFileName\":\"software_reporter_tool_exe\",\"InitiatingProcessVersionInfoOriginalFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessVersionInfoFileDescription\":\"Software Reporter Tool\",\"InitiatingProcessFolderPath\":\"c:\\\\users\\\\USER\\\\appdata\\\\local\\\\google\\\\chrome\\\\user data\\\\swreporter\\\\102.286.200\\\\software_reporter_tool.exe\",\"InitiatingProcessFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessFileSize\":14687048,\"InitiatingProcessMD5\":\"51a9cac9c4e8da44ffd7502be17604ee\",\"InitiatingProcessSHA256\":\"6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323\",\"InitiatingProcessSHA1\":\"44543e0c6f30415c670c1322e61ca68602d58708\",\"InitiatingProcessLogonId\":121834210,\"InitiatingProcessAccountSid\":\"S-1-00-1-1111111-2222222222-3333333333-4444444444\",\"InitiatingProcessAccountDomain\":\"intranet\",\"InitiatingProcessAccountName\":\"group1\",\"InitiatingProcessAccountUpn\":\"user@example.org\",\"InitiatingProcessAccountObjectId\":\"9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2\",\"InitiatingProcessCreationTime\":\"2022-09-01T06:56:23.7887846Z\",\"InitiatingProcessId\":1664,\"InitiatingProcessCommandLine\":\"\\\"software_reporter_tool.exe\\\" --use-crash-handler-with-id=\\\"\\\\\\\\.\\\\pipe\\\\crashpad_11111_XXXXXXXXXXXXXXXX\\\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2\",\"InitiatingProcessParentCreationTime\":\"2022-09-01T06:56:23.595229Z\",\"InitiatingProcessParentId\":15532,\"InitiatingProcessParentFileName\":\"software_reporter_tool.exe\",\"DeviceId\":\"1111111111111111111111111111111111111111\",\"AppGuardContainerId\":\"\",\"MachineGroup\":\"UnassignedGroup\",\"Timestamp\":\"2022-09-01T07:09:47.4980566Z\",\"DeviceName\":\"test.lab\",\"ReportId\":104061}}",
"event": {
"category": [
"authentication"
],
"dataset": "identity_logon_events",
"type": [
"info"
]
},
"@timestamp": "2022-09-01T07:09:47.498056Z",
"action": {
"properties": {
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessLogonId": "121834210",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200"
},
"type": "NtAllocateVirtualMemoryApiCall"
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8"
},
"host": {
"id": "1111111111111111111111111111111111111111",
"name": "test.lab"
},
"microsoft": {
"defender": {
"report": {
"id": "104061"
}
}
},
"process": {
"args": [
"--engine=2",
"--init-done-notifier=804",
"--mojo-platform-channel-handle=780",
"--sandbox-mojo-pipe-token=**********",
"--sandboxed-process-id=2",
"--use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\""
],
"command_line": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"executable": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"hash": {
"md5": "51a9cac9c4e8da44ffd7502be17604ee",
"sha1": "44543e0c6f30415c670c1322e61ca68602d58708",
"sha256": "6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323"
},
"name": "software_reporter_tool.exe",
"parent": {
"name": "software_reporter_tool.exe",
"pid": 15532,
"start": "2022-09-01T06:56:23.595229Z"
},
"pid": 1664,
"start": "2022-09-01T06:56:23.788784Z",
"user": {
"domain": "intranet",
"email": "user@example.org",
"id": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"name": "group1"
},
"working_directory": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200"
},
"related": {
"hash": [
"44543e0c6f30415c670c1322e61ca68602d58708",
"51a9cac9c4e8da44ffd7502be17604ee",
"6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323"
],
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4"
}
}
{
"message": "{\"time\": \"2024-10-03T11:27:16.2140248Z\", \"tenantId\": \"9f97a043-faf0-4df7-b467-57f7bb72740c\", \"operationName\": \"Publish\", \"category\": \"AdvancedHunting-IdentityLogonEvents\", \"_TimeReceivedBySvc\": \"2024-10-03T11:24:42.5340000Z\", \"properties\": {\"ActionType\": \"LogonSuccess\", \"LogonType\": \"OAuth2:Authorize\", \"Protocol\": null, \"AccountDisplayName\": \"John DOE\", \"AccountUpn\": \"john.doe@example.com\", \"AccountName\": \"john.doe\", \"AccountDomain\": \"example.com\", \"AccountSid\": null, \"AccountObjectId\": \"9a5a5efc-e558-41d2-b3da-2c4e953eb5c4\", \"IPAddress\": \"1.2.3.4\", \"Location\": \"FR\", \"DeviceName\": null, \"OSPlatform\": \"Windows 10\", \"DeviceType\": \"Desktop\", \"ISP\": \"neoma business school\", \"DestinationDeviceName\": null, \"TargetDeviceName\": null, \"FailureReason\": null, \"Port\": null, \"DestinationPort\": null, \"DestinationIPAddress\": null, \"TargetAccountDisplayName\": null, \"AdditionalFields\": {\"ACTOR.ENTITY_USER\": \"John DOE\", \"ACTOR.ALIAS\": \"John DOE\", \"ARG.CLOUD_SERVICE\": \"Editor Browser Extension\", \"Pass-through authentication\": \"false\", \"Request ID\": \"62a44e8f-2f30-4146-a8c6-047e526e282f\"}, \"ReportId\": \"8e17f393c95c1233d67d61d282ae7b2d4609afa97cc74f68e75dc171e9d691e9\", \"Timestamp\": \"2024-10-03T11:23:16.963Z\", \"Application\": \"Microsoft 365\"}, \"Tenant\": \"DefaultTenant\"}",
"event": {
"category": [
"authentication"
],
"dataset": "identity_logon_events",
"type": [
"info"
]
},
"@timestamp": "2024-10-03T11:23:16.963000Z",
"action": {
"properties": {
"AccountUPN": "john.doe@example.com",
"Application": "Microsoft 365",
"ISP": "neoma business school",
"Location": "FR",
"LogonType": "OAuth2:Authorize"
},
"type": "LogonSuccess"
},
"host": {
"os": {
"full": "Windows 10"
},
"type": "Desktop"
},
"microsoft": {
"defender": {
"report": {
"id": "8e17f393c95c1233d67d61d282ae7b2d4609afa97cc74f68e75dc171e9d691e9"
}
}
},
"related": {
"ip": [
"1.2.3.4"
],
"user": [
"john.doe"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4"
},
"user": {
"domain": "example.com",
"full_name": "John DOE",
"name": "john.doe"
}
}
{
"message": "{\"time\": \"2024-10-01T08:33:28.2285123Z\", \"tenantId\": \"3f1c3ba0-b477-46a2-bc02-d908ed2f548e\", \"operationName\": \"Publish\", \"category\": \"AdvancedHunting-IdentityLogonEvents\", \"_TimeReceivedBySvc\": \"2024-10-01T08:32:19.6154094Z\", \"properties\": {\"ActionType\": \"LogonSuccess\", \"LogonType\": \"Resource access\", \"Protocol\": \"Ntlm\", \"AccountDisplayName\": \"John DOE\", \"AccountUpn\": \"john.doe@example.com\", \"AccountName\": \"johndoe\", \"AccountDomain\": \"example.com\", \"AccountSid\": \"S-1-5-21-1614895754-1343024091-1177238915-9841\", \"AccountObjectId\": \"f701b0c2-2089-481d-ac5c-39707efbb9fe\", \"IPAddress\": null, \"Location\": null, \"DeviceName\": null, \"OSPlatform\": null, \"DeviceType\": null, \"ISP\": null, \"DestinationDeviceName\": \"srv-dc3.example1.com\", \"TargetDeviceName\": \"srv-radiusnps.example1.com\", \"FailureReason\": null, \"Port\": null, \"DestinationPort\": null, \"DestinationIPAddress\": null, \"TargetAccountDisplayName\": null, \"AdditionalFields\": {\"Count\": \"1\", \"Category\": \"Credential Access\", \"AttackTechniques\": \"Steal or Forge Kerberos Tickets (T1558), Kerberoasting (T1558.003)\", \"IsResourceAccountTrustedForUnconstrainedDelegation\": \"False\", \"SourceAccountId\": \"9db21c13-c6e8-40ed-ae14-d94c75ac9419\", \"SourceAccountSid\": \"S-1-5-21-1614895754-1343024091-1177238915-9841\", \"DestinationComputerObjectGuid\": \"ef496270-3384-4ca2-97c2-fdc70f595ded\", \"DestinationComputerOperatingSystem\": \"windows server 2019 standard\", \"DestinationComputerOperatingSystemVersion\": \"10.0 (17763)\", \"DestinationComputerOperatingSystemType\": \"windows\", \"TargetComputerObjectGuid\": \"86183b3b-79d4-4b7e-a291-488c20fe495b\", \"TargetComputerOperatingSystem\": \"windows server 2019 datacenter\", \"TargetComputerOperatingSystemVersion\": \"10.0 (17763)\", \"TargetComputerOperatingSystemType\": \"windows\", \"ACTOR.ACCOUNT\": \"John DOE\", \"ACTOR.ENTITY_USER\": \"John DOE\", \"TO.DEVICE\": \"SRV-DC3\", \"TARGET_OBJECT.DEVICE\": \"SRV-RADIUSNPS\"}, \"ReportId\": \"9afc4a29-e0a6-4bd0-9afa-1faf1ee6da5e\", \"Timestamp\": \"2024-10-01T08:29:14.6761149Z\", \"Application\": \"Active Directory\"}, \"Tenant\": \"DefaultTenant\"}",
"event": {
"category": [
"authentication"
],
"dataset": "identity_logon_events",
"type": [
"info"
]
},
"@timestamp": "2024-10-01T08:29:14.676114Z",
"action": {
"properties": {
"AccountSid": "S-1-5-21-1614895754-1343024091-1177238915-9841",
"AccountUPN": "john.doe@example.com",
"Application": "Active Directory",
"DestinationDeviceName": "srv-dc3.example1.com",
"LogonType": "Resource access",
"TargetDeviceName": "srv-radiusnps.example1.com"
},
"type": "LogonSuccess"
},
"microsoft": {
"defender": {
"report": {
"id": "9afc4a29-e0a6-4bd0-9afa-1faf1ee6da5e"
}
}
},
"network": {
"protocol": "Ntlm"
},
"related": {
"user": [
"johndoe"
]
},
"user": {
"domain": "example.com",
"full_name": "John DOE",
"name": "johndoe"
}
}
{
"message": "{\"time\":\"2022-09-01T07:28:59.5127177Z\",\"tenantId\":\"5ac3ff49-0e19-4600-9ad1-333e64e3b5cc\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-IdentityQueryEvents\",\"properties\":{\"AccountSid\":null,\"AccountDomain\":null,\"AccountName\":null,\"LogonId\":null,\"FileName\":null,\"FolderPath\":null,\"MD5\":null,\"SHA1\":null,\"FileSize\":null,\"SHA256\":null,\"ProcessCreationTime\":null,\"ProcessTokenElevation\":null,\"RemoteUrl\":null,\"RegistryKey\":null,\"RegistryValueName\":null,\"RegistryValueData\":null,\"RemoteDeviceName\":null,\"FileOriginIP\":null,\"FileOriginUrl\":null,\"LocalIP\":\"1.2.3.4\",\"LocalPort\":null,\"RemoteIP\":\"5.6.7.8\",\"RemotePort\":null,\"ProcessId\":null,\"ProcessCommandLine\":null,\"AdditionalFields\":\"{\\\"BaseAddress\\\":2098738167808,\\\"RegionSize\\\":262144,\\\"ProtectionMask\\\":64}\",\"ActionType\":\"NtAllocateVirtualMemoryApiCall\",\"InitiatingProcessVersionInfoCompanyName\":\"Google\",\"InitiatingProcessVersionInfoProductName\":\"Software Reporter Tool\",\"InitiatingProcessVersionInfoProductVersion\":\"102.286.200\",\"InitiatingProcessVersionInfoInternalFileName\":\"software_reporter_tool_exe\",\"InitiatingProcessVersionInfoOriginalFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessVersionInfoFileDescription\":\"Software Reporter Tool\",\"InitiatingProcessFolderPath\":\"c:\\\\users\\\\USER\\\\appdata\\\\local\\\\google\\\\chrome\\\\user data\\\\swreporter\\\\102.286.200\\\\software_reporter_tool.exe\",\"InitiatingProcessFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessFileSize\":14687048,\"InitiatingProcessMD5\":\"51a9cac9c4e8da44ffd7502be17604ee\",\"InitiatingProcessSHA256\":\"6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323\",\"InitiatingProcessSHA1\":\"44543e0c6f30415c670c1322e61ca68602d58708\",\"InitiatingProcessLogonId\":121834210,\"InitiatingProcessAccountSid\":\"S-1-00-1-1111111-2222222222-3333333333-4444444444\",\"InitiatingProcessAccountDomain\":\"intranet\",\"InitiatingProcessAccountName\":\"group1\",\"InitiatingProcessAccountUpn\":\"user@example.org\",\"InitiatingProcessAccountObjectId\":\"9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2\",\"InitiatingProcessCreationTime\":\"2022-09-01T06:56:23.7887846Z\",\"InitiatingProcessId\":1664,\"InitiatingProcessCommandLine\":\"\\\"software_reporter_tool.exe\\\" --use-crash-handler-with-id=\\\"\\\\\\\\.\\\\pipe\\\\crashpad_11111_XXXXXXXXXXXXXXXX\\\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2\",\"InitiatingProcessParentCreationTime\":\"2022-09-01T06:56:23.595229Z\",\"InitiatingProcessParentId\":15532,\"InitiatingProcessParentFileName\":\"software_reporter_tool.exe\",\"DeviceId\":\"1111111111111111111111111111111111111111\",\"AppGuardContainerId\":\"\",\"MachineGroup\":\"UnassignedGroup\",\"Timestamp\":\"2022-09-01T07:09:47.4980566Z\",\"DeviceName\":\"test.lab\",\"ReportId\":104061}}",
"event": {
"category": [
"iam"
],
"dataset": "identity_query_events",
"type": [
"info"
]
},
"@timestamp": "2022-09-01T07:09:47.498056Z",
"action": {
"properties": {
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessLogonId": "121834210",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200"
},
"type": "NtAllocateVirtualMemoryApiCall"
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8"
},
"host": {
"id": "1111111111111111111111111111111111111111",
"name": "test.lab"
},
"microsoft": {
"defender": {
"report": {
"id": "104061"
}
}
},
"process": {
"args": [
"--engine=2",
"--init-done-notifier=804",
"--mojo-platform-channel-handle=780",
"--sandbox-mojo-pipe-token=**********",
"--sandboxed-process-id=2",
"--use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\""
],
"command_line": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"executable": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"hash": {
"md5": "51a9cac9c4e8da44ffd7502be17604ee",
"sha1": "44543e0c6f30415c670c1322e61ca68602d58708",
"sha256": "6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323"
},
"name": "software_reporter_tool.exe",
"parent": {
"name": "software_reporter_tool.exe",
"pid": 15532,
"start": "2022-09-01T06:56:23.595229Z"
},
"pid": 1664,
"start": "2022-09-01T06:56:23.788784Z",
"user": {
"domain": "intranet",
"email": "user@example.org",
"id": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"name": "group1"
},
"working_directory": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200"
},
"related": {
"hash": [
"44543e0c6f30415c670c1322e61ca68602d58708",
"51a9cac9c4e8da44ffd7502be17604ee",
"6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323"
],
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4"
}
}
{
"message": "{\"time\": \"2024-10-01T08:33:55.2270559Z\", \"tenantId\": \"d8454584-ffe7-430e-9123-2b0c51f35475\", \"operationName\": \"Publish\", \"category\": \"AdvancedHunting-IdentityQueryEvents\", \"_TimeReceivedBySvc\": \"2024-10-01T08:32:45.9638646Z\", \"properties\": {\"ActionType\": \"DNS query\", \"QueryTarget\": \"1.cnr.io\", \"Protocol\": \"Dns\", \"AccountDisplayName\": null, \"AccountUpn\": null, \"AccountName\": null, \"AccountDomain\": null, \"AccountSid\": null, \"AccountObjectId\": null, \"Query\": null, \"IPAddress\": \"5.6.7.8\", \"Location\": null, \"DeviceName\": \"SRV-FILES\", \"QueryType\": \"Text\", \"DestinationDeviceName\": \"srv-dc1.example.com\", \"TargetAccountDisplayName\": null, \"TargetDeviceName\": null, \"Port\": 38529, \"DestinationPort\": 53, \"DestinationIPAddress\": \"1.2.3.4\", \"TargetAccountUpn\": null, \"AdditionalFields\": {\"Count\": \"1\", \"ARG.TASK\": \"DNS query\", \"SourceComputerOperatingSystemType\": \"unknown\", \"DestinationComputerObjectGuid\": \"bbcbe3ae-1e7a-432f-ae9d-a8e58e38ce8b\", \"DestinationComputerOperatingSystem\": \"windows server 2019 datacenter\", \"DestinationComputerOperatingSystemVersion\": \"10.0 (17763)\", \"DestinationComputerOperatingSystemType\": \"windows\", \"SourceComputerId\": \"computer domain office srv-files\", \"FROM.DEVICE\": \"SRV-FILES\", \"TO.DEVICE\": \"SRV-DC1\", \"ACTOR.DEVICE\": \"\"}, \"ReportId\": \"b127257b-9688-4f71-ae86-93e4e4a39464\", \"Timestamp\": \"2024-10-01T08:32:08.211673Z\", \"Application\": \"Active Directory\"}, \"Tenant\": \"DefaultTenant\"}",
"event": {
"category": [
"iam"
],
"dataset": "identity_query_events",
"type": [
"info"
]
},
"@timestamp": "2024-10-01T08:32:08.211673Z",
"action": {
"properties": {
"Application": "Active Directory",
"DestinationDeviceName": "srv-dc1.example.com",
"QueryTarget": "1.cnr.io",
"QueryType": "Text"
},
"type": "DNS query"
},
"destination": {
"address": "1.2.3.4",
"ip": "1.2.3.4",
"port": 53
},
"host": {
"name": "SRV-FILES"
},
"microsoft": {
"defender": {
"report": {
"id": "b127257b-9688-4f71-ae86-93e4e4a39464"
}
}
},
"network": {
"protocol": "Dns"
},
"related": {
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "5.6.7.8",
"ip": "5.6.7.8"
}
}
{
"message": "{\"time\": \"2024-08-08T06:10:51.1543444Z\", \"tenantId\": \"a8904d16-ae79-4f8f-90bd-f64c48898705\", \"operationName\": \"Publish\", \"category\": \"AdvancedHunting-DeviceNetworkEvents\", \"_TimeReceivedBySvc\": \"2024-08-08T06:09:04.2831271Z\", \"properties\": {\"DeviceName\": \"device-01\", \"DeviceId\": \"42b7f57bd4dfbb5e693ce27196e4811ba5ca84d1\", \"ReportId\": 7053, \"RemoteIP\": \"1.2.3.4\", \"RemotePort\": 46112, \"LocalIP\": \"5.6.7.8\", \"LocalPort\": 443, \"Protocol\": \"TcpV4\", \"RemoteUrl\": null, \"InitiatingProcessCreationTime\": null, \"InitiatingProcessId\": 0, \"InitiatingProcessCommandLine\": null, \"InitiatingProcessParentCreationTime\": null, \"InitiatingProcessParentId\": 0, \"InitiatingProcessParentFileName\": null, \"InitiatingProcessSHA1\": null, \"InitiatingProcessMD5\": null, \"InitiatingProcessFolderPath\": null, \"InitiatingProcessAccountName\": null, \"InitiatingProcessAccountDomain\": null, \"InitiatingProcessAccountSid\": null, \"InitiatingProcessFileName\": null, \"InitiatingProcessIntegrityLevel\": null, \"InitiatingProcessTokenElevation\": \"None\", \"AppGuardContainerId\": \"\", \"LocalIPType\": null, \"RemoteIPType\": null, \"ActionType\": \"InboundConnectionAttempt\", \"InitiatingProcessSHA256\": null, \"InitiatingProcessAccountUpn\": null, \"InitiatingProcessAccountObjectId\": null, \"AdditionalFields\": \"{\\\"Source Mac\\\":\\\"0a:ac:f5:b4:e6:37\\\",\\\"Destination Mac\\\":\\\"18:e8:f8:74:c9:0d\\\",\\\"Tcp Flags\\\":2,\\\"Packet Size\\\":60}\", \"InitiatingProcessFileSize\": null, \"InitiatingProcessVersionInfoCompanyName\": null, \"InitiatingProcessVersionInfoProductName\": null, \"InitiatingProcessVersionInfoProductVersion\": null, \"InitiatingProcessVersionInfoInternalFileName\": null, \"InitiatingProcessVersionInfoOriginalFileName\": null, \"InitiatingProcessVersionInfoFileDescription\": null, \"InitiatingProcessSessionId\": null, \"IsInitiatingProcessRemoteSession\": false, \"InitiatingProcessRemoteSessionDeviceName\": null, \"InitiatingProcessRemoteSessionIP\": null, \"Timestamp\": \"2024-08-08T06:07:08.3444146Z\", \"MachineGroup\": \"UnassignedGroup\"}, \"Tenant\": \"DefaultTenant\"}",
"event": {
"category": [
"network"
],
"dataset": "device_network_events",
"type": [
"info"
]
},
"@timestamp": "2024-08-08T06:07:08.344414Z",
"action": {
"type": "InboundConnectionAttempt"
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8",
"mac": "0a:ac:f5:b4:e6:37",
"port": 443
},
"host": {
"id": "42b7f57bd4dfbb5e693ce27196e4811ba5ca84d1",
"name": "device-01"
},
"microsoft": {
"defender": {
"report": {
"id": "7053"
}
}
},
"network": {
"protocol": "TcpV4"
},
"process": {
"parent": {
"pid": 0
},
"pid": 0
},
"related": {
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4",
"mac": "18:e8:f8:74:c9:0d",
"port": 46112
}
}
{
"message": "{\"time\":\"2022-09-01T07:28:59.5127177Z\",\"tenantId\":\"5ac3ff49-0e19-4600-9ad1-333e64e3b5cc\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-DeviceEvents\",\"properties\":{\"AccountSid\":null,\"AccountDomain\":null,\"AccountName\":null,\"LogonId\":null,\"FileName\":null,\"FolderPath\":null,\"MD5\":null,\"SHA1\":null,\"FileSize\":null,\"SHA256\":null,\"ProcessCreationTime\":null,\"ProcessTokenElevation\":null,\"RemoteUrl\":null,\"RegistryKey\":null,\"RegistryValueName\":null,\"RegistryValueData\":null,\"RemoteDeviceName\":null,\"FileOriginIP\":null,\"FileOriginUrl\":null,\"LocalIP\":\"-\",\"LocalPort\":null,\"RemoteIP\":\"-\",\"RemotePort\":null,\"ProcessId\":null,\"ProcessCommandLine\":null,\"AdditionalFields\":\"{\\\"BaseAddress\\\":2098738167808,\\\"RegionSize\\\":262144,\\\"ProtectionMask\\\":64}\",\"ActionType\":\"NtAllocateVirtualMemoryApiCall\",\"InitiatingProcessVersionInfoCompanyName\":\"Google\",\"InitiatingProcessVersionInfoProductName\":\"Software Reporter Tool\",\"InitiatingProcessVersionInfoProductVersion\":\"102.286.200\",\"InitiatingProcessVersionInfoInternalFileName\":\"software_reporter_tool_exe\",\"InitiatingProcessVersionInfoOriginalFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessVersionInfoFileDescription\":\"Software Reporter Tool\",\"InitiatingProcessFolderPath\":\"c:\\\\users\\\\USER\\\\appdata\\\\local\\\\google\\\\chrome\\\\user data\\\\swreporter\\\\102.286.200\\\\software_reporter_tool.exe\",\"InitiatingProcessFileName\":\"software_reporter_tool.exe\",\"InitiatingProcessFileSize\":14687048,\"InitiatingProcessMD5\":\"51a9cac9c4e8da44ffd7502be17604ee\",\"InitiatingProcessSHA256\":\"6fe5e57df8d132eaf06f9134461dd172e36cf01679f13eb0f6e70c1f21b18323\",\"InitiatingProcessSHA1\":\"44543e0c6f30415c670c1322e61ca68602d58708\",\"InitiatingProcessLogonId\":121834210,\"InitiatingProcessAccountSid\":\"S-1-00-1-1111111-2222222222-3333333333-4444444444\",\"InitiatingProcessAccountDomain\":\"intranet\",\"InitiatingProcessAccountName\":\"group1\",\"InitiatingProcessAccountUpn\":\"user@example.org\",\"InitiatingProcessAccountObjectId\":\"9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2\",\"InitiatingProcessCreationTime\":\"2022-09-01T06:56:23.7887846Z\",\"InitiatingProcessId\":1664,\"InitiatingProcessCommandLine\":\"\\\"software_reporter_tool.exe\\\" --use-crash-handler-with-id=\\\"\\\\\\\\.\\\\pipe\\\\crashpad_11111_XXXXXXXXXXXXXXXX\\\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2\",\"InitiatingProcessParentCreationTime\":\"2022-09-01T06:56:23.595229Z\",\"InitiatingProcessParentId\":15532,\"InitiatingProcessParentFileName\":\"software_reporter_tool.exe\",\"DeviceId\":\"1111111111111111111111111111111111111111\",\"AppGuardContainerId\":\"\",\"MachineGroup\":\"UnassignedGroup\",\"Timestamp\":\"2022-09-01T07:09:47.4980566Z\",\"DeviceName\":\"test.lab\",\"ReportId\":104061}}",
"event": {
"category": [
"host"
],
"dataset": "device_events",
"type": [
"info"
]
},
"@timestamp": "2022-09-01T07:09:47.498056Z",
"action": {
"properties": {
"InitiatingProcessAccountObjectId": "9d6c8861-bc27-4c1c-b5d7-aa00401d0fd2",
"InitiatingProcessCommandLine": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"InitiatingProcessFileSize": 14687048,
"InitiatingProcessLogonId": "121834210",
"InitiatingProcessVersionInfoCompanyName": "Google",
"InitiatingProcessVersionInfoFileDescription": "Software Reporter Tool",
"InitiatingProcessVersionInfoInternalFileName": "software_reporter_tool_exe",
"InitiatingProcessVersionInfoOriginalFileName": "software_reporter_tool.exe",
"InitiatingProcessVersionInfoProductName": "Software Reporter Tool",
"InitiatingProcessVersionInfoProductVersion": "102.286.200"
},
"type": "NtAllocateVirtualMemoryApiCall"
},
"host": {
"id": "1111111111111111111111111111111111111111",
"name": "test.lab"
},
"microsoft": {
"defender": {
"report": {
"id": "104061"
}
}
},
"process": {
"args": [
"--engine=2",
"--init-done-notifier=804",
"--mojo-platform-channel-handle=780",
"--sandbox-mojo-pipe-token=**********",
"--sandboxed-process-id=2",
"--use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\""
],
"parent": {
"command_line": "\"software_reporter_tool.exe\" --use-crash-handler-with-id=\"\\\\.\\pipe\\crashpad_11111_XXXXXXXXXXXXXXXX\" --sandboxed-process-id=2 --init-done-notifier=804 --sandbox-mojo-pipe-token=********** --mojo-platform-channel-handle=780 --engine=2",
"executable": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200\\software_reporter_tool.exe",
"name": "software_reporter_tool.exe",
"pid": 1664,
"start": "2022-09-01T06:56:23.788784Z",
"user": {
"domain": "intranet",
"email": "user@example.org",
"id": "S-1-00-1-1111111-2222222222-3333333333-4444444444",
"name": "group1"
},
"working_directory": "c:\\users\\USER\\appdata\\local\\google\\chrome\\user data\\swreporter\\102.286.200"
}
}
}
{
"message": "{\"time\":\"2024-09-24T14:19:47.7143361Z\",\"tenantId\":\"16ffffff-0000-3333-8888-addddddddd\",\"operationName\":\"Publish\",\"category\":\"AdvancedHunting-DeviceProcessEvents\",\"_TimeReceivedBySvc\":\"2024-09-24T14:18:24.0670725Z\",\"properties\":{\"InitiatingProcessSHA1\":\"ff77777000aaaaaaaaaffb100000c0fb25ccccc6\",\"InitiatingProcessFileSize\":11864,\"InitiatingProcessMD5\":\"eeeee2999444ddaaaaa08598b06eafe7\",\"InitiatingProcessFileName\":\"platform-python3.6\",\"InitiatingProcessParentFileName\":\"platform-python3.6\",\"InitiatingProcessFolderPath\":\"/usr/test/platform-python3.6\",\"InitiatingProcessCommandLine\":\"/usr/test/platform-python /usr/lib/python3.6/run.py --register\",\"SHA1\":\"ff000000000aaaaaaaaaffb100000c0fb25ccccc6\",\"FileSize\":193333,\"MD5\":\"ff000000000aaaaaaaaaffb100000c0fb25ccccc6\",\"FolderPath\":\"/usr/bin/grep\",\"ProcessCommandLine\":\"grep -F smtpd_tls_protocols\\\\commandtest\",\"FileName\":\"grep\",\"ProcessId\":408996,\"InitiatingProcessId\":408996,\"ProcessCreationTime\":\"2024-09-24T14:18:11.864114Z\",\"DeviceName\":\"testDevice\",\"DeviceId\":\"123412341234123412341234\",\"InitiatingProcessCreationTime\":\"2024-09-24T14:18:11.85Z\",\"InitiatingProcessAccountName\":\"testaccount\",\"InitiatingProcessAccountDomain\":\"testdomain\",\"InitiatingProcessAccountSid\":null,\"InitiatingProcessSignatureStatus\":\"Unknown\",\"InitiatingProcessSignerType\":\"Unknown\",\"InitiatingProcessParentId\":408229,\"ReportId\":49226,\"InitiatingProcessParentCreationTime\":\"2024-09-24T14:17:34.79Z\",\"InitiatingProcessTokenElevation\":\"None\",\"InitiatingProcessIntegrityLevel\":null,\"AccountDomain\":\"testDomain\",\"AccountName\":\"testaccount\",\"ProcessTokenElevation\":\"None\",\"ProcessIntegrityLevel\":null,\"AccountSid\":null,\"AppGuardContainerId\":null,\"SHA256\":\"8def33333333643356354032379388263138839b9503f269f82e978413d669a0\",\"InitiatingProcessSHA256\":\"3aa8333873527333382433308d52333230354923305566335f7e9f0a732ea565\",\"InitiatingProcessLogonId\":0,\"LogonId\":0,\"InitiatingProcessAccountUpn\":null,\"InitiatingProcessAccountObjectId\":null,\"AccountUpn\":null,\"AccountObjectId\":null,\"AdditionalFields\":\"{\\\"InitiatingProcessPosixEffectiveUser\\\":{\\\"Name\\\":\\\"testname\\\",\\\"DomainName\\\":\\\"testDomain\\\",\\\"LogonId\\\":0,\\\"PosixUserId\\\":0,\\\"PrimaryPosixGroup\\\":{\\\"Name\\\":\\\"testname\\\",\\\"PosixGroupId\\\":0}},\\\"InitiatingProcessPosixEffectiveGroup\\\":{\\\"Name\\\":\\\"testname\\\",\\\"PosixGroupId\\\":0},\\\"InitiatingProcessPosixProcessGroupId\\\":408125,\\\"InitiatingProcessPosixSessionId\\\":0,\\\"InitiatingProcessPosixFilePermissions\\\":[\\\"OthersExecute\\\",\\\"OthersRead\\\",\\\"GroupExecute\\\",\\\"GroupRead\\\",\\\"UserExecute\\\",\\\"UserWrite\\\",\\\"UserRead\\\",\\\"UserAll\\\"],\\\"InitiatingProcessPosixUserOwner\\\":{\\\"Name\\\":\\\"testname\\\",\\\"DomainName\\\":\\\"TestDomain\\\",\\\"LogonId\\\":0,\\\"PosixUserId\\\":0,\\\"PrimaryPosixGroup\\\":{\\\"Name\\\":\\\"testname\\\",\\\"PosixGroupId\\\":0}},\\\"InitiatingProcessPosixGroupOwner\\\":{\\\"Name\\\":\\\"testname\\\",\\\"PosixGroupId\\\":0},\\\"InitiatingProcessPosixRealUser\\\":{\\\"Name\\\":\\\"testname\\\",\\\"DomainName\\\":\\\"TestDomain\\\",\\\"LogonId\\\":0,\\\"PosixUserId\\\":0,\\\"PrimaryPosixGroup\\\":{\\\"Name\\\":\\\"testname\\\",\\\"PosixGroupId\\\":0}},\\\"ProcessPosixEffectiveUser\\\":{\\\"Name\\\":\\\"testname\\\",\\\"DomainName\\\":\\\"TestDomain\\\",\\\"LogonId\\\":0,\\\"PosixUserId\\\":0,\\\"PrimaryPosixGroup\\\":{\\\"Name\\\":\\\"testname\\\",\\\"PosixGroupId\\\":0}},\\\"ProcessPosixEffectiveGroup\\\":{\\\"Name\\\":\\\"testname\\\",\\\"PosixGroupId\\\":0},\\\"ProcessPosixProcessGroupId\\\":408125,\\\"ProcessPosixSessionId\\\":408125,\\\"ProcessCurrentWorkingDirectory\\\":\\\"/testname\\\",\\\"ProcessPosixFilePermissions\\\":[\\\"OthersExecute\\\",\\\"OthersRead\\\",\\\"GroupExecute\\\",\\\"GroupRead\\\",\\\"UserExecute\\\",\\\"UserWrite\\\",\\\"UserRead\\\",\\\"UserAll\\\"],\\\"ProcessPosixFileUserOwner\\\":{\\\"Name\\\":\\\"testname\\\",\\\"DomainName\\\":\\\"TestDomain\\\",\\\"LogonId\\\":0,\\\"PosixUserId\\\":0,\\\"PrimaryPosixGroup\\\":{\\\"Name\\\":\\\"testname\\\",\\\"PosixGroupId\\\":0}},\\\"ProcessPosixFileGroupOwner\\\":{\\\"Name\\\":\\\"testname\\\",\\\"PosixGroupId\\\":0}}\",\"InitiatingProcessVersionInfoCompanyName\":null,\"InitiatingProcessVersionInfoProductName\":null,\"InitiatingProcessVersionInfoProductVersion\":null,\"InitiatingProcessVersionInfoInternalFileName\":null,\"InitiatingProcessVersionInfoOriginalFileName\":null,\"InitiatingProcessVersionInfoFileDescription\":null,\"ProcessVersionInfoCompanyName\":null,\"ProcessVersionInfoProductName\":null,\"ProcessVersionInfoProductVersion\":null,\"ProcessVersionInfoInternalFileName\":null,\"ProcessVersionInfoOriginalFileName\":null,\"ProcessVersionInfoFileDescription\":null,\"InitiatingProcessSessionId\":null,\"CreatedProcessSessionId\":null,\"IsInitiatingProcessRemoteSession\":false,\"InitiatingProcessRemoteSessionDeviceName\":null,\"InitiatingProcessRemoteSessionIP\":null,\"IsProcessRemoteSession\":false,\"ProcessRemoteSessionDeviceName\":null,\"ProcessRemoteSessionIP\":null,\"ActionType\":\"ProcessCreated\",\"Timestamp\":\"2024-09-24T14:18:11.864114Z\",\"MachineGroup\":\"test Group\"},\"Tenant\":\"DefaultTenant\"}",
"event": {
"category": [
"process"
],
"dataset": "device_process_events",
"type": [
"info"
]
},
"@timestamp": "2024-09-24T14:18:11.864114Z",
"action": {
"properties": {
"InitiatingProcessCommandLine": "/usr/test/platform-python /usr/lib/python3.6/run.py --register",
"InitiatingProcessFileSize": 11864,
"InitiatingProcessLogonId": "0",
"LogonId": "0"
},
"type": "ProcessCreated"
},
"file": {
"directory": "/usr/bin/grep",
"hash": {
"md5": "ff000000000aaaaaaaaaffb100000c0fb25ccccc6",
"sha1": "ff000000000aaaaaaaaaffb100000c0fb25ccccc6",
"sha256": "8def33333333643356354032379388263138839b9503f269f82e978413d669a0"
},
"name": "grep",
"size": 193333
},
"host": {
"id": "123412341234123412341234",
"name": "testDevice"
},
"microsoft": {
"defender": {
"report": {
"id": "49226"
}
}
},
"process": {
"args": [
"-F",
"smtpd_tls_protocols\\commandtest"
],
"code_signature": {
"status": "Unknown",
"subject_name": "Unknown"
},
"command_line": "grep -F smtpd_tls_protocols\\commandtest",
"executable": "/usr/bin/grep",
"hash": {
"md5": "ff000000000aaaaaaaaaffb100000c0fb25ccccc6",
"sha1": "ff000000000aaaaaaaaaffb100000c0fb25ccccc6",
"sha256": "8def33333333643356354032379388263138839b9503f269f82e978413d669a0"
},
"name": "grep",
"parent": {
"command_line": "/usr/test/platform-python /usr/lib/python3.6/run.py --register",
"executable": "/usr/test/platform-python3.6",
"name": "platform-python3.6",
"pid": 408996,
"start": "2024-09-24T14:18:11.850000Z",
"user": {
"domain": "testdomain",
"name": "testaccount"
},
"working_directory": "/usr/test"
},
"pid": 408996,
"start": "2024-09-24T14:18:11.864114Z"
},
"related": {
"hash": [
"8def33333333643356354032379388263138839b9503f269f82e978413d669a0",
"ff000000000aaaaaaaaaffb100000c0fb25ccccc6"
],
"user": [
"testaccount"
]
},
"user": {
"domain": "testDomain",
"name": "testaccount"
}
}
{
"message": "{\"time\": \"2024-10-03T11:23:25.9069421Z\", \"tenantId\": \"bcee9af7-3fd7-4c29-b238-eeb1dc4b46d8\", \"operationName\": \"Publish\", \"category\": \"AdvancedHunting-UrlClickEvents\", \"_TimeReceivedBySvc\": \"2024-10-03T11:23:00.0292845Z\", \"properties\": {\"ReportId\": \"2ad2033f-6f85-49bb-9ab7-e67f791edd93\", \"Url\": \"https://example.com/index.php?q=some+stuff\", \"NetworkMessageId\": \"703451b5-2f1e-4c4b-8494-3f5bf8820f3b\", \"Timestamp\": \"2024-10-03T11:22:59Z\", \"AccountUpn\": \"john.doe@example.com\", \"UrlChain\": \"[\\\"https://example.com/index.php?q=some+stuff\\\",\\\"https://example.com/index.php?q=some+stuff&p=2\\\"]\", \"ActionType\": \"ClickAllowed\", \"ThreatTypes\": null, \"DetectionMethods\": null, \"Workload\": \"Email\", \"IPAddress\": \"1.2.3.4\", \"IsClickedThrough\": false}, \"Tenant\": \"DefaultTenant\"}",
"event": {
"category": [
"web"
],
"dataset": "url_click_events",
"type": [
"info"
]
},
"@timestamp": "2024-10-03T11:22:59Z",
"action": {
"properties": {
"AccountUPN": "john.doe@example.com"
},
"type": "ClickAllowed"
},
"email": {
"local_id": "703451b5-2f1e-4c4b-8494-3f5bf8820f3b"
},
"microsoft": {
"defender": {
"report": {
"id": "2ad2033f-6f85-49bb-9ab7-e67f791edd93"
}
}
},
"related": {
"ip": [
"1.2.3.4"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4"
},
"url": {
"domain": "example.com",
"original": "https://example.com/index.php?q=some+stuff",
"path": "/index.php",
"port": 443,
"query": "q=some+stuff",
"registered_domain": "example.com",
"scheme": "https",
"top_level_domain": "com"
}
}
Extracted Fields
The following table lists the fields that are extracted, normalized under the ECS format, analyzed and indexed by the parser. It should be noted that infered fields are not listed.
Name | Type | Description |
---|---|---|
@timestamp |
date |
Date/time when the event originated. |
action.properties.AadDeviceId |
keyword |
Unique identifier for the device in Azure AD |
action.properties.AccountSid |
keyword |
Security Identifier (SID) of the account |
action.properties.AccountUPN |
keyword |
User principal name (UPN) of the account |
action.properties.ActionResult |
keyword |
Result of the action |
action.properties.ActionTrigger |
keyword |
Indicates whether an action was triggered by an administrator (manually or through approval of a pending automated action), or by some special mechanism, such as a ZAP or Dynamic Delivery |
action.properties.Application |
keyword |
Application that performed the recorded action |
action.properties.ApplicationId |
keyword |
Unique identifier for the application |
action.properties.AttachmentCount |
number |
Number of attachments in the email |
action.properties.AuthenticationDetails |
keyword |
List of pass or fail verdicts by email authentication protocols like DMARC, DKIM, SPF or a combination of multiple authentication types (CompAuth) |
action.properties.ConfidenceLevel |
keyword |
List of confidence levels of any spam or phishing verdicts. For spam, this column shows the spam confidence level (SCL), indicating if the email was skipped (-1), found to be not spam (0,1), found to be spam with moderate confidence (5,6), or found to be spam with high confidence (9). For phishing, this column displays whether the confidence level is "High" or "Low". |
action.properties.Connectors |
keyword |
Custom instructions that define organizational mail flow and how the email was routed |
action.properties.DeliveryAction |
keyword |
Delivery action of the email: Delivered, Junked, Blocked, or Replaced |
action.properties.DeliveryLocation |
keyword |
Location where the email was delivered: Inbox/Folder, On-premises/External, Junk, Quarantine, Failed, Dropped, Deleted items |
action.properties.DestinationDeviceName |
keyword |
Name of the device running the server application that processed the recorded action |
action.properties.EmailAction |
keyword |
Final action taken on the email based on filter verdict, policies, and user actions: Move message to junk mail folder, Add X-header, Modify subject, Redirect message, Delete message, send to quarantine, No action taken, Bcc message |
action.properties.EmailClusterId |
keyword |
Identifier for the group of similar emails clustered based on heuristic analysis of their contents |
action.properties.EmailDirection |
keyword |
Direction of the email relative to your network: Inbound, Outbound, Intra-org |
action.properties.EmailLanguage |
keyword |
Detected language of the email content |
action.properties.FileOriginIP |
keyword |
IP address where the file was downloaded from |
action.properties.FileOriginReferrerUrl |
keyword |
URL of the web page that links to the downloaded file |
action.properties.FileOriginUrl |
keyword |
URL where the file was downloaded from |
action.properties.IPCategory |
keyword |
Additional information about the IP address |
action.properties.IPTags |
list |
Customer-defined information applied to specific IP addresses and IP address ranges |
action.properties.ISP |
keyword |
Internet service provider associated with the IP address |
action.properties.InitiatingProcessAccountObjectId |
keyword |
Azure AD object ID of the user account that ran the process responsible for the event |
action.properties.InitiatingProcessCommandLine |
keyword |
Process commande Line that initiated the event |
action.properties.InitiatingProcessFileSize |
long |
Size of the process (image file) that initiated the event |
action.properties.InitiatingProcessIntegrityLevel |
keyword |
Integrity level of the process that initiated the event. Windows assigns integrity levels to processes based on certain characteristics, such as if they were launched from an internet download. These integrity levels influence permissions to resources |
action.properties.InitiatingProcessLogonId |
keyword |
Identifier for a logon session of the process that initiated the event. This identifier is unique on the same machine only between restarts. |
action.properties.InitiatingProcessTokenElevation |
keyword |
Token type indicating the presence or absence of User Access Control (UAC) privilege elevation applied to the process that initiated the event |
action.properties.InitiatingProcessVersionInfoCompanyName |
keyword |
Company name from the version information of the process (image file) responsible for the event |
action.properties.InitiatingProcessVersionInfoFileDescription |
keyword |
Description from the version information of the process (image file) responsible for the event |
action.properties.InitiatingProcessVersionInfoInternalFileName |
keyword |
Internal file name from the version information of the process (image file) responsible for the event |
action.properties.InitiatingProcessVersionInfoOriginalFileName |
keyword |
Original file name from the version information of the process (image file) responsible for the event |
action.properties.InitiatingProcessVersionInfoProductName |
keyword |
Product name from the version information of the process (image file) responsible for the event |
action.properties.InitiatingProcessVersionInfoProductVersion |
keyword |
Product version from the version information of the process (image file) responsible for the event |
action.properties.IsAdminOperation |
keyword |
Indicates whether the activity was performed by an administrator |
action.properties.IsAnonymousProxy |
keyword |
Indicates whether the IP address belongs to a known anonymous proxy |
action.properties.IsAzureADJoined |
boolean |
Boolean indicator of whether machine is joined to the Azure Active Directory |
action.properties.IsAzureInfoProtectionApplied |
boolean |
Indicates whether the file is encrypted by Azure Information Protection |
action.properties.IsExternalUser |
boolean |
Indicates whether a user inside the network doesn't belong to the organization's domain |
action.properties.IsImpersonated |
boolean |
Indicates whether the activity was performed by one user for another (impersonated) user |
action.properties.IsLocalAdmin |
boolean |
Boolean indicator of whether the user is a local administrator on the machine |
action.properties.JoinType |
keyword |
The nature of the joint |
action.properties.LocalIPType |
keyword |
Type of IP address, for example Public, Private, Reserved, Loopback, Teredo, FourToSixMapping, and Broadcast |
action.properties.Location |
keyword |
City, country, or other geographic location associated with the event |
action.properties.LoggedOnUsers |
keyword |
List of all users that are logged on the machine at the time of the event in JSON array format |
action.properties.LogonId |
keyword |
Identifier for a logon session. This identifier is unique on the same machine only between restarts |
action.properties.LogonType |
keyword |
Type of logon session, specifically: |
action.properties.MachineGroup |
keyword |
Machine group of the machine. This group is used by role-based access control to determine access to the machine |
action.properties.MergedDeviceIds |
keyword |
Previous device IDs that have been assigned to the same device |
action.properties.MergedToDeviceId |
keyword |
The most recent device ID assigned to a device |
action.properties.ObjectId |
keyword |
Unique identifier of the object that the recorded action was applied to |
action.properties.ObjectName |
keyword |
Name of the object that the recorded action was applied to |
action.properties.ObjectType |
keyword |
Type of object, such as a file or a folder, that the recorded action was applied to |
action.properties.OnboardingStatus |
keyword |
Indicates whether the device is currently onboarded or not to Microsoft Defender for Endpoint or if the device is not supported |
action.properties.OrgLevelAction |
keyword |
Action taken on the email in response to matches to a policy defined at the organizational level |
action.properties.OrgLevelPolicy |
keyword |
Organizational policy that triggered the action taken on the email |
action.properties.PreviousFileName |
keyword |
Original name of the file that was renamed as a result of the action |
action.properties.PreviousFolderPath |
keyword |
Original folder containing the file before the recorded action was applied |
action.properties.PreviousRegistryKey |
keyword |
Original registry key of the registry value before it was modified |
action.properties.PreviousRegistryValueData |
keyword |
Original data of the registry value before it was modified |
action.properties.PreviousRegistryValueName |
keyword |
Original name of the registry value before it was modified |
action.properties.ProcessIntegrityLevel |
keyword |
Integrity level of the newly created process. Windows assigns integrity levels to processes based on certain characteristics, such as if they were launched from an internet downloaded. These integrity levels influence permissions to resources |
action.properties.ProcessTokenElevation |
keyword |
Token type indicating the presence or absence of User Access Control (UAC) privilege elevation applied to the newly created process |
action.properties.ProcessVersionInfoCompanyName |
keyword |
Company name from the version information of the newly created process |
action.properties.ProcessVersionInfoFileDescription |
keyword |
Description from the version information of the newly created process |
action.properties.ProcessVersionInfoInternalFileName |
keyword |
Internal file name from the version information of the newly created process |
action.properties.ProcessVersionInfoOriginalFileName |
keyword |
Original file name from the version information of the newly created process |
action.properties.ProcessVersionInfoProductName |
keyword |
Product name from the version information of the newly created process |
action.properties.ProcessVersionInfoProductVersion |
keyword |
Product version from the version information of the newly created process |
action.properties.Query |
keyword |
String used to run the query |
action.properties.QueryTarget |
keyword |
Name of user, group, device, domain, or any other entity type being queried |
action.properties.QueryType |
keyword |
Type of query, such as QueryGroup, QueryUser, or EnumerateUsers |
action.properties.RawEventData |
keyword |
Raw event information from the source application or service in JSON format |
action.properties.RecipientObjectId |
keyword |
Unique identifier for the email recipient in Azure AD |
action.properties.RegistryDeviceTag |
keyword |
Machine tag added through the registry |
action.properties.RemoteDeviceName |
keyword |
Name of the machine that performed a remote operation on the affected machine. Depending on the event being reported, this name could be a fully-qualified domain name (FQDN), a NetBIOS name, or a host name without domain information |
action.properties.RemoteIPType |
keyword |
Type of IP address, for example Public, Private, Reserved, Loopback, Teredo, FourToSixMapping, and Broadcast |
action.properties.RequestAccountSid |
keyword |
Security Identifier (SID) of the account used to remotely initiate the activity |
action.properties.SenderDisplayName |
keyword |
Name of the sender displayed in the address book, typically a combination of a given or first name, a middle initial, and a last name or surname |
action.properties.SenderFromDomain |
keyword |
Sender domain in the FROM header, which is visible to email recipients on their email clients |
action.properties.SenderObjectId |
keyword |
Unique identifier for the sender's account in Azure AD |
action.properties.SensitivityLabel |
keyword |
Label applied to an email, file, or other content to classify it for information protection |
action.properties.SensitivitySubLabel |
keyword |
Sublabel applied to an email, file, or other content to classify it for information protection; sensitivity sublabels are grouped under sensitivity labels but are treated independently |
action.properties.ServiceSource |
keyword |
Product or service that provided the alert information |
action.properties.ShareName |
keyword |
Name of shared folder containing the file |
action.properties.TargetAccountDisplayName |
keyword |
Display name of the account that the recorded action was applied to |
action.properties.TargetAccountUpn |
keyword |
User principal name (UPN) of the account that the recorded action was applied to |
action.properties.TargetDeviceName |
keyword |
Fully qualified domain name (FQDN) of the device that the recorded action was applied to |
action.properties.UrlCount |
number |
Number of embedded URLs in the email |
action.properties.UserAgentTags |
list |
More information provided by Microsoft Defender for Cloud Apps in a tag in the user agent field. Can have any of the following values: Native client, Outdated browser, Outdated operating system, Robot |
action.properties.UserLevelAction |
keyword |
Action taken on the email in response to matches to a mailbox policy defined by the recipient |
action.properties.UserLevelPolicy |
keyword |
End-user mailbox policy that triggered the action taken on the email |
agent.version |
keyword |
Version of the agent. |
container.id |
keyword |
Unique container id. |
container.runtime |
keyword |
Runtime managing this container. |
destination.ip |
ip |
IP address of the destination. |
destination.mac |
keyword |
MAC address of the destination. |
destination.port |
long |
Port of the destination. |
email.attachments |
nested |
List of objects describing the attachments. |
email.from.address |
keyword |
The email address of the sender, typically from the RFC 5322 From: header field |
email.local_id |
keyword |
Unique identifier given to the email by the source that created the event |
email.message_id |
keyword |
Identifier from the RFC 5322 Message-ID: email header that refers to a particular email message |
email.sender.address |
keyword |
Address of the message sender. |
email.subject |
keyword |
A brief summary of the topic of the message |
email.to.address |
keyword |
The email address of recipient |
event.action |
keyword |
The action captured by the event. |
event.category |
keyword |
Event category. The second categorization field in the hierarchy. |
event.dataset |
keyword |
Name of the dataset. |
event.kind |
keyword |
The kind of the event. The highest categorization field in the hierarchy. |
event.type |
keyword |
Event type. The third categorization field in the hierarchy. |
file.directory |
keyword |
Directory where the file is located. |
file.hash.md5 |
keyword |
MD5 hash. |
file.hash.sha1 |
keyword |
SHA1 hash. |
file.hash.sha256 |
keyword |
SHA256 hash. |
file.name |
keyword |
Name of the file including the extension, without the directory. |
file.size |
long |
File size in bytes. |
file.x509.not_after |
date |
Time at which the certificate is no longer considered valid. |
file.x509.serial_number |
keyword |
Unique serial number issued by the certificate authority. |
host.architecture |
keyword |
Operating system architecture. |
host.id |
keyword |
Unique host id. |
host.mac |
keyword |
Host MAC addresses. |
host.name |
keyword |
Name of the host. |
host.os.family |
keyword |
OS family (such as redhat, debian, freebsd, windows). |
host.os.full |
keyword |
Operating system name, including the version or code name. |
host.os.version |
keyword |
Operating system version as a raw string. |
host.type |
keyword |
Type of host. |
microsoft.defender.activity.objects |
list |
List of objects, such as files or folders, that were involved in the recorded activity |
microsoft.defender.activity.type |
keyword |
Type of activity that triggered the event |
microsoft.defender.alert.id |
keyword |
Unique identifier for the alert |
microsoft.defender.alert.severity |
keyword |
The severity of the alert |
microsoft.defender.alert.title |
keyword |
The title of the alert |
microsoft.defender.certificate.counter_signed_at |
keyword |
Date and time the certificate was countersigned |
microsoft.defender.certificate.created_at |
keyword |
Date and time the certificate was created |
microsoft.defender.certificate.crl.urls |
keyword |
JSON array listing the URLs of network shares that contain certificates and certificate revocation lists (CRLs) |
microsoft.defender.certificate.is_root_signer_microsort |
boolean |
Indicates whether the signer of the root certificate is Microsoft and if the file is included in Windows operating system |
microsoft.defender.certificate.is_signed |
boolean |
Indicates whether the file is signed |
microsoft.defender.certificate.is_trusted |
boolean |
Indicates whether the file is trusted based on the results of the WinVerifyTrust function, which checks for unknown root certificate information, invalid signatures, revoked certificates, and other questionable attributes |
microsoft.defender.certificate.issuer.hash |
keyword |
Unique hash value identifying issuing certificate authority (CA) |
microsoft.defender.certificate.issuer.name |
keyword |
Information about the issuing certificate authority (CA) |
microsoft.defender.certificate.signature_type |
keyword |
Indicates whether signature information was read as embedded content in the file itself or read from an external catalog file |
microsoft.defender.certificate.signer.hash |
keyword |
Unique hash value identifying the signer |
microsoft.defender.certificate.signer.name |
keyword |
Information about the signer of the file |
microsoft.defender.entity.type |
keyword |
Type of object, such as a file, a process, a device, or a user |
microsoft.defender.evidence.direction |
keyword |
Indicates whether the entity is the source or the destination of a network connection |
microsoft.defender.evidence.role |
keyword |
How the entity is involved in an alert, indicating whether it is impacted or is merely related |
microsoft.defender.host.category |
keyword |
Broader classification that groups certain device types under the following categories: Endpoint, Network device, IoT, Unknown |
microsoft.defender.host.model |
keyword |
Model name or number of the product from the vendor or manufacturer, only available if device discovery finds enough information about this attribute |
microsoft.defender.host.os.build |
keyword |
Build version of the operating system running on the machine |
microsoft.defender.host.os.version |
keyword |
Additional information about the OS version, such as the popular name, code name, or version number |
microsoft.defender.host.subtype |
keyword |
Additional modifier for certain types of devices, for example, a mobile device can be a tablet or a smartphone; only available if device discovery finds enough information about this attribute |
microsoft.defender.host.vendor |
keyword |
Name of the product vendor or manufacturer, only available if device discovery finds enough information about this attribute |
microsoft.defender.investigation.id |
keyword |
Investigation id |
microsoft.defender.investigation.name |
keyword |
Investigation name |
microsoft.defender.investigation.status |
keyword |
Investigation status |
microsoft.defender.investigation.type |
keyword |
Investigation type |
microsoft.defender.network.tunnel.protocol |
keyword |
Tunneling protocol, if the interface is used for this purpose, for example 6to4, Teredo, ISATAP, PPTP, SSTP, and SSH |
microsoft.defender.observer.interface.dhcp.ipv4 |
keyword |
IPv4 address of DHCP server |
microsoft.defender.observer.interface.dhcp.ipv6 |
keyword |
IPv6 address of DHCP server |
microsoft.defender.observer.interface.dns |
keyword |
DNS server addresses in JSON array format |
microsoft.defender.observer.interface.gateways |
keyword |
Default gateway addresses in JSON array format |
microsoft.defender.observer.interface.ips |
keyword |
JSON array containing all the IP addresses assigned to the adapter, along with their respective subnet prefix and IP address space, such as public, private, or link-local |
microsoft.defender.observer.interface.name |
keyword |
Name of the network adapter |
microsoft.defender.observer.interface.networks |
keyword |
Networks that the adapter is connected to. Each JSON array contains the network name, category (public, private or domain), a description, and a flag indicating if it's connected publicly to the internet |
microsoft.defender.observer.interface.status |
keyword |
Operational status of the network adapter. For the possible values, refer to this enumeration |
microsoft.defender.observer.interface.type |
keyword |
Network adapter type. For the possible values, refer to this enumeration |
microsoft.defender.report.id |
keyword |
Unique identifier for the event |
microsoft.defender.threat.category |
keyword |
Type of threat indicator or breach activity identified by the alert |
microsoft.defender.threat.detection |
keyword |
Methods used to detect malware, phishing, or other threats found in the email |
microsoft.defender.threat.family |
keyword |
Malware family that the suspicious or malicious file or process has been classified under |
microsoft.defender.threat.names |
keyword |
Detection name for malware or other threats found |
microsoft.defender.threat.severity |
keyword |
Indicates the potential impact (high, medium, or low) of the threat indicator or breach activity identified by the alert |
microsoft.defender.threat.types |
keyword |
Verdict from the email filtering stack on whether the email contains malware, phishing, or other threats |
network.protocol |
keyword |
Application protocol name. |
process.args |
keyword |
Array of process arguments. |
process.code_signature.status |
keyword |
Additional information about the certificate status. |
process.code_signature.subject_name |
keyword |
Subject name of the code signer |
process.command_line |
wildcard |
Full command line that started the process. |
process.executable |
keyword |
Absolute path to the process executable. |
process.hash.md5 |
keyword |
MD5 hash. |
process.hash.sha1 |
keyword |
SHA1 hash. |
process.hash.sha256 |
keyword |
SHA256 hash. |
process.name |
keyword |
Process name. |
process.parent.command_line |
wildcard |
Full command line that started the process. |
process.parent.executable |
keyword |
Absolute path to the process executable. |
process.parent.name |
keyword |
Process name. |
process.parent.pid |
long |
Process id. |
process.parent.start |
date |
The time the process started. |
process.parent.user.domain |
keyword |
Domain of the account that ran the parent process responsible for the event |
process.parent.user.email |
keyword |
User principal name (UPN) of the account that ran the parent process responsible for the event |
process.parent.user.id |
keyword |
Security Identifier (SID) of the account that ran the parent process responsible for the event |
process.parent.user.name |
keyword |
User name of the account that ran the parent process responsible for the event |
process.parent.working_directory |
keyword |
The working directory of the process. |
process.pid |
long |
Process id. |
process.start |
date |
The time the process started. |
process.user.domain |
keyword |
Domain of the account that ran the process responsible for the event |
process.user.email |
keyword |
User principal name (UPN) of the account that ran the process responsible for the event |
process.user.id |
keyword |
Security Identifier (SID) of the account that ran the process responsible for the event |
process.user.name |
keyword |
User name of the account that ran the process responsible for the event |
process.working_directory |
keyword |
The working directory of the process. |
registry.data.strings |
wildcard |
List of strings representing what was written to the registry. |
registry.data.type |
keyword |
Standard registry type for encoding contents |
registry.key |
keyword |
Hive-relative path of keys. |
registry.value |
keyword |
Name of the value written. |
rule.id |
keyword |
Rule ID |
rule.name |
keyword |
Rule name |
service.name |
keyword |
Name of the service. |
service.type |
keyword |
The type of the service. |
source.geo.city_name |
keyword |
City name. |
source.geo.country_iso_code |
keyword |
Country ISO code. |
source.ip |
ip |
IP address of the source. |
source.mac |
keyword |
MAC address of the source. |
source.port |
long |
Port of the source. |
threat.technique.name |
keyword |
Threat technique name. |
url.domain |
keyword |
Domain of the url. |
url.original |
wildcard |
Unmodified original url as seen in the event source. |
user.domain |
keyword |
Name of the directory the user is a member of. |
user.full_name |
keyword |
User's full name, if available. |
user.id |
keyword |
Unique identifier of the user. |
user.name |
keyword |
Short name or login of the user. |
user.roles |
keyword |
Array of user roles at the time of the event. |
user_agent.original |
keyword |
Unparsed user_agent string. |
For more information on the Intake Format, please find the code of the Parser, Smart Descriptions, and Supported Events here.
Further Readings
- Estimating initial Event Hub capacity
- Configure Microsoft 365 Defender to stream Advanced Hunting events to your Azure Event Hub
Create the intake
Go to the intake page and create a new intake from the format Microsoft 365 Defender
.
Create and configure a playbook on Sekoia.io to collect logs from an Azure Event Hub
- In the playbook section, create a playbook with the Trigger module Consume Eventhub messages in Microsoft Azure technology
- Setup Module configuration (= default)
- Setup Trigger configuration:
- Event Hub informations: use the table completed during the creation of the Event Hub.
- Intake informations:
- intake_key = Intake key that can be found on intake page
- intake_server =
https://intake.sekoia.io
Troubleshoot
Go to events page and search events in last 5 minutes by intake key customer.intake_key:"<Your_Intake_Key>"
No events - Please check the configuration and fill the fields with the right information
- It is possible to investigate on the tab Run and see the response by clicking on the module