zeek/scripts/policy/frameworks
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
..
control Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
dpd Introduce generic analyzer_confirmation_info and analyzer_violation_info 2022-09-27 17:49:51 +02:00
files files.log: Unroll and introduce uid and id fields 2022-08-16 17:22:20 +02:00
intel intel/seen/file-names: Use file_over_new_connection() 2023-01-10 10:10:28 +01:00
management Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
netcontrol Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
notice update uses of "when" in base scripts to include captures 2022-01-07 14:53:33 -08:00
packet-filter More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
signatures Hopefully the last major script reorganization. 2011-08-05 23:09:53 -04:00
software policy: Use literal dots for patterns used against content-type and hostname 2022-07-11 10:34:47 +02:00
telemetry Introduce telemetry framework 2022-08-05 11:43:44 +02:00