FRAMEWORK

zeek's frameworks help analysts to discover the different events of interest. these frameworks are stored in /opt/zeek/share/zeek/policy/frameworks directory. specific frameworks can be used and loaded into a zeek script using the cmd "@load {framework script name.zeek}". Prebuilt frameworks are commonly used in scriptings with the "@load" method. Specific scripts are used as practical scripts for particular use cases

BASIC FRAMEWORK SCRIPTING

FILTERING AND CORRELATING FINDINGS

this method helps in the investigation of particular value across all available logs.

Last updated