Skip to content

Commit

Permalink
XSUP-46574-Checkpoint-Firewall (#38597)
Browse files Browse the repository at this point in the history
* changed schema and modelingrule

* added release notes
  • Loading branch information
sdaniel6 authored Feb 11, 2025
1 parent ae5755f commit a2d2d8a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ alter Threat_Prevention_Rule_Name = if(cs1Label = "Threat Prevention Rule Name",
| alter ipv6src = if(src != null and ipv4src = null, src, null)
| alter ipv4dest = if(dst ~= "\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}", dst, null)
| alter ipv6dest = if(dst != null and ipv4dest = null, dst, null)
| alter proto = to_string(proto)
// Fields Modeling
| alter
xdm.event.id = loguid,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
"is_array": false
},
"proto": {
"type": "string",
"type": "int",
"is_array": false
},
"cefSeverity": {
Expand Down
6 changes: 6 additions & 0 deletions Packs/CheckpointFirewall/ReleaseNotes/2_3_27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Modeling Rules

##### CheckPoint Firewall Collection

Updated the Modeling Rule schema for check_point_smartdefense_raw dataset.
2 changes: 1 addition & 1 deletion Packs/CheckpointFirewall/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Check Point Firewall",
"description": "Manage Check Point firewall via API",
"support": "xsoar",
"currentVersion": "2.3.26",
"currentVersion": "2.3.27",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit a2d2d8a

Please sign in to comment.