We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7db612 commit 3c5b2adCopy full SHA for 3c5b2ad
uncoder-core/app/translator/mappings/platforms/qradar/default.yml
@@ -13,9 +13,12 @@ field_mapping:
13
dst-port:
14
- DstPort
15
- DestinationPort
16
+ - remoteport
17
dst-hostname: DstHost
18
src-hostname: SrcHost
- src-port: SourcePort
19
+ src-port:
20
+ - SourcePort
21
+ - localport
22
src-ip:
23
- sourceip
24
- source_ip
@@ -27,6 +30,7 @@ field_mapping:
27
30
- destination_ip
28
31
- destinationIP
29
32
- destinationaddress
33
+ - destination
34
User:
35
- userName
36
- EventUserName
0 commit comments