{"id":19986553,"url":"https://github.com/metrostar/paradrop","last_synced_at":"2025-05-04T07:31:31.658Z","repository":{"id":240285684,"uuid":"778463324","full_name":"MetroStar/paradrop","owner":"MetroStar","description":"paradrop cybersecurity asset management tool","archived":false,"fork":false,"pushed_at":"2024-08-19T20:52:39.000Z","size":10306,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-08T05:41:23.244Z","etag":null,"topics":["asset-management","cmdb","compliance","cyber","cybersecurity","inventory","inventory-management","netops","security","security-audit","security-automation","security-scanner","security-tools"],"latest_commit_sha":null,"homepage":"https://metrostar.com/paradrop-tool/","language":"JavaScript","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/MetroStar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2024-03-27T19:19:45.000Z","updated_at":"2025-03-10T14:48:07.000Z","dependencies_parsed_at":"2024-08-07T03:42:57.180Z","dependency_job_id":null,"html_url":"https://github.com/MetroStar/paradrop","commit_stats":null,"previous_names":["metrostar/paradrop"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetroStar%2Fparadrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetroStar%2Fparadrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetroStar%2Fparadrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetroStar%2Fparadrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MetroStar","download_url":"https://codeload.github.com/MetroStar/paradrop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252304732,"owners_count":21726610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["asset-management","cmdb","compliance","cyber","cybersecurity","inventory","inventory-management","netops","security","security-audit","security-automation","security-scanner","security-tools"],"created_at":"2024-11-13T04:29:35.738Z","updated_at":"2025-05-04T07:31:29.523Z","avatar_url":"https://github.com/MetroStar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg width=\"214\" height=\"42\" src=\"./ui/static/assets/logo-red.png\" alt=\"paradrop\"\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003eCybersecurity Asset Management\u003c/h2\u003e\n\n[![Demo][demo_url_img]][demo_url]\n[![Admin Docs][admin_doc_img]][admin_doc_url]\n[![API Docs][api_doc_img]][api_doc_url]\n[![License][repo_license_img]][repo_license_url]\n\nparadrop is an open source, cybersecurity asset management tool that collects operating system information, including configurations, security settings, resource metrics, and installed and running software. The paradrop UI provides accessible, searchable, and filterable views on the data the paradrop agent collects from supported platforms. Our end goal is to build an easily customizable solution that provides methods to automate United States Government challenges around System Security Plans (SSP), Authorization to Operate (ATO), and Software Bill of Materials (SBOMs).\n\n## ⚡️ Quick start\n\n\u003e 🐳  **Docker Compose** Method  \n\u003e First install NodeJS 18.x, Make, cURL and Docker\n\n```bash\nmake local\n# Optional: Load test / example demo data\nmake seed\n```\n\n\u003e 🖥️  **Vagrant** Method\n\n```bash\nvagrant up\n```\n\nGo to https://localhost:8443/ui/\n\n## 📖 Docs\n\n**Main Docs**: https://demo.paradrop.io/docs\n\n**Swagger API Docs**: https://demo.paradrop.io/apidocs/\n\n## ⚙️ Development\n\n### `Opensearch`\nElasticsearch compatible database also works\n\n\u003e 🔔 Requires cURL, Make and Docker\n\n```bash\nmake elk\n```\n\n### `api` \nPython Flask API\n\n\u003e 🔔 Requires Python \u003e=3.10.\n\n```bash\nmake api\n```\n\n### `ui`\nBootstrap 5 \u0026 CoreUI Static HTML/CSS/JS\n\n\u003e 🔔 Requires Python 3.x or serve static assets from build UI directory.\n\n```bash\nmake ui\n```\n\n### `agent`\nGolang Agent (Windows/Linux/Darwin/amd64/arm64 supported)\n\u003e 🔔 Requires Go \u003e=1.22 \n\n```bash\ncd agent\nmake\n```\n\n\n## 🚧 Project Status\n\nThe paradrop tool is early in development, and we're still building more documentation to help you deploy across different architectures, accelerate iterating on changes, and enhance security controls this year.\n\nWe hope you star this project, engage with us, and check back when you can for further updates coming soon.\n\n\n## ⚠️ License\n\n[`paradrop`][repo_url] is free and open source software licensed under \nthe [GNU General Public License v3.0][repo_license_url]\n\n\n\u003c!-- Links --\u003e\n[admin_doc_url]: https://demo.paradrop.io/docs\n\n[repo_license_url]: https://github.com/Metrostar/paradrop/blob/main/COPYING\n\n[repo_url]: https://github.com/MetroStar/paradrop\n\n[repo_license_img]: https://img.shields.io/badge/license-GPLv3-purple?style=for-the-badge\u0026logo=none\n\n[admin_doc_img]: https://img.shields.io/badge/admin_docs-click_here-blue?style=for-the-badge\u0026logo=none\n\n[api_doc_img]: https://img.shields.io/badge/api_docs-click_here-pink?style=for-the-badge\u0026logo=none\n\n[api_doc_url]: https://demo.paradrop.io/apidocs/\n\n[demo_url]: https://demo.paradrop.io/ui/login/\n\n[demo_url_img]: https://img.shields.io/badge/demo-click_here-red?style=for-the-badge\u0026logo=none","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetrostar%2Fparadrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetrostar%2Fparadrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetrostar%2Fparadrop/lists"}