zeek/scripts/policy
Arne Welzel 6d19c49efe intel/seen/file-names: Use file_over_new_connection()
The seen/file-names script relies on f$info$filename to be populated.
For HTTP and other network protocols, however, this field is only
populated during file_over_new_connection() that's running after
file_new().

Use the file_new() event only for files without connections and
file_over_new_connection() implies that f$conns is populated, anyway.

Special case SMB to avoid finding files twice, because there's a
custom implementation in seen/smb-filenames.zeek.

Fixes #2647
2023-01-10 10:10:28 +01:00
..
files/x509 Remove unified2 file analyzer 2022-08-19 14:05:00 +02:00
frameworks intel/seen/file-names: Use file_over_new_connection() 2023-01-10 10:10:28 +01:00
integration/collective-intel Remove barnyard2 integration scripts 2022-08-19 14:04:27 +02:00
misc Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
protocols mqtt: Move from policy/ into base/ 2022-11-30 10:14:20 +01:00
tuning Remove trailing whitespace from script files 2021-10-20 09:57:09 -07:00