base/bif/plugins/Zeek_FileHash.events.bif.zeek

GLOBAL
Namespace

GLOBAL

Summary

Events

file_hash: event

This event is generated each time file analysis generates a digest of the file contents.

Detailed Interface

Events

file_hash
Type

event (f: fa_file, kind: string, hash: string)

This event is generated each time file analysis generates a digest of the file contents.

Parameters
  • f – The file.

  • kind – The type of digest algorithm.

  • hash – The result of the hashing.

See also: Files::add_analyzer, Files::ANALYZER_MD5, Files::ANALYZER_SHA1, Files::ANALYZER_SHA256