Skip to content

Commit 5e68d2f

Browse files
authored
Merge pull request #113 from rm-socprime/webservers_slack
add webserver and slack
2 parents 82d3823 + e004659 commit 5e68d2f

File tree

5 files changed

+66
-0
lines changed

5 files changed

+66
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
platform: Palo Alto XSIAM
2+
source: apache_httpd
3+
4+
5+
default_log_source:
6+
dataset: apache_httpd_raw
7+
8+
field_mapping:
9+
c-uri: xdm.network.http.url
10+
c-useragent: xdm.source.user_agent
11+
cs-method: xdm.network.http.method
12+
cs-bytes: xdm.target.sent_bytes
13+
c-uri-query: xdm.network.http.url
14+
cs-referrer: xdm.network.http.referrer
15+
sc-status: xdm.network.http.response_code
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
platform: Palo Alto XSIAM
2+
source: apache_tomcat
3+
4+
5+
default_log_source:
6+
dataset: apache_tomcat_raw
7+
8+
field_mapping:
9+
c-uri: xdm.network.http.url
10+
c-useragent: User_agent
11+
cs-method: xdm.network.http.method
12+
cs-bytes: xdm.target.sent_bytes
13+
sc-status: xdm.network.http.response_code
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
platform: Palo Alto XSIAM
2+
source: nginx_nginx
3+
4+
5+
default_log_source:
6+
dataset: nginx_nginx_raw
7+
8+
field_mapping:
9+
c-uri: xdm.network.http.url
10+
c-useragent: User_agent
11+
cs-method: xdm.network.http.method
12+
cs-bytes: xdm.target.sent_bytes
13+
c-uri-query: xdm.network.http.url
14+
cs-referrer: xdm.event.description
15+
sc-status: xdm.network.http.response_code
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
platform: Palo Alto XSIAM
2+
source: slack_slack_raw
3+
4+
5+
default_log_source:
6+
dataset: slack_slack_raw
7+
8+
field_mapping:
9+
c-action: xdm.event.operation
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
platform: Palo Alto XSIAM
2+
source: webserver
3+
4+
default_log_source:
5+
dataset: [apache_tomcat_raw, nginx_nginx_raw, apache_tomcat_raw]
6+
7+
field_mapping:
8+
c-uri: xdm.network.http.url
9+
c-useragent: xdm.source.user_agent
10+
cs-method: xdm.network.http.method
11+
cs-bytes: xdm.target.sent_bytes
12+
c-uri-query: xdm.network.http.url
13+
cs-referrer: xdm.network.http.referrer
14+
sc-status: xdm.network.http.response_code

0 commit comments

Comments
 (0)