Skip to content
Open
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
967 changes: 651 additions & 316 deletions dashboards/Data_Explorer

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions parsers/corelight-conn_agg-dev
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
match: ".*",
replace: "$0"
}, {
input: "uid",
output: "metadata.uid",
input: "uids",
output: "uid",
match: ".*",
replace: "$0"
}, {
Expand Down Expand Up @@ -284,4 +284,3 @@
}
]
}

2 changes: 0 additions & 2 deletions parsers/corelight-dns-dev
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"metadata.product.vendor_name": "Corelight",
"metadata.version": "27.12.0",
"app_name": "Corelight"
"mgmt.url": "https://usea1-partners.sentinelone.net"
},
formats: [
{
Expand Down Expand Up @@ -146,4 +145,3 @@
}
]
}

146 changes: 146 additions & 0 deletions parsers/corelight-dns_red-dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
{
attributes: {
"dataSource.category": "security",
"dataSource.name": "Corelight",
"dataSource.vendor": "Corelight",
"class_uid": 4001,
"category_uid": 4,
"severity_id": 1,
"class_name": "Network Activity",
"category_name": "Network Activity",
"metadata.product.name": "Corelight",
"metadata.product.vendor_name": "Corelight",
"metadata.version": "28.2.0",
"app_name": "Corelight"
},
formats: [
{
format: "${parse=dottedJson}$",
repeat: true
rewrites: [
{
input: "_path",
output: "metadata.log_name",
match: ".*",
replace: "$0"
}, {
input: "severity.name",
output: "severity",
match: "(\\w+).*",
replace: "$1",
outputIfNoMatch: false
}, {
input: "ts",
output: "timestamp",
match: ".*",
replace: "$0"
}, {
input: "ts",
output: "time",
match: ".*",
replace: "$0"
}, {
input: "uid",
output: "metadata.uid",
match: ".*",
replace: "$0"
}, {
input: "uid",
output: "uuid",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_uid",
output: "agent.uuid",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_name",
output: "endpoint.name",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_ostype",
output: "endpoint.os",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_type",
output: "endpoint.type",
match: ".*",
replace: "$0"
}, {
input: "id.orig_h",
output: "src_endpoint.ip",
match: ".*",
replace: "$0"
}, {
input: "id.orig_p",
output: "src_endpoint.port",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_uid",
output: "src_endpoint.uid",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_name",
output: "src_endpoint.name",
match: ".*",
replace: "$0"
}, {
input: "id.resp_h",
output: "dst_endpoint.ip",
match: ".*",
replace: "$0"
}, {
input: "id.resp_p",
output: "dst_endpoint.port",
match: ".*",
replace: "$0"
}, {
input: "id.resp_ep_uid",
output: "dst_endpoint.uid",
match: ".*",
replace: "$0"
}, {
input: "id.resp_ep_name",
output: "dst_endpoint.name",
match: ".*",
replace: "$0"
}, {
input: "id.vlan",
output: "dst_endpoint.vlan_uid",
match: ".*",
replace: "$0"
}, {
input: "id.inner_vlan",
output: "src_endpoint.vlan_uid",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_type",
output: "src_endpoint.type",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_ostype",
output: "src_endpoint.os",
match: ".*",
replace: "$0"
}, {
input: "id.resp_ep_type",
output: "dst_endpoint.type",
match: ".*",
replace: "$0"
}, {
input: "id.resp_ep_ostype",
output: "dst_endpoint.os",
match: ".*",
replace: "$0"
}
]
}
]
}
6 changes: 5 additions & 1 deletion parsers/corelight-files_agg-dev
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
output: "uuid",
match: ".*",
replace: "$0"
}, {
input: "mime_types",
output: "mime_type",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_uid",
output: "agent.uuid",
Expand Down Expand Up @@ -144,4 +149,3 @@
}
]
}

146 changes: 146 additions & 0 deletions parsers/corelight-files_red-dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
{
attributes: {
"dataSource.category": "security",
"dataSource.name": "Corelight",
"dataSource.vendor": "Corelight",
"class_uid": 4001,
"category_uid": 4,
"severity_id": 1,
"class_name": "Network Activity",
"category_name": "Network Activity",
"metadata.product.name": "Corelight",
"metadata.product.vendor_name": "Corelight",
"metadata.version": "28.2.0",
"app_name": "Corelight"
},
formats: [
{
format: "${parse=dottedJson}$",
repeat: true
rewrites: [
{
input: "_path",
output: "metadata.log_name",
match: ".*",
replace: "$0"
}, {
input: "severity.name",
output: "severity",
match: "(\\w+).*",
replace: "$1",
outputIfNoMatch: false
}, {
input: "ts",
output: "timestamp",
match: ".*",
replace: "$0"
}, {
input: "ts",
output: "time",
match: ".*",
replace: "$0"
}, {
input: "uid",
output: "metadata.uid",
match: ".*",
replace: "$0"
}, {
input: "uid",
output: "uuid",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_uid",
output: "agent.uuid",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_name",
output: "endpoint.name",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_ostype",
output: "endpoint.os",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_type",
output: "endpoint.type",
match: ".*",
replace: "$0"
}, {
input: "id.orig_h",
output: "src_endpoint.ip",
match: ".*",
replace: "$0"
}, {
input: "id.orig_p",
output: "src_endpoint.port",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_uid",
output: "src_endpoint.uid",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_name",
output: "src_endpoint.name",
match: ".*",
replace: "$0"
}, {
input: "id.resp_h",
output: "dst_endpoint.ip",
match: ".*",
replace: "$0"
}, {
input: "id.resp_p",
output: "dst_endpoint.port",
match: ".*",
replace: "$0"
}, {
input: "id.resp_ep_uid",
output: "dst_endpoint.uid",
match: ".*",
replace: "$0"
}, {
input: "id.resp_ep_name",
output: "dst_endpoint.name",
match: ".*",
replace: "$0"
}, {
input: "id.vlan",
output: "dst_endpoint.vlan_uid",
match: ".*",
replace: "$0"
}, {
input: "id.inner_vlan",
output: "src_endpoint.vlan_uid",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_type",
output: "src_endpoint.type",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_ostype",
output: "src_endpoint.os",
match: ".*",
replace: "$0"
}, {
input: "id.resp_ep_type",
output: "dst_endpoint.type",
match: ".*",
replace: "$0"
}, {
input: "id.resp_ep_ostype",
output: "dst_endpoint.os",
match: ".*",
replace: "$0"
}
]
}
]
}
6 changes: 5 additions & 1 deletion parsers/corelight-http_agg-dev
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
output: "uuid",
match: ".*",
replace: "$0"
}, {
input: "user_agents",
output: "user_agent",
match: ".*",
replace: "$0"
}, {
input: "id.orig_ep_uid",
output: "agent.uuid",
Expand Down Expand Up @@ -314,4 +319,3 @@
}
]
}

6 changes: 5 additions & 1 deletion parsers/corelight-ssl-dev
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,13 @@
output: "dst_endpoint.os",
match: ".*",
replace: "$0"
}, {
input: "subject",
output: "ssl_subject",
match: ".*",
replace: "$0"
}
]
}
]
}

5 changes: 5 additions & 0 deletions parsers/corelight-ssl_agg-dev
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@
output: "dst_endpoint.os",
match: ".*",
replace: "$0"
}, {
input: "subject",
output: "ssl_subject",
match: ".*",
replace: "$0"
}
]
}
Expand Down
Loading