Zeek
zeek.orgDetect if you have a malware-infected computer on your network, and powerful network analysis framework and monitor.
- Homepage: zeek.org
- GitHub: github.com/zeek/zeek
- Web info: web-check.xyz/results/zeek.org
Zeek Source Code
Author
Description
Zeek is a powerful network analysis framework that is much different from the typical IDS you may know.
Homepage
https://www.zeek.orgLicense
NOASSERTION
Created
06 Jul 12
Last Updated
29 Mar 24
Latest version
Primary Language
C++
Size
160,081 KB
Stars
5,861
Forks
1,156
Watchers
5,861
Language Usage
Star History
Top Contributors
-
@jsiwek (3434)
-
@rsmmr (2726)
-
@timwoj (1969)
-
@0xxon (1772)
-
@awelzel (937)
-
@vpax (814)
-
@ckreibich (556)
-
@grigorescu (282)
-
@zeek-bot (253)
-
@sethhall (181)
-
@MaxKellermann (172)
-
@bbannier (133)
-
@mavam (129)
-
@Neverlord (103)
-
@J-Gras (102)
-
@srunnels (52)
-
@mauropalumbo75 (51)
-
@JustinAzoff (26)
-
@FlyingWithJerome (24)
-
@jsoref (21)
-
@eladsolomon-ms (21)
-
@leres (20)
-
@cstruck (17)
-
@dnthayer (17)
-
@ynadji (16)
-
@AmazingPP (15)
-
@devbali (14)
-
@1wilkens (14)
-
@fatemabw (13)
-
@jbencteux (12)
Recent Commits
-
Christian Kreibich (28 Mar 24)
Merge branch 'topic/christian/zeek-lib-fix' * topic/christian/zeek-lib-fix: Remove vestigial Conan bit in CMakeLists.txt When configuring Spicy, be prepated for zeek_lib or zeek_exe targets. Fix a typo in CMakeLists.txt when building Zeek as a library
-
Christian Kreibich (27 Mar 24)
Remove vestigial Conan bit in CMakeLists.txt This is no longer required since we switched Conan to vcpkg a while back.
-
Christian Kreibich (27 Mar 24)
When configuring Spicy, be prepated for zeek_lib or zeek_exe targets. This avoids a configuration error where zeek_exe is not defined (i.e. when building (only) as a library). It anticipates building both the executable and the library, which we used to do when using Conan but currently don't.
-
Christian Kreibich (27 Mar 24)
Fix a typo in CMakeLists.txt when building Zeek as a library This caused an error at configuration time since zeek_lie isn't a thing.
-
Robin Sommer (25 Mar 24)
Merge remote-tracking branch 'origin/topic/robin/bump-spicy' * origin/topic/robin/bump-spicy: Bump Spicy to current `main`.
-
Robin Sommer (25 Mar 24)
Bump Spicy to current `main`.
-
Tim Wojtulewicz (19 Mar 24)
Merge remote-tracking branch 'origin/topic/vern/fine-grained-ZAM-profiling' * origin/topic/vern/fine-grained-ZAM-profiling: tie into updates to gen-zam ZAM documentation updated to reflect finer-grained profiling ZAM-specific BTest baseline changes for tweak to how ZAM bodies print BTest baseline changes for tweak to how ZAM bodies print ZAM execution changes to support richer profiling use richer block-aware location information for ZAM instructions better isolation of ZAM instruction elements hooks for tracking extended ZAM profiling location framework for --enable-ZAM-profiling configuration profiles go to zprof.log rather than stdout ZAM classes in support of finer-grained profiling refined ZAM function profiling to include (correct) statement line number blocks avoid potentially expensive mallinfo() call if result won't be used
-
Vern Paxson (10 Mar 24)
tie into updates to gen-zam
-
Vern Paxson (10 Mar 24)
ZAM documentation updated to reflect finer-grained profiling
-
Vern Paxson (10 Mar 24)
ZAM-specific BTest baseline changes for tweak to how ZAM bodies print
-
Vern Paxson (10 Mar 24)
BTest baseline changes for tweak to how ZAM bodies print
-
Vern Paxson (10 Mar 24)
ZAM execution changes to support richer profiling
-
Vern Paxson (10 Mar 24)
use richer block-aware location information for ZAM instructions
-
Vern Paxson (10 Mar 24)
better isolation of ZAM instruction elements hooks for tracking extended ZAM profiling location
-
Vern Paxson (10 Mar 24)
framework for --enable-ZAM-profiling configuration profiles go to zprof.log rather than stdout
-
Vern Paxson (10 Mar 24)
ZAM classes in support of finer-grained profiling
-
Vern Paxson (10 Mar 24)
refined ZAM function profiling to include (correct) statement line number blocks
-
Vern Paxson (10 Mar 24)
avoid potentially expensive mallinfo() call if result won't be used
-
Tim Wojtulewicz (19 Mar 24)
Merge remote-tracking branch 'origin/topic/timw/fix-std-function-stmt' * origin/topic/timw/fix-std-function-stmt: Remove variant from StdFunctionStmt
-
Tim Wojtulewicz (19 Mar 24)
Remove variant from StdFunctionStmt The variant ended up conflicting with std::bind, which resulted in failures on the btest invoking it. Change back to a single function that takes a flow, and default it to a value in Exec.
-
Tim Wojtulewicz (18 Mar 24)
Merge remote-tracking branch 'origin/topic/timw/std-function-event-handler' * origin/topic/timw/std-function-event-handler: Add a method to register an event handler to a std::function via C++
-
Tim Wojtulewicz (08 Mar 24)
Add a method to register an event handler to a std::function via C++
-
Tim Wojtulewicz (18 Mar 24)
Merge remote-tracking branch 'origin/topic/neverlord/broker-bump' * origin/topic/neverlord/broker-bump: Update Broker submodule
-
Dominik Charousset (24 Feb 24)
Update Broker submodule
-
Arne Welzel (18 Mar 24)
Merge remote-tracking branch 'origin/topic/awelzel/remove-superflous-aws-ecr-username' * origin/topic/awelzel/remove-superflous-aws-ecr-username: cirrus: Remove misleading and always empty AWS_ECR_USERNAME
-
Arne Welzel (18 Mar 24)
cirrus: Remove misleading and always empty AWS_ECR_USERNAME
-
Arne Welzel (18 Mar 24)
Merge remote-tracking branch 'origin/topic/awelzel/3442-evt-port-deprecation' * origin/topic/awelzel/3442-evt-port-deprecation: btest/spicy: Remove most port usages spicy: Deprecate port/ports in .evt files
-
Arne Welzel (18 Mar 24)
Merge remote-tracking branch 'origin/topic/awelzel/generate-docs-spicy-pygments-use-cached' * origin/topic/awelzel/generate-docs-spicy-pygments-use-cached: Update doc submodule
-
Arne Welzel (18 Mar 24)
Update doc submodule For spicy-pygments.py sync.
-
Arne Welzel (18 Mar 24)
github/generate-docs: Only commit if there are staged changes git diff-index by default includes staged and non-staged changes. The autogen-spicy-docs script copies over spicy-pygments.py from the Spicy tree into doc/ext. The job would attempt to commit scripts and script-reference even though nothing actually is staged when a spurious diff existed in ext/spicy-pygments.py. Guard from this by using --cached.
Zeek Website
Website
The Zeek Network Security Monitor
Zeek (formerly Bro) is the world’s leading platform for network security monitoring. Flexible, open source, and powered by defenders.
Redirects
Redirects to https://zeek.org/
Security Checks
All 66 security checks passed
Server Details
- IP Address 192.0.78.150
- Location San Francisco, California, United States of America, NA
- ISP Automattic Inc
- ASN AS2635
Associated Countries
-
US
Saftey Score
Website marked as safe
100%
Blacklist Check
zeek.org was found on 0 blacklists
- ThreatLog
- OpenPhish
- PhishTank
- Phishing.Database
- PhishStats
- URLhaus
- RPiList Not Serious
- AntiSocial Blacklist
- PhishFeed
- NABP Not Recommended Sites
- Spam404
- CRDF
- Artists Against 419
- CERT Polska
- PetScams
- Suspicious Hosting IP
- Phishunt
- CoinBlockerLists
- MetaMask EthPhishing
- EtherScamDB
- EtherAddressLookup
- ViriBack C2 Tracker
- Bambenek Consulting
- Badbitcoin
- SecureReload Phishing List
- Fake Website Buster
- TweetFeed
- CryptoScamDB
- StopGunScams
- ThreatFox
- PhishFort
Website Preview
Zeek Reviews
More Self-Hosted Network Security
-
Network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole. Pi-Hole can significantly speed up your internet, remove ads and block malware. It comes with a nice web interface and a mobile app with monitoring features, it's open source, easy to install and very widely used.
-
Another DNS server for blocking privacy-invasive content at its source. Technitium doesn't require much of a setup, and basically works straight out of the box, it supports a wide range of systems (and can even run as a portable app on Windows). It allows you to do some additional tasks, such as add local DNS addresses and zones with specific DNS records. Compared to Pi-Hole, Technitium is very lightweight, but lacks the deep insights that Pi-Hole provides, and has a significantly smaller community behind it.
-
A hardened, versatile, state-of-the-art open source firewall based on Linux. Its ease of use, high performance and extensibility make it usable for everyone.
-
A simple way to set up a home VPN on any Debian server. Supports OpenVPN and WireGuard with elliptic curve encryption keys up to 512 bit. Supports multiple DNS providers and custom DNS providers - works nicely along-side PiHole.
-
Powerful open source web content filter.
-
Widely used, open source firewall/router.
-
Open-source self-hosted VPN and firewall built on WireGuard®.
About the Data: Zeek
API
You can access Zeek's data programmatically via our API.
Simply make a GET
request to:
https://api.awesome-privacy.xyz/networking/self-hosted-network-security/zeek
The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.
About the Data
Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.
Share Zeek
Help your friends compare Self-Hosted Network Security, and pick privacy-respecting software and services.
Share Zeek and Awesome Privacy with your network!