Community-contributed integration packs for the OpenSOAR SOAR platform.
OpenSOAR is a PwnKit Labs product.
| Integration | Category | Status | Actions |
|---|---|---|---|
| CrowdStrike Falcon | EDR | In Development | Isolate host, lookup detection, search IOCs |
| SentinelOne | EDR | In Development | Isolate endpoint, get threats, remediate |
| Jira | ITSM | In Development | Create issue, update issue, transition |
| PagerDuty | Alerting | In Development | Trigger incident, acknowledge, resolve |
| MISP | Threat Intel | In Development | Search events, add attribute, lookup IOC |
These integrations ship with OpenSOAR core and don't need this package:
- Elastic Security
- VirusTotal
- AbuseIPDB
- Slack
- Email (SMTP)
See CONTRIBUTING.md for the full guide.
Quick start:
- Copy
templates/integration-template/tointegrations/your-tool/ - Edit
manifest.yamlwith your tool's config and actions - Implement the connector and actions
- Add tests
- Submit a PR
See the main repo for full documentation.