mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
signatures/iso-9660: Add \x01 suffix to CD001
As discussed with Tim, that should make it a bit more robust against false positives.
This commit is contained in:
parent
e11c20e1eb
commit
f4ed1e05fc
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
||||||
# results in major performance degradation.
|
# results in major performance degradation.
|
||||||
signature file-iso9660 {
|
signature file-iso9660 {
|
||||||
file-mime "application/x-iso9660-image", 99
|
file-mime "application/x-iso9660-image", 99
|
||||||
file-magic /.*CD001/
|
file-magic /.*CD001\x01/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue