{"id":38232612,"url":"https://github.com/d4-project/plum-island","last_synced_at":"2026-01-17T01:01:40.976Z","repository":{"id":315570933,"uuid":"1060038342","full_name":"D4-project/Plum-Island","owner":"D4-project","description":"Proactive Land Uncovering \u0026 Monitoring","archived":false,"fork":false,"pushed_at":"2026-01-14T15:28:51.000Z","size":988,"stargazers_count":8,"open_issues_count":15,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-14T18:19:22.858Z","etag":null,"topics":["network-scanning"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/D4-project.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-19T09:46:57.000Z","updated_at":"2026-01-14T15:28:55.000Z","dependencies_parsed_at":"2025-09-19T11:48:07.763Z","dependency_job_id":"5703dc6d-32ab-4ede-af46-7200de70b749","html_url":"https://github.com/D4-project/Plum-Island","commit_stats":null,"previous_names":["d4-project/plum-island"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/D4-project/Plum-Island","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D4-project%2FPlum-Island","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D4-project%2FPlum-Island/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D4-project%2FPlum-Island/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D4-project%2FPlum-Island/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D4-project","download_url":"https://codeload.github.com/D4-project/Plum-Island/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D4-project%2FPlum-Island/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28490904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"ssl_error","status_checked_at":"2026-01-17T00:43:11.982Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["network-scanning"],"created_at":"2026-01-17T01:01:39.693Z","updated_at":"2026-01-17T01:01:40.853Z","avatar_url":"https://github.com/D4-project.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"d4-Plum-Island\" src=\"https://raw.githubusercontent.com/D4-project/Plum-Island/master/documentation/media/plum_logo.png\"   style=\"width:25%;\" /\u003e\n\n\u003ch1\u003e Proactive Land Uncovering \u0026 Monitoring \u003c/h1\u003e\n  \u003cimg alt=\"d4-Plum-Island\" src=\"https://raw.githubusercontent.com/D4-project/Plum-Island/master/documentation/media/plum_overview.png\" /\u003e\n\u003c/div\u003e\n\u003cp\u003e\n\u003ccenter\u003e\n*Beta version*\n\u003c/center\u003e\n\u003c/p\u003e\n\n## Description\n\nThis tool acts as an orchestrator for proactive surface-exposure discovery.\nIt assigns scanning tasks to agents, collects their results, and stores the data with full history. The collected information is queryable.\n\n## Search capacity\n\nThe following keywords can be used to explore the data:\n\n| Keyword | Modifier | Description |\n| -------- | -------- | -------- |\n| ip     |      | IP of the host  |\n| net | | Cidr network, from /16 to /24 |\n| fqdn | like, begin| fully qualified domain name|\n| host | like, begin  | hostname, the subdomain part |\n| domain | like, begin | dns domain |\n| tld | like, begin | top level domain | \n| port | | Open port |\n| http_title | like, begin | html title tag |\n| http_cookiename | like, begin | Http set cookie keyname |\n| http_etag | like, begin | http etag value |\n| http_server | like, begin | http serveur value |\n| x509_issuer | like, begin | \n| x509_md5 | | md5sum of the tls  certificate public signature   \n| x509_sha1 | | sha1sum of the tls certificate public signature | \n| x509_sha256 | | sha256sum of the tls certificate public signature | \n| x509_subject |like, begin | tls certificate common name  |\n| x509_san |like, begin |  tls certificate subject alternatives name |\n\nmodifier could be abreviated;  \n* like to lk\n* begin to bg\n\nFor now the query string only do AND between terms.\n\n### Example of query\n\n\u003edomain.begin:\"circl.lu\" port:443 http_server.lk:nginx\n\nRetrieve all Nginx http servers listening on port 443, with any mention to domain belonging to CIRCL.lu\n\n## Technical requirements\n\n- Python 3.10 \n- Flask Appbuilder 4.8 (https://flask-appbuilder.readthedocs.io/en/latest/#) \n- meilisearch (https://www.meilisearch.com/) \n- Kvrocks (https://kvrocks.apache.org/) \n\n## Installation\n\nBefore starting the setup, please ensure that you have both a meilisearch and a kvrocks servers running and reachable.\n\nTo setup an environnement do;\n\n```bash\ngit clone \ncd Plum-Island \n./setup.sh \n```\nAnd review config.py for matching your configuration \n\nThen you could setup your prefered web server or simply run for demo\n```bash\nsource ./venv/bin/activate  \ncd webapp  \npython run.sh  \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd4-project%2Fplum-island","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd4-project%2Fplum-island","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd4-project%2Fplum-island/lists"}