Skip to content

Commit

Permalink
Add a test example for whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
clenk authored Sep 3, 2019
1 parent 908424e commit 3892c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stix2patterns/test/spec_examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
[process:command_line MATCHES '^.+>-add GlobalSign.cer -c -s -r localMachine Root$'] FOLLOWEDBY [process:command_line MATCHES'^.+>-add GlobalSign.cer -c -s -r localMachineTrustedPublisher$'] WITHIN 300 SECONDS
[network-traffic:dst_ref.value ISSUBSET '2001:0db8:dead:beef:0000:0000:0000:0000/64']
([file:name = 'foo.dll'] AND [win-registry-key:key = 'HKEY_LOCAL_MACHINE\\foo\\bar']) OR [process:name = 'fooproc' OR process:name = 'procfoo']
[file:hashes.MD5 = 'cead3f77f6cda6ec00f57d76c9a69faa']
[file:hashes.MD5 = 'cead3f77f6cda6ec00f57d76c9a69faa']
( [(network-traffic:dst_port IN(443,6443,8443) AND network-traffic:src_packets != 0) ])

0 comments on commit 3892c19

Please sign in to comment.