-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into lv/mimecast_fix_email_attachments_field
- Loading branch information
Showing
19 changed files
with
623 additions
and
33 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
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,97 @@ | ||
{ | ||
"input": { | ||
"message": "timestamp=1732640381 devname=\"12_LE_XXXXX-60F\" devid=\"xxxxxxxxxxxxxxxxxxx\" vd=\"root\" date=2024-11-26 time=16:59:41 eventtime=1732633180924621531 tz=\"+0200\" logid=\"0000000013\" type=\"traffic\" subtype=\"forward\" level=\"notice\" srcip=1.2.3.4 srcname=\"xxxxxxx.test.info\" srcport=56745 srcintf=\"internal\" srcintfrole=\"undefined\" dstip=1.2.4.5 dstport=80 dstintf=\"wan1\" dstintfrole=\"undefined\" srccountry=\"Reserved\" dstcountry=\"Egypt\" sessionid=157131884 proto=6 action=\"close\" policyid=12 policytype=\"policy\" poluuid=\"c1353c04-b6ee-51ea-9664-c8541f024774\" policyname=\"LAN to Internet\" service=\"HTTP\" trandisp=\"snat\" transip=45.245.209.162 transport=56745 appid=15893 app=\"HTTP.BROWSER\" appcat=\"Web.Client\" apprisk=\"medium\" applist=\"block-high-risk\" duration=1 sentbyte=483 rcvdbyte=399 sentpkt=7 rcvdpkt=5 wanin=187 wanout=111 lanin=111 lanout=187 utmaction=\"allow\" countweb=1 osname=\"Windows\" srcswversion=\"10\" mastersrcmac=\"00:e0:4c:68:00:0a\" srcmac=\"00:e0:4c:68:00:0a\" srcserver=0" | ||
}, | ||
"expected": { | ||
"message": "timestamp=1732640381 devname=\"12_LE_XXXXX-60F\" devid=\"xxxxxxxxxxxxxxxxxxx\" vd=\"root\" date=2024-11-26 time=16:59:41 eventtime=1732633180924621531 tz=\"+0200\" logid=\"0000000013\" type=\"traffic\" subtype=\"forward\" level=\"notice\" srcip=1.2.3.4 srcname=\"xxxxxxx.test.info\" srcport=56745 srcintf=\"internal\" srcintfrole=\"undefined\" dstip=1.2.4.5 dstport=80 dstintf=\"wan1\" dstintfrole=\"undefined\" srccountry=\"Reserved\" dstcountry=\"Egypt\" sessionid=157131884 proto=6 action=\"close\" policyid=12 policytype=\"policy\" poluuid=\"c1353c04-b6ee-51ea-9664-c8541f024774\" policyname=\"LAN to Internet\" service=\"HTTP\" trandisp=\"snat\" transip=45.245.209.162 transport=56745 appid=15893 app=\"HTTP.BROWSER\" appcat=\"Web.Client\" apprisk=\"medium\" applist=\"block-high-risk\" duration=1 sentbyte=483 rcvdbyte=399 sentpkt=7 rcvdpkt=5 wanin=187 wanout=111 lanin=111 lanout=187 utmaction=\"allow\" countweb=1 osname=\"Windows\" srcswversion=\"10\" mastersrcmac=\"00:e0:4c:68:00:0a\" srcmac=\"00:e0:4c:68:00:0a\" srcserver=0", | ||
"event": { | ||
"action": "close", | ||
"category": "traffic", | ||
"code": "0000000013", | ||
"dataset": "traffic:forward", | ||
"outcome": "success", | ||
"timezone": "+0200" | ||
}, | ||
"@timestamp": "2024-11-26T14:59:40.924622Z", | ||
"action": { | ||
"name": "close", | ||
"outcome": "success", | ||
"target": "network-traffic", | ||
"type": "forward" | ||
}, | ||
"destination": { | ||
"address": "1.2.4.5", | ||
"bytes": 399, | ||
"ip": "1.2.4.5", | ||
"packets": 5, | ||
"port": 80 | ||
}, | ||
"fortinet": { | ||
"fortigate": { | ||
"apprisk": "medium", | ||
"event": { | ||
"type": "traffic" | ||
}, | ||
"policyid": "12", | ||
"poluuid": "c1353c04-b6ee-51ea-9664-c8541f024774", | ||
"virtual_domain": "root" | ||
} | ||
}, | ||
"host": { | ||
"name": "xxxxxxx.test.info", | ||
"os": { | ||
"family": "Windows" | ||
} | ||
}, | ||
"log": { | ||
"hostname": "12_LE_XXXXX-60F", | ||
"level": "notice" | ||
}, | ||
"network": { | ||
"application": "HTTP.BROWSER", | ||
"bytes": 882, | ||
"protocol": "http", | ||
"transport": "tcp" | ||
}, | ||
"observer": { | ||
"egress": { | ||
"interface": { | ||
"name": "wan1" | ||
} | ||
}, | ||
"hostname": "12_LE_XXXXX-60F", | ||
"ingress": { | ||
"interface": { | ||
"name": "internal" | ||
} | ||
}, | ||
"serial_number": "xxxxxxxxxxxxxxxxxxx" | ||
}, | ||
"related": { | ||
"hosts": [ | ||
"12_LE_XXXXX-60F" | ||
], | ||
"ip": [ | ||
"1.2.3.4", | ||
"1.2.4.5", | ||
"45.245.209.162" | ||
] | ||
}, | ||
"rule": { | ||
"apprisk": "medium", | ||
"category": "Web.Client", | ||
"ruleset": "block-high-risk" | ||
}, | ||
"source": { | ||
"address": "1.2.3.4", | ||
"bytes": 483, | ||
"ip": "1.2.3.4", | ||
"mac": "00:e0:4c:68:00:0a", | ||
"nat": { | ||
"ip": "45.245.209.162" | ||
}, | ||
"packets": 7, | ||
"port": 56745 | ||
} | ||
} | ||
} |
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
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,8 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] |
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,59 @@ | ||
action.properties.ScriptBlockText: | ||
description: '' | ||
name: action.properties.ScriptBlockText | ||
type: keyword | ||
|
||
process.parent.parent.command_line: | ||
description: '' | ||
name: process.parent.parent.command_line | ||
type: keyword | ||
|
||
process.parent.parent.executable: | ||
description: '' | ||
name: process.parent.parent.executable | ||
type: keyword | ||
|
||
process.parent.parent.hash.md5: | ||
description: '' | ||
name: process.parent.parent.hash.md5 | ||
type: keyword | ||
|
||
process.parent.parent.hash.sha1: | ||
description: '' | ||
name: process.parent.parent.hash.sha1 | ||
type: keyword | ||
|
||
process.parent.parent.hash.sha256: | ||
description: '' | ||
name: process.parent.parent.hash.sha256 | ||
type: keyword | ||
|
||
process.parent.parent.name: | ||
description: '' | ||
name: process.parent.parent.name | ||
type: keyword | ||
|
||
process.parent.parent.pid: | ||
description: '' | ||
name: process.parent.parent.pid | ||
type: keyword | ||
|
||
process.parent.parent.start: | ||
description: '' | ||
name: process.parent.parent.start | ||
type: datetime | ||
|
||
process.parent.parent.user.domain: | ||
description: '' | ||
name: process.parent.parent.user.domain | ||
type: keyword | ||
|
||
process.parent.parent.user.name: | ||
description: '' | ||
name: process.parent.parent.user.name | ||
type: keyword | ||
|
||
process.parent.user.domain: | ||
description: '' | ||
name: process.parent.user.domain | ||
type: keyword |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
uuid: 2345b987-a94a-4363-b7bc-a6e4a9efd98a | ||
automation_connector_uuid: 3b5a417e-e86f-4fce-ac10-4c1d76d91b46 | ||
automation_module_uuid: 1b02d442-b804-4987-afe7-6a4be6ef35e6 | ||
name: Trend Micro Vision One OAT [BETA] | ||
slug: trend-micro-vision-one-oat | ||
|
||
description: >- | ||
Trend Micro Vision One is an extended detection and response (XDR) platform that enhances threat detection, investigation, and response across multiple security layers. It provides a centralized view for improved security posture and faster threat remediation. | ||
This intake format will ingest Observed Attack Techniques from Trend Micro Vision One. | ||
data_sources: | ||
Network intrusion detection system: |
27 changes: 27 additions & 0 deletions
27
Trend Micro/trend-micro-vision-one-oat/_meta/smart-descriptions.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,27 @@ | ||
[ | ||
{ | ||
"value": "Observed {threat.tactic.id} tactic(s) and {threat.technique.id}({threat.technique.subtechnique.id}) technique(s) on {host.ip}", | ||
"conditions": [ | ||
{ "field": "threat.tactic.id" }, | ||
{ "field": "threat.technique.id" }, | ||
{ "field": "threat.technique.subtechnique.id" }, | ||
{ "field": "host.ip" } | ||
] | ||
}, | ||
{ | ||
"value": "Observed {threat.tactic.id} tactic(s) and {threat.technique.id} technique(s) on {host.ip}", | ||
"conditions": [ | ||
{ "field": "threat.tactic.id" }, | ||
{ "field": "threat.technique.id" }, | ||
{ "field": "host.ip" } | ||
] | ||
}, | ||
{ | ||
"value": "Observed {threat.tactic.id} tactic(s) and {threat.technique.subtechnique.id} technique(s) on {host.ip}", | ||
"conditions": [ | ||
{ "field": "threat.tactic.id" }, | ||
{ "field": "threat.technique.subtechnique.id" }, | ||
{ "field": "host.ip" } | ||
] | ||
} | ||
] |
Oops, something went wrong.