vautour

module
v0.0.0-...-64062e4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2020 License: GPL-3.0

README ยถ

Vautour

By the original author of Clair, Vautour is a distributed & extensible web hunter. Crawling the internet, Vautour lists, scrapes, processes (e.g. YARA) & persists documents asynchronously, looking for content that may be of interest for organizations or security researchers.

Supported Modules

Below are the modules currently supported by Vautour. Contributing new modules is straight-forward, as it merely requires to implement the desired interface as a new Go package in src/modules & importing it in cmd/vautour/main.go (or within your custom main file).

Name Status Notes
Inputs
Pastebin โœ… (Requires Pastebin PRO)
Github / Gists ๐Ÿ•’ (Planned)
Stack Exchange ๐Ÿ•’ (Planned)
Processors
YARA โœ… (Sample rules)
Outputs
ElasticSearch โœ…
Mailer
Queues
Redis โœ…
Getting started
  • Read & acknowledge the DISCLAIMER, as well the LICENSE
  • Run docker-compose up
  • Wait a minute for the ELK stack to start, and for the first documents to be published
    • In the meantime, take a look at the default config
  • Head to Kibana
  • Create an Index Pattern:
    • Name it "Vautour"
    • Choose "CreatedAt" as the time field,
    • Edit the "Content" field, set the format to "String" and the transform to "Base64 Decode"
  • Profit.
    • Documents that matched the examples rules will have their Score: >0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL