Skip to content
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
13 changes: 10 additions & 3 deletions uncoder-core/app/translator/mappings/platforms/qradar/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ field_mapping:
- URL
- XForceCategoryByURL
c-useragent: User Agent
cs-method: HTTP Method
cs-method:
- HTTP Method
- Method
cs-bytes: Bytes Sent
#cs-cookie-vars: cs-cookie-vars
c-uri-extension: URL
c-uri-query:
- URL
- URL Path
- URL Query String
#cs-cookie: cs-cookie
cs-host:
- UrlHost
Expand All @@ -32,6 +35,10 @@ field_mapping:
r-dns:
- UrlHost
- URL Host
sc-status: HTTP Response Code
sc-status:
- HTTP Response Code
- Response Code
#post-body: post-body
url_category: XForceCategoryByURL
url_category:
- XForceCategoryByURL
- Web Category
42 changes: 29 additions & 13 deletions uncoder-core/app/translator/mappings/platforms/qradar/webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,33 @@ default_log_source:
devicetype: 10

field_mapping:
c-uri: URL
c-useragent: c-useragent
cs-method: cs-method
c-uri:
- URL
- XForceCategoryByURL
c-useragent: User Agent
cs-method:
- HTTP Method
- Method
cs-bytes: Bytes Sent
cs-cookie-vars: cs-cookie-vars
c-uri-extension: c-uri-extension
c-uri-query: URL
cs-cookie: cs-cookie
cs-host: cs-host
cs-referrer: URL Referrer
cs-version: cs-version
r-dns: r-dns
sc-status: sc-status
post-body: post-body
#cs-cookie-vars: cs-cookie-vars
c-uri-extension: URL
c-uri-query:
- URL
- URL Path
- URL Query String
#cs-cookie: cs-cookie
cs-host:
- UrlHost
- URL Host
- URL Domain
cs-referrer:
- URL Referrer
- Referrer URL
cs-version: HTTP Version
r-dns:
- UrlHost
- URL Host
sc-status:
- HTTP Response Code
- Response Code
#post-body: post-body