Skip to content

Commit

Permalink
Merge pull request #1458 from SEKOIA-IO/update-intake-documentation
Browse files Browse the repository at this point in the history
Refresh intakes documentation
  • Loading branch information
squioc authored Nov 28, 2023
2 parents 6a2daad + 3f70541 commit e056232
Show file tree
Hide file tree
Showing 7 changed files with 974 additions and 143 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@ Find below few samples of events and how they are normalized by Sekoia.io.
]
},
"sekoiaio": {
"authentication": {
"process": {
"name": "sshd"
}
},
"server": {
"name": "ext-rp",
"os": {
Expand Down Expand Up @@ -362,6 +367,11 @@ Find below few samples of events and how they are normalized by Sekoia.io.
]
},
"sekoiaio": {
"authentication": {
"process": {
"name": "sshd"
}
},
"server": {
"name": "SRVFOOBAR",
"os": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,11 @@ Find below few samples of events and how they are normalized by Sekoia.io.
]
},
"sekoiaio": {
"authentication": {
"process": {
"name": "sshd"
}
},
"server": {
"name": "foobar.net",
"os": {
Expand Down Expand Up @@ -505,6 +510,11 @@ Find below few samples of events and how they are normalized by Sekoia.io.
]
},
"sekoiaio": {
"authentication": {
"process": {
"name": "sshd"
}
},
"server": {
"name": "PC-FOO",
"os": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"os": {
"family": "windows",
"platform": "windows"
},
"sekoiaio": {
"intake": {
"parsing_warnings": [
"No fields extracted from original event"
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,11 @@ Find below few samples of events and how they are normalized by Sekoia.io.
]
},
"sekoiaio": {
"authentication": {
"process": {
"name": "C:\\Windows\\System32\\svchost.exe"
}
},
"server": {
"os": {
"type": "windows"
Expand Down Expand Up @@ -1154,22 +1159,21 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"log": {
"hostname": "sfreort"
},
"process": {
"name": "Kerbe"
},
"related": {
"hosts": [
"sfreort"
]
},
"sekoiaio": {
"authentication": {
"process": {
"name": "Kerbe"
}
},
"client": {
"name": "sfreort",
"os": {
"type": "windows"
},
"user": {
"id": "S-1-0-0"
}
},
"server": {
Expand All @@ -1183,6 +1187,7 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"domain": "EXAMPLE"
},
"user": {
"id": "S-1-0-0",
"roles": "Group1,Group2",
"target": {
"domain": "example.org",
Expand Down Expand Up @@ -1259,6 +1264,7 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"dataset": "eventlog",
"kind": "event",
"provider": "Microsoft-Windows-Security-Auditing",
"reason": "bad_password",
"type": [
"info",
"start"
Expand Down Expand Up @@ -1310,22 +1316,21 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"log": {
"hostname": "REDACTED"
},
"process": {
"name": "NtLmSsp "
},
"related": {
"hosts": [
"REDACTED"
]
},
"sekoiaio": {
"authentication": {
"process": {
"name": "NtLmSsp "
}
},
"client": {
"name": "REDACTED",
"os": {
"type": "windows"
},
"user": {
"id": "S-1-0-0"
}
},
"server": {
Expand All @@ -1339,6 +1344,7 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"domain": "WORKGROUP"
},
"user": {
"id": "S-1-0-0",
"target": {
"id": "S-1-0-0",
"name": "ADMINISTRATOR"
Expand Down
Loading

0 comments on commit e056232

Please sign in to comment.