Sign inSign up

12abcloud/urlhaus

By 12abcloud

Updated about 4 years ago

Image
0

1.9K

12abcloud/urlhaus repository overview

urlhaus

Build Status

this is a api for the urlhause abuse service. The API is fetching all current online known phishing urls.

run the image

docker run -p 8080:8080 12abcloud/urlhaus

call the API

# clean example
curl -d '{"url": "example.com"}' http://localhost:8080/scan

{"clean":true,"tags":"","vendor_link":"","reporter":""}

# phishing example
curl -d '{"url": "https://inodesthetotaldesigners.com/qir2yk.rar"}' http://localhost:8080/scan

{"clean":false,"tags":"dll,Dridex","vendor_link":"https://urlhaus.abuse.ch/url/902124/","reporter":"reecdeep"}

config ENVs

ENVDefaultDescription
DEBUGtruewill enable debug logging
HAUS_URLhttps://urlhaus.abuse.ch/downloads/csv_onlineURL where the CSV can get downloaded
UPDATE_INTERVAL360supdate interval
CACHE_EXPIRATION720hcache expiration
API_SCAN_PATH/scanPath of the API
API_PORT:8080Port the service will listen

more informations

https://urlhaus.abuse.ch/downloads/csv_online/

Tag summary

Content type

Image

Digest

Size

10.4 MB

Last updated

about 4 years ago

docker pull 12abcloud/urlhaus