]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
smtp: Add test to match on attachment with md5
authorThomas Winter <Thomas.Winter@alliedtelesis.co.nz>
Mon, 15 May 2023 00:03:08 +0000 (12:03 +1200)
committerVictor Julien <victor@inliniac.net>
Fri, 30 Jun 2023 07:17:23 +0000 (09:17 +0200)
commit60b08faaac918e026dde5587695f73d6a1755cc4
treeeaaba2ab3f87628f6c4e5245e0af653d5c5f0031
parent3450a0af517e677e1250686f8de0348b74f54c42
smtp: Add test to match on attachment with md5

Based on the filemd5 test but using smtp attachment instead.
The SMTP transaction contains the EICAR file as an attachment and
the expected md5 to match used is the standard md5 for the EICAR.
tests/smtp-attachment-md5/input.pcap [new file with mode: 0644]
tests/smtp-attachment-md5/target.md5 [new file with mode: 0644]
tests/smtp-attachment-md5/test.rules [new file with mode: 0644]
tests/smtp-attachment-md5/test.yaml [new file with mode: 0644]