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).