Skip to content

Commit fcc3c98

Browse files
authored
Merge branch 'initial-elastic-rules-toml-push' into main
2 parents f506521 + ec89a13 commit fcc3c98

5 files changed

+5
-1
lines changed

rules/cross-platform/credential_access_forced_authentication_pipes.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ tags = [
5252
"Use Case: Active Directory Monitoring",
5353
"Data Source: System",
5454
"Resources: Investigation Guide",
55+
"vigilant.disabled"
5556
]
5657
timestamp_override = "event.ingested"
5758
type = "eql"

rules/network/discovery_potential_port_scan_detected.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ timestamp_override = "event.ingested"
3535
type = "threshold"
3636

3737
query = '''
38-
event.action:network_flow and destination.port:* and source.ip:(10.0.0.0/8 or 172.16.0.0/12 or 192.168.0.0/16)
38+
event.action:network and destination.port:* and source.ip:(10.0.0.0/8 or 172.16.0.0/12 or 192.168.0.0/16)
3939
'''
4040
note = """## Triage and analysis
4141

rules/windows/credential_access_suspicious_lsass_access_via_snapshot.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ tags = [
3737
"Tactic: Credential Access",
3838
"Data Source: Sysmon",
3939
"Resources: Investigation Guide",
40+
"vigilant.disabled"
4041
]
4142
timestamp_override = "event.ingested"
4243
type = "threshold"

rules/windows/credential_access_via_snapshot_lsass_clone_creation.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ tags = [
4242
"Data Source: Sysmon",
4343
"Data Source: System",
4444
"Resources: Investigation Guide",
45+
"vigilant.disabled"
4546
]
4647
timestamp_override = "event.ingested"
4748
type = "eql"

rules/windows/defense_evasion_timestomp_sysmon.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ tags = [
2828
"Tactic: Defense Evasion",
2929
"Data Source: Sysmon",
3030
"Resources: Investigation Guide",
31+
"vigilant.disabled"
3132
]
3233
timestamp_override = "event.ingested"
3334
type = "eql"

0 commit comments

Comments
 (0)