-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1520 from SEKOIA-IO/update-intake-documentation
Refresh intakes documentation
- Loading branch information
Showing
2 changed files
with
271 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,6 +115,100 @@ Find below few samples of events and how they are normalized by Sekoia.io. | |
``` | ||
|
||
|
||
=== "ad_1.json" | ||
|
||
```json | ||
|
||
{ | ||
"message": "{\"CreationTime\":\"2023-08-22T13:51:38\",\"Id\":\"3e4f9ff8\",\"Operation\":\"UserLoggedIn\",\"OrganizationId\":\"12b674a1\",\"RecordType\":15,\"ResultStatus\":\"Success\",\"UserKey\":\"5bd75e5d\",\"UserType\":0,\"Version\":1,\"Workload\":\"AzureActiveDirectory\",\"ClientIP\":\"1.2.3.4\",\"ObjectId\":\"16aeb910\",\"UserId\":\"[email protected]\",\"AzureActiveDirectoryEventType\":1,\"ExtendedProperties\":[{\"Name\":\"ResultStatusDetail\",\"Value\":\"Success\"},{\"Name\":\"UserAgent\",\"Value\":\"Mozilla/5.0\"},{\"Name\":\"RequestType\",\"Value\":\"OAuth2:Token\"}],\"ModifiedProperties\":[],\"Actor\":[{\"ID\":\"5bd75e5d\",\"Type\":0},{\"ID\":\"[email protected]\",\"Type\":5}],\"ActorContextId\":\"12b674a1\",\"ActorIpAddress\":\"1.2.3.4\",\"InterSystemsId\":\"d8254b84\",\"IntraSystemId\":\"3e4f9ff8\",\"SupportTicketId\":\"\",\"Target\":[{\"ID\":\"16aeb910\",\"Type\":0}],\"TargetContextId\":\"12b674a1\",\"ApplicationId\":\"1b3c667f\",\"DeviceProperties\":[{\"Name\":\"OS\",\"Value\":\"Windows10\"},{\"Name\":\"BrowserType\",\"Value\":\"Edge\"},{\"Name\":\"IsCompliantAndManaged\",\"Value\":\"False\"},{\"Name\":\"SessionId\",\"Value\":\"8e2cdebf\"}],\"ErrorNumber\":\"0\"}", | ||
"event": { | ||
"action": "UserLoggedIn", | ||
"category": [ | ||
"authentication" | ||
], | ||
"code": "15", | ||
"kind": "event", | ||
"outcome": "success", | ||
"type": [ | ||
"start" | ||
] | ||
}, | ||
"@timestamp": "2023-08-22T13:51:38Z", | ||
"action": { | ||
"id": 15, | ||
"name": "UserLoggedIn", | ||
"outcome": "success", | ||
"target": "network-traffic" | ||
}, | ||
"host": { | ||
"os": { | ||
"full": "Windows10" | ||
} | ||
}, | ||
"office365": { | ||
"audit": { | ||
"object_id": "16aeb910" | ||
}, | ||
"auth": { | ||
"request_type": "OAuth2:Token", | ||
"result_status_detail": "Success" | ||
}, | ||
"context": { | ||
"aad_session_id": "8e2cdebf", | ||
"correlation": { | ||
"id": "d8254b84" | ||
} | ||
}, | ||
"device": { | ||
"browser_type": "Edge", | ||
"is_compliant_and_managed": false | ||
}, | ||
"error_number": 0, | ||
"record_type": 15, | ||
"result_status": "Success", | ||
"user_type": { | ||
"code": 0, | ||
"name": "Regular" | ||
} | ||
}, | ||
"organization": { | ||
"id": "12b674a1" | ||
}, | ||
"related": { | ||
"ip": [ | ||
"1.2.3.4" | ||
], | ||
"user": [ | ||
"[email protected]" | ||
] | ||
}, | ||
"service": { | ||
"name": "AzureActiveDirectory" | ||
}, | ||
"source": { | ||
"address": "1.2.3.4", | ||
"ip": "1.2.3.4" | ||
}, | ||
"user": { | ||
"email": "[email protected]", | ||
"id": "5bd75e5d", | ||
"name": "[email protected]" | ||
}, | ||
"user_agent": { | ||
"device": { | ||
"name": "Other" | ||
}, | ||
"name": "Other", | ||
"original": "Mozilla/5.0", | ||
"os": { | ||
"name": "Other" | ||
} | ||
} | ||
} | ||
``` | ||
|
||
|
||
=== "automated_investigation_and_response.json" | ||
|
||
```json | ||
|
@@ -1800,6 +1894,73 @@ Find below few samples of events and how they are normalized by Sekoia.io. | |
``` | ||
|
||
|
||
=== "power_bi.json" | ||
|
||
```json | ||
|
||
{ | ||
"message": "{\"Id\":\"bb6e6d49\",\"RecordType\":20,\"CreationTime\":\"2023-08-22T13:51:33\",\"Operation\":\"ViewReport\",\"OrganizationId\":\"12b674a1\",\"UserType\":0,\"UserKey\":\"1003200\",\"Workload\":\"PowerBI\",\"UserId\":\"[email protected]\",\"ClientIP\":\"1.2.3.4\",\"UserAgent\":\"Mozilla/5.0\",\"Activity\":\"ViewReport\",\"ItemName\":\"Tdb_TI\",\"WorkSpaceName\":\"Tableau de Bord Strat\u00e9gique\",\"DatasetName\":\"Tdb_TI\",\"ReportName\":\"Tdb_TI\",\"CapacityId\":\"5A456BD6\",\"CapacityName\":\"P1_ACOSS\",\"WorkspaceId\":\"08d52dac\",\"AppName\":\"Tableaux de bord de pilotage\",\"ObjectId\":\"Tdb_TI\",\"DatasetId\":\"6f39a3c3\",\"ReportId\":\"213eb6fe\",\"ArtifactId\":\"213eb6fe\",\"ArtifactName\":\"Tdb_TI\",\"IsSuccess\":true,\"ReportType\":\"PowerBIReport\",\"RequestId\":\"94fea00c\",\"ActivityId\":\"147a0db5\",\"AppReportId\":\"fe6a9f80\",\"DistributionMethod\":\"Apps\",\"ConsumptionMethod\":\"Power BI Web\",\"AppId\":\"187ea3f4\",\"ArtifactKind\":\"Report\",\"RefreshEnforcementPolicy\":0}", | ||
"event": { | ||
"action": "ViewReport", | ||
"code": "20", | ||
"kind": "event", | ||
"outcome": "success" | ||
}, | ||
"@timestamp": "2023-08-22T13:51:33Z", | ||
"action": { | ||
"id": 20, | ||
"name": "ViewReport", | ||
"outcome": "success", | ||
"target": "user" | ||
}, | ||
"office365": { | ||
"audit": { | ||
"object_id": "Tdb_TI" | ||
}, | ||
"record_type": 20, | ||
"user_type": { | ||
"code": 0, | ||
"name": "Regular" | ||
} | ||
}, | ||
"organization": { | ||
"id": "12b674a1" | ||
}, | ||
"related": { | ||
"ip": [ | ||
"1.2.3.4" | ||
], | ||
"user": [ | ||
"[email protected]" | ||
] | ||
}, | ||
"service": { | ||
"name": "PowerBI" | ||
}, | ||
"source": { | ||
"address": "1.2.3.4", | ||
"ip": "1.2.3.4" | ||
}, | ||
"user": { | ||
"email": "[email protected]", | ||
"id": "1003200", | ||
"name": "[email protected]" | ||
}, | ||
"user_agent": { | ||
"device": { | ||
"name": "Other" | ||
}, | ||
"name": "Other", | ||
"original": "Mozilla/5.0", | ||
"os": { | ||
"name": "Other" | ||
} | ||
} | ||
} | ||
``` | ||
|
||
|
||
=== "security_compliance_alert.json" | ||
|
||
```json | ||
|
@@ -2432,6 +2593,7 @@ Find below few samples of events and how they are normalized by Sekoia.io. | |
} | ||
}, | ||
"device": { | ||
"browser_type": "Firefox", | ||
"id": "77f6d9ce-da8f-46bf-a651-4bec3c189770", | ||
"is_compliant": true, | ||
"is_compliant_and_managed": true, | ||
|
@@ -2531,6 +2693,7 @@ Find below few samples of events and how they are normalized by Sekoia.io. | |
} | ||
}, | ||
"device": { | ||
"browser_type": "Firefox", | ||
"is_compliant_and_managed": false | ||
}, | ||
"error_number": 500121, | ||
|
@@ -2653,6 +2816,7 @@ The following table lists the fields that are extracted, normalized under the EC | |
|`office365.defender.email.verdict.reason` | `keyword` | The verdict about the messahe | | ||
|`office365.defender.malware_family` | `keyword` | | | ||
|`office365.defender.system_overrides` | `array` | Overrides that are applicable to the email | | ||
|`office365.device.browser_type` | `keyword` | | | ||
|`office365.device.id` | `keyword` | | | ||
|`office365.device.is_compliant` | `boolean` | | | ||
|`office365.device.is_compliant_and_managed` | `boolean` | | | ||
|