base/bif/plugins/Bro_FileHash.events.bif.bro

GLOBAL
Namespace:GLOBAL
Source File:/scripts/base/bif/plugins/Bro_FileHash.events.bif.bro

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.

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

Copyright 2016, The Bro Project. Last updated on December 07, 2018. Created using Sphinx 1.8.2.