Skip to content

Commit e22f189

Browse files
authored
Merge pull request #176 from UncoderIO/gis-aql-upd-2024-07-19
field mapping update
2 parents 134d78a + 79c0807 commit e22f189

File tree

2 files changed

+39
-16
lines changed

2 files changed

+39
-16
lines changed

uncoder-core/app/translator/mappings/platforms/qradar/proxy.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ field_mapping:
1313
- URL
1414
- XForceCategoryByURL
1515
c-useragent: User Agent
16-
cs-method: HTTP Method
16+
cs-method:
17+
- HTTP Method
18+
- Method
1719
cs-bytes: Bytes Sent
1820
#cs-cookie-vars: cs-cookie-vars
1921
c-uri-extension: URL
2022
c-uri-query:
2123
- URL
2224
- URL Path
25+
- URL Query String
2326
#cs-cookie: cs-cookie
2427
cs-host:
2528
- UrlHost
@@ -32,6 +35,10 @@ field_mapping:
3235
r-dns:
3336
- UrlHost
3437
- URL Host
35-
sc-status: HTTP Response Code
38+
sc-status:
39+
- HTTP Response Code
40+
- Response Code
3641
#post-body: post-body
37-
url_category: XForceCategoryByURL
42+
url_category:
43+
- XForceCategoryByURL
44+
- Web Category

uncoder-core/app/translator/mappings/platforms/qradar/webserver.yml

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,33 @@ default_log_source:
99
devicetype: 10
1010

1111
field_mapping:
12-
c-uri: URL
13-
c-useragent: c-useragent
14-
cs-method: cs-method
12+
c-uri:
13+
- URL
14+
- XForceCategoryByURL
15+
c-useragent: User Agent
16+
cs-method:
17+
- HTTP Method
18+
- Method
1519
cs-bytes: Bytes Sent
16-
cs-cookie-vars: cs-cookie-vars
17-
c-uri-extension: c-uri-extension
18-
c-uri-query: URL
19-
cs-cookie: cs-cookie
20-
cs-host: cs-host
21-
cs-referrer: URL Referrer
22-
cs-version: cs-version
23-
r-dns: r-dns
24-
sc-status: sc-status
25-
post-body: post-body
20+
#cs-cookie-vars: cs-cookie-vars
21+
c-uri-extension: URL
22+
c-uri-query:
23+
- URL
24+
- URL Path
25+
- URL Query String
26+
#cs-cookie: cs-cookie
27+
cs-host:
28+
- UrlHost
29+
- URL Host
30+
- URL Domain
31+
cs-referrer:
32+
- URL Referrer
33+
- Referrer URL
34+
cs-version: HTTP Version
35+
r-dns:
36+
- UrlHost
37+
- URL Host
38+
sc-status:
39+
- HTTP Response Code
40+
- Response Code
41+
#post-body: post-body

0 commit comments

Comments
 (0)