Skip to content

Commit 9793811

Browse files
committed
refactor(rules): drop "now-" prefix from within field
1 parent a21ec9d commit 9793811

199 files changed

Lines changed: 215 additions & 215 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

rules/antivirus/bitdefender_gz/av_console_lateral_movement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ afterEvents:
3535
- field: log.hostId
3636
operator: filter_term
3737
value: '{{.log.hostId}}'
38-
within: now-30m
38+
within: 30m
3939
count: 10
4040
groupBy:
4141
- lastEvent.log.eventType

rules/antivirus/bitdefender_gz/av_policy_override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ afterEvents:
3636
- field: log.hostId
3737
operator: filter_term
3838
value: '{{.log.hostId}}'
39-
within: now-1h
39+
within: 1h
4040
count: 3
4141
groupBy:
4242
- lastEvent.log.eventType

rules/antivirus/bitdefender_gz/malware_outbreak_multiple_hosts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ afterEvents:
4141
- field: log.eventType
4242
operator: filter_term
4343
value: "AntiMalware"
44-
within: now-2h
44+
within: 2h
4545
count: 10
4646
groupBy:
4747
- lastEvent.log.signatureID

rules/antivirus/bitdefender_gz/multiple_malware_from_single_source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ afterEvents:
4747
- field: log.eventType
4848
operator: filter_term
4949
value: "AntiMalware"
50-
within: now-1h
50+
within: 1h
5151
count: 5
5252
groupBy:
5353
- lastEvent.log.hostId

rules/antivirus/bitdefender_gz/network_threat_detection.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ afterEvents:
3939
- field: origin.ip
4040
operator: filter_term
4141
value: '{{.origin.ip}}'
42-
within: now-2h
42+
within: 2h
4343
count: 5
4444
or:
4545
- indexPattern: v11-log-antivirus-bitdefender-gz-*
@@ -50,7 +50,7 @@ afterEvents:
5050
- field: log.eventType
5151
operator: filter_term
5252
value: 'network-sandboxing'
53-
within: now-4h
53+
within: 4h
5454
count: 3
5555
groupBy:
5656
- lastEvent.log.hostId

rules/antivirus/bitdefender_gz/ransomware_behavior_detection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ afterEvents:
3737
- field: log.hostId
3838
operator: filter_term
3939
value: '{{.log.hostId}}'
40-
within: now-10m
40+
within: 10m
4141
count: 5
4242
groupBy:
4343
- lastEvent.log.hostId

rules/antivirus/bitdefender_gz/usb_malware_propagation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ afterEvents:
3636
- field: log.hostId
3737
operator: filter_term
3838
value: '{{.log.hostId}}'
39-
within: now-30m
39+
within: 30m
4040
count: 5
4141
groupBy:
4242
- lastEvent.log.eventType

rules/antivirus/deceptive-bytes/advanced_threat_tactic_identification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ afterEvents:
4343
- field: log.tacticName
4444
operator: filter_term
4545
value: '{{.log.tacticName}}'
46-
within: now-15m
46+
within: 15m
4747
count: 3
4848
groupBy:
4949
- lastEvent.log.tacticName

rules/antivirus/deceptive-bytes/data_theft_attempt_indicators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ afterEvents:
3838
- field: log.event_type
3939
operator: filter_term
4040
value: 'decoy_accessed'
41-
within: now-2h
41+
within: 2h
4242
count: 3
4343
groupBy:
4444
- lastEvent.log.decoy_file

rules/antivirus/deceptive-bytes/deception_token_access_patterns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ afterEvents:
4040
- field: log.eventType
4141
operator: filter_term
4242
value: 'token_access'
43-
within: now-1h
43+
within: 1h
4444
count: 3
4545
groupBy:
4646
- lastEvent.log.tokenId

0 commit comments

Comments
 (0)