-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[watchguard_firebox] Support email addresses in 2500-0000 and 2500-00…
…01 events (#12909) - Support email addresses in 2500-0000 and 2500-0001 events and append email address to related.user
- Loading branch information
1 parent
10a6d56
commit 106d90a
Showing
7 changed files
with
164 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -175,5 +175,7 @@ | |
<142>May 10 15:19:05 WatchGuard-Firebox FVE6035FD3AE3 (2024-05-10T09:49:05) firewall[10]: msg_id="021A-0020" IKEv2 IKE_AUTH exchange from 81.2.69.144:500 to 81.2.69.144:500 failed. Gateway-Endpoint='m500-197'. Reason=Received message with the wrong interface IP address 81.2.69.144. Expecting peer to use remote gateway endpoint IP address 81.2.69.144. | ||
<142>May 10 15:19:05 WatchGuard-Firebox FVE6035FD3AE3 (2024-05-10T09:49:05) firewall[10]: msg_id="2500-0000" Mobile VPN with SSL user tsmith logged in. Virtual IP address is 192.168.113.2. Real IP address is 81.2.69.144. | ||
<142>May 10 15:19:05 WatchGuard-Firebox FVE6035FD3AE3 (2024-05-10T09:49:05) firewall[10]: msg_id="2500-0001" Mobile VPN with SSL user tsmith logged off. Virtual IP address is 192.168.113.2. | ||
<142>May 10 15:19:05 WatchGuard-Firebox FVE6035FD3AE3 (2024-05-10T09:49:05) firewall[10]: msg_id="2500-0000" Mobile VPN with SSL user [email protected] logged in. Virtual IP address is 192.168.113.2. Real IP address is 81.2.69.144. | ||
<142>May 10 15:19:05 WatchGuard-Firebox FVE6035FD3AE3 (2024-05-10T09:49:05) firewall[10]: msg_id="2500-0001" Mobile VPN with SSL user [email protected] logged off. Virtual IP address is 192.168.113.2. | ||
<142>May 10 15:19:05 WatchGuard-Firebox FVE6035FD3AE3 (2024-05-10T09:49:05) firewall[10]: msg_id="5B01-0004" Updated Mobile VPN with L2TP session for user 'Firebox-DB\test', virtual IP address '192.168.113.2'. | ||
<142>May 10 15:19:05 WatchGuard-Firebox FVE6035FD3AE3 (2024-05-10T09:49:05) firewall[10]: msg_id="5B01-0005" Deleted Mobile VPN with L2TP session for user 'Firebox-DB\test', virtual IP address '192.168.113.2'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11022,6 +11022,145 @@ | |
} | ||
} | ||
}, | ||
{ | ||
"@timestamp": "2025-05-10T15:19:05.000+05:30", | ||
"destination": { | ||
"ip": "192.168.113.2" | ||
}, | ||
"ecs": { | ||
"version": "8.17.0" | ||
}, | ||
"event": { | ||
"category": [ | ||
"authentication" | ||
], | ||
"kind": "event", | ||
"original": "<142>May 10 15:19:05 WatchGuard-Firebox FVE6035FD3AE3 (2024-05-10T09:49:05) firewall[10]: msg_id=\"2500-0000\" Mobile VPN with SSL user [email protected] logged in. Virtual IP address is 192.168.113.2. Real IP address is 81.2.69.144.", | ||
"outcome": "success", | ||
"timezone": "+05:30", | ||
"type": [ | ||
"start" | ||
] | ||
}, | ||
"log": { | ||
"syslog": { | ||
"appname": "firewall", | ||
"hostname": "WatchGuard-Firebox", | ||
"priority": 142, | ||
"procid": "10" | ||
} | ||
}, | ||
"message": "Mobile VPN with SSL user [email protected] logged in. Virtual IP address is 192.168.113.2. Real IP address is 81.2.69.144.", | ||
"observer": { | ||
"hostname": "WatchGuard-Firebox", | ||
"product": "Firebox", | ||
"serial_number": "FVE6035FD3AE3", | ||
"type": "firewall", | ||
"vendor": "WatchGuard" | ||
}, | ||
"related": { | ||
"hosts": [ | ||
"WatchGuard-Firebox" | ||
], | ||
"ip": [ | ||
"192.168.113.2", | ||
"81.2.69.144" | ||
], | ||
"user": [ | ||
"[email protected]" | ||
] | ||
}, | ||
"source": { | ||
"ip": "81.2.69.144" | ||
}, | ||
"tags": [ | ||
"preserve_original_event", | ||
"preserve_duplicate_custom_fields" | ||
], | ||
"user": { | ||
"email": "[email protected]" | ||
}, | ||
"watchguard_firebox": { | ||
"log": { | ||
"log_type": "diagnostic", | ||
"msg_id": "2500-0000", | ||
"real_ip_address": "81.2.69.144", | ||
"serial_number": "FVE6035FD3AE3", | ||
"syslog_timestamp": "2025-05-10T15:19:05.000+05:30", | ||
"timestamp": "2024-05-10T09:49:05.000Z", | ||
"user_email": "[email protected]", | ||
"virtual_ip_address": "192.168.113.2", | ||
"vpn_user_type": "Mobile VPN with SSL user" | ||
} | ||
} | ||
}, | ||
{ | ||
"@timestamp": "2025-05-10T15:19:05.000+05:30", | ||
"destination": { | ||
"ip": "192.168.113.2" | ||
}, | ||
"ecs": { | ||
"version": "8.17.0" | ||
}, | ||
"event": { | ||
"category": [ | ||
"authentication" | ||
], | ||
"kind": "event", | ||
"original": "<142>May 10 15:19:05 WatchGuard-Firebox FVE6035FD3AE3 (2024-05-10T09:49:05) firewall[10]: msg_id=\"2500-0001\" Mobile VPN with SSL user [email protected] logged off. Virtual IP address is 192.168.113.2.", | ||
"outcome": "success", | ||
"timezone": "+05:30", | ||
"type": [ | ||
"end" | ||
] | ||
}, | ||
"log": { | ||
"syslog": { | ||
"appname": "firewall", | ||
"hostname": "WatchGuard-Firebox", | ||
"priority": 142, | ||
"procid": "10" | ||
} | ||
}, | ||
"message": "Mobile VPN with SSL user [email protected] logged off. Virtual IP address is 192.168.113.2.", | ||
"observer": { | ||
"hostname": "WatchGuard-Firebox", | ||
"product": "Firebox", | ||
"serial_number": "FVE6035FD3AE3", | ||
"type": "firewall", | ||
"vendor": "WatchGuard" | ||
}, | ||
"related": { | ||
"hosts": [ | ||
"WatchGuard-Firebox" | ||
], | ||
"ip": [ | ||
"192.168.113.2" | ||
], | ||
"user": [ | ||
"[email protected]" | ||
] | ||
}, | ||
"tags": [ | ||
"preserve_original_event", | ||
"preserve_duplicate_custom_fields" | ||
], | ||
"user": { | ||
"email": "[email protected]" | ||
}, | ||
"watchguard_firebox": { | ||
"log": { | ||
"log_type": "diagnostic", | ||
"msg_id": "2500-0001", | ||
"serial_number": "FVE6035FD3AE3", | ||
"syslog_timestamp": "2025-05-10T15:19:05.000+05:30", | ||
"timestamp": "2024-05-10T09:49:05.000Z", | ||
"user_email": "[email protected]", | ||
"virtual_ip_address": "192.168.113.2", | ||
"vpn_user_type": "Mobile VPN with SSL user" | ||
} | ||
} | ||
}, | ||
{ | ||
"@timestamp": "2025-05-10T15:19:05.000+05:30", | ||
"destination": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters