| Namespace: | GLOBAL |
|---|---|
| Source File: | /scripts/base/bif/plugins/Bro_FileHash.events.bif.bro |
| 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