{"id":48367373,"url":"https://github.com/yasirhamza/wazuh-firewalla","last_synced_at":"2026-04-05T15:04:09.457Z","repository":{"id":331236319,"uuid":"1125831289","full_name":"yasirhamza/wazuh-firewalla","owner":"yasirhamza","description":"Wazuh SIEM integration for Firewalla with threat intelligence and Windows SRP monitoring","archived":false,"fork":false,"pushed_at":"2026-02-22T20:45:18.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-23T01:05:26.286Z","etag":null,"topics":["docker","firewalla","security","siem","threat-intelligence","wazuh"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yasirhamza.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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-12-31T12:59:35.000Z","updated_at":"2026-02-22T20:45:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yasirhamza/wazuh-firewalla","commit_stats":null,"previous_names":["yasirhamza/wazuh-firewalla"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yasirhamza/wazuh-firewalla","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasirhamza%2Fwazuh-firewalla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasirhamza%2Fwazuh-firewalla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasirhamza%2Fwazuh-firewalla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasirhamza%2Fwazuh-firewalla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yasirhamza","download_url":"https://codeload.github.com/yasirhamza/wazuh-firewalla/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasirhamza%2Fwazuh-firewalla/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31439444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T13:13:19.330Z","status":"ssl_error","status_checked_at":"2026-04-05T13:13:17.778Z","response_time":75,"last_error":"SSL_read: 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":["docker","firewalla","security","siem","threat-intelligence","wazuh"],"created_at":"2026-04-05T15:03:33.707Z","updated_at":"2026-04-05T15:04:09.452Z","avatar_url":"https://github.com/yasirhamza.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firewalla-Wazuh SIEM Integration\n\nIntegrate your [Firewalla](https://firewalla.com) network security device with [Wazuh](https://wazuh.com) SIEM for centralized security monitoring, threat intelligence correlation, and custom alerting.\n\n## Features\n\n- **MSP API Integration** - Polls Firewalla MSP API for alarms, flows, and device inventory\n- **Threat Intelligence** - Automatic correlation with Feodo Tracker and ThreatFox C2 feeds\n- **Custom Detection Rules** - 40+ Wazuh rules for Firewalla events with MITRE ATT\u0026CK mappings\n- **Security Dashboard** - Pre-built OpenSearch dashboard for network visibility\n- **Store-and-Forward** - Resilient to container downtime with 30-day MSP API retention\n\n## Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/yasirhamza/wazuh-firewalla.git\ncd wazuh-firewalla\n\n# Configure credentials\ncp .env.example .env\nnano .env  # Set your passwords and MSP token\n\n# Generate SSL certificates\ndocker compose -f generate-certs.yml run --rm generator\n\n# Start the stack\ndocker compose up -d\n\n# Wait ~2 minutes, then access dashboard\n# https://localhost:443\n# Username: admin\n# Password: (your INDEXER_PASSWORD from .env)\n```\n\n## Architecture\n\n```\n┌─────────────────┐     ┌──────────────────┐     ┌─────────────────┐\n│  Firewalla MSP  │────▶│   msp-poller     │────▶│  Wazuh Manager  │\n│      API        │     │   (sidecar)      │     │   + Filebeat    │\n└─────────────────┘     └──────────────────┘     └────────┬────────┘\n                                                          │\n┌─────────────────┐     ┌──────────────────┐     ┌────────▼────────┐\n│  Threat Feeds   │────▶│  threat-intel    │────▶│  Wazuh Indexer  │\n│ (Feodo/ThreatFox)     │   (sidecar)      │     │  (OpenSearch)   │\n└─────────────────┘     └──────────────────┘     └────────┬────────┘\n                                                          │\n                                                 ┌────────▼────────┐\n                                                 │ Wazuh Dashboard │\n                                                 │   (port 443)    │\n                                                 └─────────────────┘\n```\n\n## Detection Rules\n\n| Rule ID Range | Category | Description |\n|---------------|----------|-------------|\n| 100200-100299 | Alarms | Firewalla security alerts (new device, port scan, spoofing) |\n| 100300-100399 | Devices | Device inventory changes |\n| 100400-100449 | Flows | Network flow analysis (blocked, high bandwidth) |\n| 100450-100499 | Threat Intel | C2 IP correlation matches |\n| 100500-100504 | Sidecar | Poller health monitoring |\n\n## Requirements\n\n- Docker Engine 20.10+\n- Docker Compose v2\n- 4GB RAM minimum\n- Firewalla MSP account (for API access)\n\n## Documentation\n\n- [SETUP.md](SETUP.md) - Detailed installation and configuration guide\n- [CHANGELOG.md](CHANGELOG.md) - Version history\n- [CONTRIBUTING.md](CONTRIBUTING.md) - Development guidelines\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n\n## Acknowledgments\n\n- [Wazuh](https://wazuh.com) - Open source security platform\n- [Firewalla](https://firewalla.com) - Network security appliance\n- [abuse.ch](https://abuse.ch) - Threat intelligence feeds\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasirhamza%2Fwazuh-firewalla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyasirhamza%2Fwazuh-firewalla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasirhamza%2Fwazuh-firewalla/lists"}