BastionGuard/data/yara/BastionGuard_TestRule.yara
specialworld83 d34e319fbe Public release
2026-02-27 21:37:06 +01:00

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
}