{"id":27976460,"url":"https://github.com/misp/misp-global-search","last_synced_at":"2025-10-08T17:07:52.444Z","repository":{"id":279253506,"uuid":"938101206","full_name":"MISP/misp-global-search","owner":"MISP","description":"A global search of all MISP galaxy, objects and taxonomy.","archived":false,"fork":false,"pushed_at":"2025-03-12T14:23:11.000Z","size":75,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-08T01:34:15.518Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://search.misp-community.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MISP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-02-24T12:27:23.000Z","updated_at":"2025-03-12T14:23:15.000Z","dependencies_parsed_at":"2025-03-12T14:38:56.354Z","dependency_job_id":null,"html_url":"https://github.com/MISP/misp-global-search","commit_stats":null,"previous_names":["misp/misp-global-search"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MISP/misp-global-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MISP%2Fmisp-global-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MISP%2Fmisp-global-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MISP%2Fmisp-global-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MISP%2Fmisp-global-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MISP","download_url":"https://codeload.github.com/MISP/misp-global-search/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MISP%2Fmisp-global-search/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265724873,"owners_count":23817904,"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":[],"created_at":"2025-05-08T01:27:02.857Z","updated_at":"2025-10-08T17:07:47.379Z","avatar_url":"https://github.com/MISP.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MISP Global Search\n\nMISP Global Search is a tool to quickly search MISP resources using full-text search. Currently the following resources are included: \n\n- [MISP Galaxy](https://github.com/MISP/misp-galaxy)\n- [MISP Objects](https://github.com/MISP/misp-objects)\n- [MISP Taxonomies](https://github.com/MISP/misp-taxonomies)\n\n## Deploy Locally\n\nThis repo includes scripts to deploy MISP Global Search using LXD. \n\n### Prerequisites\n\n1. Setup Python environment:\n    ```bash\n    python3 -m venv env\n    ```\n\n2. Activate the environment:\n    ```bash\n    source ./env/bin/activate\n    ```\n\n3. Install required packages:\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n### Setup\n\n1. Setup a Meilisearch instance:\n    ```bash\n    bash setup_meilisearch.sh\n    ```\n\n2. Index MISP Galaxy data into Meilisearch:\n\n    You can use the `index.py` file to automatically index Meilisearch with the data from the sources above. \n\n    ```bash\n    python3 index.py --index\n    ```\n\n3. Start webapp:\n    ```bash\n    bash setup_webapp.sh\n    ```\n    \u003e Note: Per default the webapp will bind to localhost:8000 on your host machine\n\n### Update\n\nTo update the data in Meilisearch you can run the index script with the `--update` flag:\n\n```bash\npyhton3 index.py --update\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisp%2Fmisp-global-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisp%2Fmisp-global-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisp%2Fmisp-global-search/lists"}