Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh intakes documentation #1988

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,76 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
```


=== "network_traffic.json"

```json

{
"message": "{\"version\":5,\"account_id\":\"012345678901\",\"interface_id\":\"eni-1235b8ca123456789\",\"srcaddr\":\"1.2.3.4\",\"dstaddr\":\"5.6.7.8\",\"srcport\":25238.0,\"dstport\":8080.0,\"protocol\":6.0,\"packets\":5.0,\"bytes\":412.0,\"start\":1726491185,\"end\":1726491211,\"action\":\"ACCEPT\",\"log_status\":\"OK\",\"vpc_id\":\"vpc-0123456789abcdefg\",\"subnet_id\":\"subnet-0123456789abcdefg\",\"instance_id\":\"-\",\"tcp_flags\":3.0,\"type\":\"IPv4\",\"pkt_srcaddr\":\"1.2.3.4\",\"pkt_dstaddr\":\"5.6.7.8\",\"region\":\"eu-west-1\",\"az_id\":\"euw1-az3\",\"sublocation_type\":\"-\",\"sublocation_id\":\"-\",\"pkt_src_aws_service\":\"-\",\"pkt_dst_aws_service\":\"-\",\"flow_direction\":\"ingress\",\"traffic_path\":null}",
"event": {
"category": [
"network"
],
"end": "2024-09-16T12:53:31Z",
"outcome": "ok",
"start": "2024-09-16T12:53:05Z"
},
"@timestamp": "2024-09-16T12:53:05Z",
"action": {
"name": "accept",
"outcome": "ok",
"target": "network-traffic",
"type": "forward"
},
"aws": {
"flowlogs": {
"subnet": {
"id": "subnet-0123456789abcdefg"
},
"vpc": {
"id": "vpc-0123456789abcdefg"
}
}
},
"cloud": {
"account": {
"id": "012345678901"
},
"provider": "aws"
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8",
"port": 8080.0
},
"network": {
"iana_number": "6.0"
},
"observer": {
"ingress": {
"interface": {
"name": "eni-1235b8ca123456789"
}
}
},
"related": {
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"bytes": 412.0,
"ip": "1.2.3.4",
"packets": 5.0,
"port": 25238.0
}
}

```


=== "nodata.json"

```json
Expand Down Expand Up @@ -447,7 +517,10 @@ The following table lists the fields that are extracted, normalized under the EC
|`action.outcome` | `keyword` | The outcome of the action |
|`action.target` | `keyword` | The target of the action |
|`action.type` | `keyword` | The type of the action |
|`aws.flowlogs.subnet.id` | `keyword` | The ID of the subnet |
|`aws.flowlogs.vpc.id` | `keyword` | The ID of the VPC |
|`cloud.account.id` | `keyword` | The cloud account or organization id. |
|`cloud.instance.id` | `keyword` | Instance ID of the host machine. |
|`cloud.provider` | `keyword` | Name of the cloud provider. |
|`destination.ip` | `ip` | IP address of the destination. |
|`destination.port` | `long` | Port of the destination. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,45 @@ In this section, you will find examples of raw logs as generated natively by the



=== "network_traffic"


```json
{
"version": 5,
"account_id": "012345678901",
"interface_id": "eni-1235b8ca123456789",
"srcaddr": "1.2.3.4",
"dstaddr": "5.6.7.8",
"srcport": 25238.0,
"dstport": 8080.0,
"protocol": 6.0,
"packets": 5.0,
"bytes": 412.0,
"start": 1726491185,
"end": 1726491211,
"action": "ACCEPT",
"log_status": "OK",
"vpc_id": "vpc-0123456789abcdefg",
"subnet_id": "subnet-0123456789abcdefg",
"instance_id": "-",
"tcp_flags": 3.0,
"type": "IPv4",
"pkt_srcaddr": "1.2.3.4",
"pkt_dstaddr": "5.6.7.8",
"region": "eu-west-1",
"az_id": "euw1-az3",
"sublocation_type": "-",
"sublocation_id": "-",
"pkt_src_aws_service": "-",
"pkt_dst_aws_service": "-",
"flow_direction": "ingress",
"traffic_path": null
}
```



=== "nodata"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,11 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
"organization": {
"id": "123456789831564686"
},
"related": {
"user": [
"user.name"
]
},
"rule": {
"id": "-1"
},
Expand Down Expand Up @@ -788,6 +793,9 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
"eventid": 1387019684138751044,
"siteId": 1083054176741832911,
"updatedAt": "2022-03-29T17:20:30.998054Z"
},
"user": {
"name": "user.name"
}
}

Expand Down Expand Up @@ -1310,7 +1318,7 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
"2001:db8:85a3::8a2e:370:7334"
],
"user": [
"VM-SENTINELONE\\User"
"User"
]
},
"sentinelone": {
Expand Down Expand Up @@ -1459,7 +1467,8 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
}
},
"user": {
"name": "VM-SENTINELONE\\User"
"domain": "VM-SENTINELONE",
"name": "User"
}
}

Expand Down Expand Up @@ -1531,7 +1540,7 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
"fe80::9ddd:fd78:1f21:f709"
],
"user": [
"tdr-vm-template\\tdr"
"tdr"
]
},
"sentinelone": {
Expand Down Expand Up @@ -1688,7 +1697,8 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
}
},
"user": {
"name": "tdr-vm-template\\tdr"
"domain": "tdr-vm-template",
"name": "tdr"
}
}

Expand Down Expand Up @@ -1758,7 +1768,7 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
"fe80::e4a1:7fce:33f3:d50e"
],
"user": [
"DOMAIN\\USERNAME"
"USERNAME"
]
},
"sentinelone": {
Expand Down Expand Up @@ -2067,7 +2077,8 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
}
},
"user": {
"name": "DOMAIN\\USERNAME"
"domain": "DOMAIN",
"name": "USERNAME"
}
}

Expand Down Expand Up @@ -2133,7 +2144,7 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
"66.66.66.66"
],
"user": [
"DOMAIN\\USERNAME"
"USERNAME"
]
},
"sentinelone": {
Expand Down Expand Up @@ -2441,7 +2452,8 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
}
},
"user": {
"name": "DOMAIN\\USERNAME"
"domain": "DOMAIN",
"name": "USERNAME"
}
}

Expand Down Expand Up @@ -2887,6 +2899,7 @@ The following table lists the fields that are extracted, normalized under the EC
|`threat.indicator.file.size` | `long` | File size in bytes. |
|`threat.software.type` | `keyword` | Software type. |
|`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.id` | `long` | |
|`user.name` | `keyword` | Short name or login of the user. |

Expand Down
Loading
Loading