Intel Seen More
This package provides additional seen scripts for Zeek's intelligence framework. It implements the following functionalities:
-
udp: Sees originator and responder of UDP connections. Note: The script uses the potentially expensive eventnew_connection. -
icmp-ping: Sees originator and responder of ICMP echo requests and replies. Note: The script uses potentially expensive events. -
effective_dns: Introduces theIntel::EFFECTIVE_DOMAINindicator type for effective domains. For example "wikipedia.org" will match "www.wikipedia.org" and other subdomains. Note: The scripts require the DomainTLD package. -
conn-tcp: Introduces theIntel::CONN_TCPindicator type supporting<IP>:<Port>indicators for established TCP connections.
Installation
The scripts are available as package for the Zeek Package Manager and can be installed using the following command:
zkg install intel-seen-more
Usage
By default no script is loaded! To load all scripts add the following to your local.zeek:
@load packages
@load packages/intel-seen-more/seen
Seen scripts can also be loaded selectively:
@load packages
@load packages/intel-seen-more/seen/udp
@load packages/intel-seen-more/seen/effective-dns