17 lines
345 B
Text
17 lines
345 B
Text
rule BastionGuard_TestRule
|
|
{
|
|
meta:
|
|
description = "Regola di test per BastionGuard Anti-Ransomware"
|
|
severity = 42
|
|
author = "Calogero"
|
|
version = "1.0"
|
|
date = "2025-01-01"
|
|
test = true
|
|
|
|
strings:
|
|
$test_string = "BastionGuard_TEST_SIGNATURE_1234"
|
|
|
|
condition:
|
|
$test_string
|
|
}
|
|
|