-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Created ModelingRules * Created ParsingRules * Updated README * Created and updated ReleaseNotes * Updated ReleaseNotes * Bump pack from version Fortimail to 1.0.5. * Update Packs/Fortimail/README.md Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> * Updated ModelingRules * Updated ModelingRules --------- Co-authored-by: Content Bot <bot@demisto.com> Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
- Loading branch information
1 parent
e1f91da
commit e1994a0
Showing
8 changed files
with
273 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
fromversion: 8.4.0 | ||
id: Fortimail_ModelingRule | ||
name: Fortimail Modeling Rule | ||
rules: '' | ||
schema: '' | ||
tags: Fortimail |
84 changes: 84 additions & 0 deletions
84
Packs/Fortimail/ModelingRules/Fortimail/Fortimail_schema.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,84 @@ | ||
{ | ||
"fortinet_fortimail_raw": { | ||
"Classifier": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Disposition": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"From": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Header_From": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"To": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Subject": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Message_ID": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Session_ID": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Client_IP": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Location": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Client_Name": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Direction": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Policy_ID": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Domain": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Destination_IP": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Log_ID": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Message": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Level": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Endpoint": { | ||
"type": "string", | ||
"is_array": false | ||
}, | ||
"Subtype": { | ||
"type": "string", | ||
"is_array": false | ||
} | ||
} | ||
} |
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,6 @@ | ||
[INGEST:vendor="fortinet", product="fortimail", target_dataset="fortinet_fortimail_raw", no_hit=keep] | ||
alter | ||
tmp_unite_date_time = concat(Date, " ", Time) | ||
| alter | ||
_time = parse_timestamp("%Y-%m-%d %k:%M:%S", tmp_unite_date_time) | ||
| fields -tmp_unite_date_time; |
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,6 @@ | ||
name: Fortimail Parsing Rule | ||
id: Fortimail_ParsingRule | ||
fromversion: 8.4.0 | ||
tags: [] | ||
rules: '' | ||
samples: '' |
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,12 @@ | ||
|
||
#### Modeling Rules | ||
|
||
##### New: Fortimail Modeling Rule | ||
|
||
Added support for Modeling Rules (Available from Cortex XSIAM 2.0). | ||
|
||
#### Parsing Rules | ||
|
||
##### New: Fortimail Parsing Rule | ||
|
||
Added support for Parsing Rules (Available from Cortex XSIAM 2.0). |
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