diff --git a/tests/test_rules.py b/tests/test_rules.py index 500af0b6..d62684c3 100644 --- a/tests/test_rules.py +++ b/tests/test_rules.py @@ -387,10 +387,12 @@ def test_subscope_rules(): dynamic: process features: - and: - - string: yo - - instruction: - - mnemonic: shr - - number: 5 + - string: /etc/shadow + - or: + - api: open + - instruction: + - mnemonic: syscall + - number: 2 = open syscall number """ ) ),