
The network telemetry engine for data-driven security investigations.
https://github.com/tenzir/vast/actions?query=branch%3Amaster+workflow%3AVAST https://github.com/tenzir/vast/actions?query=branch%3Amaster+workflow%3A%22VAST+Static%22 https://github.com/tenzir/vast/actions?query=branch%3Amaster+workflow%3A%22Jupyter+Notebook%22 https://github.com/tenzir/vast/compare/2021.06.24...master https://raw.github.com/vast-io/vast/master/COPYING
Getting Started — Installation — Documentation — https://github.com/tenzir/.github/blob/master/contributing.md — Changelog — License and Scientific Use
High-Throughput Ingestion: import numerous log formats over 100k events/second, including Zeek, Suricata, JSON, and CSV.
Low-Latency Queries: sub-second response times over the entire data lake, thanks to multi-level bitmap indexing and actor model concurrency. Particularly helpful for instant indicator checking over the entire dataset.
Flexible Export: access data in common text formats (ASCII, JSON, CSV), in binary form (MRT, PCAP), or via zero-copy relay through Apache Arrow for arbitrary downstream analysis.
Powerful Data Model and Query Language: the generic semi-structured data model allows for expressing complex data in a typed fashion. An intuitive query language that feels like grep and awk at scale enables powerful subsetting of data with domain-specific operations, such as top-k prefix search for IP addresses and subset relationships.
Schema Pivoting: the missing link to navigate between related events, e.g., extracting a PCAP for a given IDS alert, or locating all related logs for a given query.
Linux users can download our latest static binary release via browser or cURL.
shcurl -L -O https://storage.googleapis.com/tenzir-public-data/vast-static-builds/vast-static-latest.tar.gz
Unpack the archive. It contains three folders bin, etc, and share. To get
started invoke the binary in the bin directory directly.
shtar xfz vast-static-latest.tar.gz bin/vast --help
To install VAST locally, simply place the unpacked directories in your install
prefix, e.g., /usr/local.
The installation guide contains more detailed and platform-specific instructions on how to build and install VAST for all supported platforms.
Here are some commands to get a first glimpse of what VAST can do for you.
Start a VAST node:
shvast start
Ingest Zeek logs of various kinds:
shzcat *.log.gz | vast import zeek
Run a query over the last hour, rendered as JSON:
shvast export json ':timestamp > 1 hour ago && (6.6.6.6 || 5353/udp)'
Ingest a PCAP trace with a 1024-byte flow cutoff:
shvast import pcap -c 1024 < trace.pcap
Run a query over PCAP data, sort the packets by time, and feed them into
tcpdump:
shvast export pcap "sport > 60000/tcp && src !in 10.0.0.0/8" \ | ipsumdump --collate -w - \ | tcpdump -r - -nl
VAST comes with a https://raw.github.com/vast-io/vast/master/COPYING. When referring to VAST in a scientific context, please use the following citation:
bibtex@InProceedings{nsdi16:vast, author = {Matthias Vallentin and Vern Paxson and Robin Sommer}, title = {{VAST: A Unified Platform for Interactive Network Forensics}}, booktitle = {Proceedings of the USENIX Symposium on Networked Systems Design and Implementation (NSDI)}, month = {March}, year = {2016} }
You can download the paper from the NSDI '16 proceedings.
Developed with ❤️ by Tenzir


探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务