Skip to content

Commit

Permalink
Merge pull request #1279 from SEKOIA-IO/update-intake-documentation
Browse files Browse the repository at this point in the history
Refresh intakes documentation
  • Loading branch information
otetard authored Aug 29, 2023
2 parents f29cc77 + 9addac4 commit e1c29c0
Showing 1 changed file with 19 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Find below few samples of events and how they are normalized by Sekoia.io.
},
"http": {
"request": {
"method": "GET",
"bytes": 131
"bytes": 131,
"method": "GET"
},
"response": {
"bytes": 0,
Expand Down Expand Up @@ -161,8 +161,8 @@ Find below few samples of events and how they are normalized by Sekoia.io.
},
"http": {
"request": {
"method": "CONNECT",
"bytes": 173
"bytes": 173,
"method": "CONNECT"
},
"response": {
"bytes": 0,
Expand Down Expand Up @@ -244,8 +244,8 @@ Find below few samples of events and how they are normalized by Sekoia.io.
},
"http": {
"request": {
"method": "CONNECT",
"bytes": 316
"bytes": 316,
"method": "CONNECT"
},
"response": {
"bytes": 0,
Expand Down Expand Up @@ -342,8 +342,8 @@ Find below few samples of events and how they are normalized by Sekoia.io.
},
"http": {
"request": {
"method": "GET",
"bytes": 127
"bytes": 127,
"method": "GET"
},
"response": {
"bytes": 14678,
Expand Down Expand Up @@ -470,7 +470,8 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"mime_type": "application/x-empty"
},
"request": {
"mime_type": "application/x-empty"
"mime_type": "application/x-empty",
"method": "CERTVERIFY"
}
},
"url": {
Expand Down Expand Up @@ -499,9 +500,12 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"name": "foo"
},
"skyhighsecurity": {
"proxy_port": 8080,
"dlp": "f",
"rbi": "f",
"av_scanned_down": "f",
"av_scanned_up": "t",
"ssl_scanned": "t",
"reputation": "Minimal Risk"
},
"related": {
Expand Down Expand Up @@ -563,6 +567,9 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"http": {
"response": {
"status_code": 403
},
"request": {
"method": "GET"
}
},
"url": {
Expand Down Expand Up @@ -591,9 +598,12 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"name": "autorite nt\\\\service r\u00c9seau"
},
"skyhighsecurity": {
"proxy_port": 80,
"dlp": "f",
"rbi": "f",
"av_scanned_down": "f",
"av_scanned_up": "f",
"ssl_scanned": "f",
"reputation": "Minimal Risk"
},
"related": {
Expand Down

0 comments on commit e1c29c0

Please sign in to comment.