Update test_rules.py

This commit is contained in:
Yacine Elhamer
2023-07-03 02:48:24 +01:00
committed by GitHub
parent 21cecb2aec
commit f1d7ac36eb

View File

@@ -387,10 +387,12 @@ def test_subscope_rules():
dynamic: process dynamic: process
features: features:
- and: - and:
- string: yo - string: /etc/shadow
- instruction: - or:
- mnemonic: shr - api: open
- number: 5 - instruction:
- mnemonic: syscall
- number: 2 = open syscall number
""" """
) )
), ),