veinmind-history 是由长亭科技自研的一款镜像异常历史命令扫描工具
- 快速扫描镜像中的异常历史命令
- 支持自定义历史命令检测规则
- 支持
containerd
/dockerd
两种容器运行时
- linux/amd64
- linux/386
- linux/arm64
- linux/arm
请先安装libveinmind
,安装方法可以参考官方文档
然后安装veinmind-history
所需要的python
依赖,在项目目录执行命令
cd ./plugins/python/veinmind-history
pip install -r requirements.txt
基于平行容器的模式,获取 veinmind-history
的镜像并启动
docker run --rm -it --mount 'type=bind,source=/,target=/host,readonly,bind-propagation=rslave' registry.veinmind.tech/veinmind/veinmind-history
或者使用项目提供的脚本启动
chmod +x parallel-container-run.sh && ./parallel-container-run.sh
1.指定镜像名称或镜像ID并扫描 (需要本地存在对应的镜像)
python scan.py scan-images [imagename/imageid]
2.扫描所有本地镜像
python scan.py scan-images
3.指定容器运行时类型
python scan.py scan-images --containerd
镜像类型
- dockerd
- containerd
4.指定输出类型
python scan.py --output [outputtype] scan-images
- description: 规则描述
- instruct: 操作指令
- match: 内容匹配规则,默认为正则