{"id":50501924,"url":"https://github.com/mablanco/docker-loki","last_synced_at":"2026-06-02T12:30:44.002Z","repository":{"id":45109935,"uuid":"206514876","full_name":"mablanco/docker-loki","owner":"mablanco","description":"Docker image for Loki, a Simple IOC Scanner","archived":false,"fork":false,"pushed_at":"2024-10-27T11:37:22.000Z","size":51,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-30T00:38:39.123Z","etag":null,"topics":["docker","malware-detection","security"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mablanco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-05T08:34:55.000Z","updated_at":"2024-10-27T11:37:26.000Z","dependencies_parsed_at":"2023-01-18T02:15:44.899Z","dependency_job_id":"15835a68-d9e8-481d-9150-6c5fcc744797","html_url":"https://github.com/mablanco/docker-loki","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/mablanco/docker-loki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablanco%2Fdocker-loki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablanco%2Fdocker-loki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablanco%2Fdocker-loki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablanco%2Fdocker-loki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mablanco","download_url":"https://codeload.github.com/mablanco/docker-loki/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablanco%2Fdocker-loki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33822812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","malware-detection","security"],"created_at":"2026-06-02T12:30:42.704Z","updated_at":"2026-06-02T12:30:43.994Z","avatar_url":"https://github.com/mablanco.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-loki\n\n## Description\n\nDocker image for Loki, a simple IOC and YARA scanner (\u003chttps://github.com/Neo23x0/Loki\u003e).\n\nThis image is built upon the official Alpine-based Python image.\n\n## How to use this image\n\n### Show inline help\n\n    docker run -it --rm mablanco/loki -h\n\n### Create a volume for Loki's signatures\n\n    docker volume create loki_signatures\n\n### Scan a directory\n\n    docker run -it --rm -v loki_signatures:/app/signature-base -v \u003clocal_directory_to_scan\u003e:/app/scan mablanco/loki -p ./scan\n\nIn order to be able to scan different directories in each invocation, it's advisable to use the `--rm` parameter to delete the container after its execution as it's not needed anymore. You can then scan another directory mounting it with the `-v` parameter. Don't forget to also mount the `loki_signatures` volume to prevent Loki from downloading the signatures each time a container is run.\n\n### Update signatures\n\n    docker run -it --rm -v loki_signatures:/app/signature-base mablanco/loki --update\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmablanco%2Fdocker-loki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmablanco%2Fdocker-loki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmablanco%2Fdocker-loki/lists"}