文件名称:osquery_exporter:osquery的http导出器
文件大小:8KB
文件格式:ZIP
更新时间:2024-04-03 14:02:58
Go
osquery导出器 osquery_exporter是一个用go编写的项目,通过HTTP公开了osqueryi风格的CLI接口,用于查询 。 与出口商互动 守护程序在默认端口5000上运行http服务器,该服务器接受对POST主体有效负载的单个查询,并使用JSON对象的JSON列表进行回复。 curl http://localhost:5000/query -H "Content-type: application/json" \ -d '{"query": "SELECT * FROM osquery_info"}' 上面的请求返回 [ { " build_distro " : " 10.12 " , " build_platform " : " darwin " , " config_hash " : " 9ba4d23815e349372b13
【文件预览】:
osquery_exporter-master
----go.mod(262B)
----main.go(971B)
----.github()
--------workflows()
----go.sum(2KB)
----Dockerfile(152B)
----internal()
--------constants()
--------client()
--------api()
----README.md(1KB)
----Makefile(489B)
----.gitignore(23B)