Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix forcepointdlp datasetname #27873

Merged
merged 9 commits into from
Jul 6, 2023
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
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[MODEL:dataset="forcepoint_dlp_raw"]
[MODEL:dataset="forcepoint_forcepoint_dlp_raw"]
alter fsize = to_float(arrayindex(regextract(fname,"\s\-\s(\d+\.\d+)\s\w+"),0)),
fsize_unit = arrayindex(regextract(fname,"\s\-\s\d+\.\d+\s(\w+)"),0)
| alter fname = if(fname contains "N/A",null,arrayindex(regextract(fname ,"(.*)\s\-\s\d+"),0))
| alter xdm.event.original_event_type = eventid,
| alter xdm.event.original_event_type = to_string(eventid),
xdm.event.operation_sub_type = act,
xdm.observer.name = analyzedBy,
xdm.event.description = cat,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"forcepoint_dlp_raw": {
"forcepoint_forcepoint_dlp_raw": {
"eventid": {
"type": "string",
"is_array": false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[INGEST:vendor="Forcepoint", product="Forcepoint DLP", target_dataset="forcepoint_forcepoint_dlp_raw", no_hit=keep]
alter _time = timeStamp;
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: forcepoint_dlp_ParsingRule
name: Forcepoint DLP Parsing Rule
fromversion: 8.3.0
tags: []
rules: ''
samples: ''
4 changes: 2 additions & 2 deletions Packs/ForcepointDLP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ You can configure the specific vendor and product for this instance.
1. Navigate to **Settings** > **Configuration** > **Data Broker** > **Broker VMs**.
2. Go to the apps tab and add the **Syslog** app. If it already exists, click the **Syslog** app and then click **Configure**.
3. Click **Add New**.
4. When configuring the Syslog Collector, set the following values **(not relevant for CEF and LEEF formats)**:
4. When configuring the Syslog Collector, set the following values:
- vendor as vendor - forcepoint
- product as product - dlp
- product as product - forcepoint dlp
12 changes: 12 additions & 0 deletions Packs/ForcepointDLP/ReleaseNotes/1_0_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

#### Modeling Rules

##### Forcepoint DLP Modeling Rule

- Update Modeling Rules dataset name.

#### Parsing Rules

##### New: Forcepoint DLP Parsing Rule

- Added a Parsing Rules.
2 changes: 1 addition & 1 deletion Packs/ForcepointDLP/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ForcepointDLP",
"description": "Forcepoint DLP event collector",
"support": "xsoar",
"currentVersion": "1.0.0",
"currentVersion": "1.0.1",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down