Skip to content

Dockerfile and a handy script to do quick searches in MISP Warning Lists

License

Notifications You must be signed in to change notification settings

security-dockerfiles/misp-warninglists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Specify observable to search as an argument or mount a file with new line separated observables to the following path inside container /data/iocs.txt.

Examples:

    docker build -t mwls github.com/security-dockerfiles/misp-warninglists.git
    docker run -it --rm mwls 8.8.8.8
    docker run -it --rm $PWD/iocs.txt:/data/iocs.txt mwls

About

Dockerfile and a handy script to do quick searches in MISP Warning Lists

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published