-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x-pack/filebeat/module/checkpoint: add authentication operation outco…
…me mapping (#32431)
- Loading branch information
Showing
7 changed files
with
195 additions
and
1 deletion.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<134>1 2022-07-06T15:53:08Z checkpoint-logs CheckPoint 2700 - [action:"Failed Log In"; flags:"18688"; ifdir:"inbound"; loguid:"{0xf17d1a9b,0x453b1e67,0xf27bccbf,0x233793e1}"; origin:"216.160.83.56"; originsicname:"CN=xxx-dc-gw-1_gw-vp-ext-7,O=7checkpoint-mng..tstst7"; sequencenum:"3"; time:"1657122788"; version:"5"; mac_address:"aa:aa:aa:aa:aa:aa"; product:"Connectra"] | ||
<134>1 2022-07-06T16:08:25Z checkpoint-logs CheckPoint 2700 - [action:"Log In"; flags:"150784"; ifdir:"inbound"; logid:"131073"; loguid:"{0xf40caad8,0x2dccf344,0xbf0fb0c8,0x6e943a48}"; origin:"216.160.83.56"; originsicname:"CN=xx-dc-gw-1_gw-vp-ext-5,O=7checkpoint-mng..tstst7"; sequencenum:"1"; time:"1657123705"; version:"5"; auth_method:"User Authentication (Active Directory)"; auth_status:"Successful Login"; client_name:"Active Directory Query"; client_version:"R80.30"; domain_name:"xxx.com"; endpoint_ip:"81.2.69.142"; identity_src:"AD Query"; identity_type:"user"; product:"Identity Awareness"; roles:"Remote_Access_AR"; snid:"ccaaffdd"; src:"81.2.69.192"; src_user_group:"Remote_Access_Users; Remote_Admins; All Users; AD_Users"; src_user_name:"usrTest (usrTest)"; user:"usrTest (usrTest)"] |
91 changes: 91 additions & 0 deletions
91
x-pack/filebeat/module/checkpoint/firewall/test/R80.X.log-expected.json
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 |
---|---|---|
@@ -0,0 +1,91 @@ | ||
[ | ||
{ | ||
"@timestamp": "2022-07-06T15:53:08.000Z", | ||
"event.action": "logon-failed", | ||
"event.category": [ | ||
"authentication", | ||
"network" | ||
], | ||
"event.dataset": "checkpoint.firewall", | ||
"event.id": "{0xf17d1a9b,0x453b1e67,0xf27bccbf,0x233793e1}", | ||
"event.kind": "event", | ||
"event.module": "checkpoint", | ||
"event.outcome": "failure", | ||
"event.sequence": 3, | ||
"event.timezone": "-02:00", | ||
"event.type": [ | ||
"denied" | ||
], | ||
"fileset.name": "firewall", | ||
"input.type": "log", | ||
"log.offset": 0, | ||
"network.direction": "inbound", | ||
"observer.mac": "AA-AA-AA-AA-AA-AA", | ||
"observer.name": "216.160.83.56", | ||
"observer.product": "Connectra", | ||
"observer.type": "firewall", | ||
"observer.vendor": "Checkpoint", | ||
"service.type": "checkpoint", | ||
"tags": [ | ||
"checkpoint-firewall", | ||
"forwarded" | ||
] | ||
}, | ||
{ | ||
"@timestamp": "2022-07-06T16:08:25.000Z", | ||
"checkpoint.auth_method": "User Authentication (Active Directory)", | ||
"checkpoint.auth_status": "Successful Login", | ||
"checkpoint.client_name": "Active Directory Query", | ||
"checkpoint.client_version": "R80.30", | ||
"checkpoint.identity_src": "AD Query", | ||
"checkpoint.identity_type": "user", | ||
"checkpoint.logid": "131073", | ||
"checkpoint.roles": "Remote_Access_AR", | ||
"checkpoint.snid": "ccaaffdd", | ||
"client.ip": "81.2.69.192", | ||
"client.user.group.name": "Remote_Access_Users", | ||
"dns.question.name": "xxx.com", | ||
"event.action": "logged-in", | ||
"event.category": [ | ||
"authentication", | ||
"network" | ||
], | ||
"event.dataset": "checkpoint.firewall", | ||
"event.id": "{0xf40caad8,0x2dccf344,0xbf0fb0c8,0x6e943a48}", | ||
"event.kind": "event", | ||
"event.module": "checkpoint", | ||
"event.outcome": "success", | ||
"event.sequence": 1, | ||
"event.timezone": "-02:00", | ||
"event.type": [ | ||
"allowed" | ||
], | ||
"fileset.name": "firewall", | ||
"input.type": "log", | ||
"log.offset": 372, | ||
"network.direction": "inbound", | ||
"observer.ip": "81.2.69.142", | ||
"observer.name": "216.160.83.56", | ||
"observer.product": "Identity Awareness", | ||
"observer.type": "firewall", | ||
"observer.vendor": "Checkpoint", | ||
"related.ip": [ | ||
"81.2.69.192" | ||
], | ||
"service.type": "checkpoint", | ||
"source.geo.city_name": "London", | ||
"source.geo.continent_name": "Europe", | ||
"source.geo.country_iso_code": "GB", | ||
"source.geo.country_name": "United Kingdom", | ||
"source.geo.location.lat": 51.5142, | ||
"source.geo.location.lon": -0.0931, | ||
"source.geo.region_iso_code": "GB-ENG", | ||
"source.geo.region_name": "England", | ||
"source.ip": "81.2.69.192", | ||
"source.user.group.name": "Remote_Access_Users", | ||
"tags": [ | ||
"checkpoint-firewall", | ||
"forwarded" | ||
] | ||
} | ||
] |