{"id":13585730,"url":"https://github.com/DynamiteAI/dynamite-nsm","last_synced_at":"2025-04-07T10:31:35.710Z","repository":{"id":36445998,"uuid":"192396485","full_name":"DynamiteAI/dynamite-nsm","owner":"DynamiteAI","description":"DynamiteNSM is a free Network Security Monitor developed by Dynamite Analytics to enable network visibility and advanced cyber threat detection","archived":false,"fork":false,"pushed_at":"2023-05-23T01:22:04.000Z","size":124780,"stargazers_count":164,"open_issues_count":30,"forks_count":22,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-05-04T02:03:34.767Z","etag":null,"topics":["agents","dashboards","dynamite-nsm","elasticsearch","ipfix","kibana","logstash","netflow","network-analysis","network-traffic","python","python3","suricata","zeek"],"latest_commit_sha":null,"homepage":"http://dynamite.ai/","language":"Python","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/DynamiteAI.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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-06-17T18:13:54.000Z","updated_at":"2024-08-01T16:31:53.329Z","dependencies_parsed_at":"2024-08-01T16:31:52.058Z","dependency_job_id":"8e305941-27b4-4702-8ca4-ebc17973dff1","html_url":"https://github.com/DynamiteAI/dynamite-nsm","commit_stats":{"total_commits":1330,"total_committers":7,"mean_commits":190.0,"dds":0.0390977443609023,"last_synced_commit":"a9c77e0f95ed8329f7fbe301884b34330e1fc082"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynamiteAI%2Fdynamite-nsm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynamiteAI%2Fdynamite-nsm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynamiteAI%2Fdynamite-nsm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynamiteAI%2Fdynamite-nsm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DynamiteAI","download_url":"https://codeload.github.com/DynamiteAI/dynamite-nsm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247636442,"owners_count":20970935,"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":["agents","dashboards","dynamite-nsm","elasticsearch","ipfix","kibana","logstash","netflow","network-analysis","network-traffic","python","python3","suricata","zeek"],"created_at":"2024-08-01T15:05:06.796Z","updated_at":"2025-04-07T10:31:34.660Z","avatar_url":"https://github.com/DynamiteAI.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":" \u003c!-- ## *DISCOVER YOUR NETWORK* --\u003e\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"http://dynamite.ai\"\u003e\u003cimg src=\"https://github.com/vlabsio/dynamite-nsm/raw/master/img/dynamite_analytics.png\" width=\"400\" height=\"auto\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n### What is Dynamite Network Security Monitor?\nDynamiteNSM is a lightweight network security monitor conveniently bundled as a `Python ≥3.7` package. \nBuilt initially to simplify the installation of [Zeek](https://zeek.org/) and [Suricata](https://suricata.io/), the package now includes a robust set of Python modules for installing and managing both network monitoring and data visualization services.\n\nHowever, you do not need to write a single line of code to begin using DynamiteNSM. \nThe package comes with a commandline utility that automates the deployment of passive, packet-sniffing `agents` throughout your network, along with a `monitor` for visualizing the events produced by them. \n\nYou can install the `dynamite-nsm` package via `pip3` on any one of these supported [Linux distributions](https://dynamiteai.github.io/dynamite-nsm/requirements/01_supported_operating_systems). \n\n```bash\nsudo pip3 install dynamite-nsm\n```\n\n\u003ccenter\u003e\n    \u003cimg src=\"docs/data/img/demos/intro.gif\"\u003e\n\u003c/center\u003e\n\u003cbr\u003e\n\u003cp align=\"right\"\u003e\n \u003ca href=\"https://dynamiteai.github.io/dynamite-nsm/guides/01_quick_start\"\u003e\u003cb\u003eQuick Start Guide »\u003c/b\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n\n### Dashboards\n\nDynamiteNSM's `monitor` component ships with a powerful set of dashboards for finding patterns in your network data.\n\n\u003ccenter\u003e\n    \u003cimg src=\"docs/data/img/kibana_dashboard_alerts.png\"\u003e\n\u003c/center\u003e\n\u003cbr\u003e\n\u003cp align=\"right\"\u003e\n \u003ca href=\"https://dynamiteai.github.io/dynamite-nsm/guides/base_views/01_overview\"\u003e\u003cb\u003eDashboard Overview »\u003c/b\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n### Documentation\n\nCheckout our comprehensive documentation complete with tutorials, guides, and example quickstart deployments.\n\nThose wishing to contribute may also be interested in our [development guides](https://dynamiteai.github.io/dynamite-nsm/guides/developers/01_overview).\n\n\u003ccenter\u003e\n    \u003cimg src=\"docs/data/img/dynamite_arch.png\"\u003e\n\u003c/center\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"right\"\u003e\n \u003ca href=\"https://dynamiteai.github.io/dynamite-nsm/\"\u003e\u003cb\u003eRead the Documentation »\u003c/b\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDynamiteAI%2Fdynamite-nsm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDynamiteAI%2Fdynamite-nsm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDynamiteAI%2Fdynamite-nsm/lists"}