Enhancements:
- #6839 feat(CybelAngel): migrate connector to the catalog
- #6835 feat(ReversingLabs Spectra Analyze): migrate connector to the catalog
- #6834 feat(VirusTotal Livehunt Notifications): migrate connector to the catalog
- #6773 feat(Comlaude): migrate connector to the catalog
- #6741 feat(trellix-tie): create stream connector to push file reputations via OpenDXL
- #6736 feat(corelight-investigator): create external-import connector for alerts and detections
- #6733 feat(ctm360-threatcover): create external-import connector for CTM360 ThreatCover (TAXII 2.1)
- #6730 feat(paloalto-wildfire): create enrichment connector for file hash verdicts
- #6728 feat(logrhythm-incidents): add external-import connector for LogRhythm cases
- #6726 feat(swimlane): add external-import connector for Swimlane records
- #6723 feat(arcsight-incidents): add external-import connector for ArcSight ESM cases
- #6721 feat(fortisiem-incidents): add external-import connector for FortiSIEM incidents
- #6719 feat(fortisiem): add stream connector to push IOCs to FortiSIEM watch lists
- #6717 feat(arcsight): add stream connector to push IOCs to ArcSight ESM active lists
- #6715 feat(fortiedr): add stream connector to push IP IOCs to FortiEDR
- #6713 feat(redpanda): add stream connector to publish OpenCTI events to Redpanda
- #6711 feat(clickhouse): add stream connector to push OpenCTI data to ClickHouse
- #6709 feat(vectra-ai): add stream connector to push IOCs to Vectra AI
- #6633 feat(osint-industries): create the internal-enrichment connector
- #6432 feat(datadog-intel): create stream connector forwarding indicators to Datadog Threat Intel
- #6415 feat(fortisandbox): create enrichment connector to submit artifacts from OpenCTI
Bug Fixes:
- #6922 fix(MISP): MISP attribute level filtering errors
- #6919 fix(taxii-post): basic auth parsed incorrectly
- #6921 fix: MISP connector fails on all recent tags with "Restsearch queries using GET and no parameters are not allowed"
- #6891 fix(misp): labels are created from tags even when
convert_tag_to_labelis set to false - #6881 fix(crowdstrike): Score mapping broken — label_names normalization introduces spaces breaking MaliciousConfidence/* matching
Pull Requests:
- fix(crowdstrike): fix score mapping (#6881) by @throuxel in #6883
- feat(flare): migrate connector to manager-supported mode (#6759) by @jabesq in #6788
- chore(deps): bump pytest from 8.4.2 to 9.0.3 in /external-import/anyrun-feed/tests by @dependabot[bot] in #6896
- refactor(comlaude): migrate connector to manager-supported mode (#6773) by @jabesq in #6871
- chore(deps): bump pytest from 8.4.2 to 9.0.3 in /external-import/proofpoint-et-reputation/tests by @dependabot[bot] in #6897
- chore(deps): bump pytest from 8.4.2 to 9.0.3 in /internal-enrichment/proofpoint-et-intelligence/tests by @dependabot[bot] in #6900
- chore(deps): bump pytest from 8.4.2 to 9.0.3 in /internal-enrichment/joe-sandbox/tests by @dependabot[bot] in #6902
- chore(cpe): add cpe to the list of connectors built with UBI-9 (#6898) by @labo-flg in #6899
- chore(deps): bump pytest from 8.4.2 to 9.0.3 in /external-import/microsoft-defender-incidents/tests by @dependabot[bot] in #6903
- chore(deps): bump pytest from 8.4.2 to 9.0.3 in /internal-import-file/import-document/tests by @dependabot[bot] in #6904
- chore(deps): update dependency flareio to v1.2.7 by @renovate[bot] in #6789
- feat(reversinglabs-spectra-analyze): add to catalog (#6835) by @throuxel in #6875
- feat(virustotal-livehunt-notifications): add to catalog (#6834) by @throuxel in #6876
- feat(xtm-hub): harmonize connector manifests with official XTM Hub use case taxonomy (#6905) by @romain-filigran in #6906
- feat(vectra-ai): add stream connector to push IOCs to Vectra AI (#6709) by @SamuelHassine in #6710
- feat(clickhouse): add stream connector to push OpenCTI data to ClickHouse (#6711) by @SamuelHassine in #6712
- feat(redpanda): add stream connector to publish OpenCTI events to Redpanda (#6713) by @SamuelHassine in #6714
- feat(fortiedr): add stream connector to sync IP IOCs to FortiEDR (#6715) by @SamuelHassine in #6716
- feat(arcsight): add stream connector to sync IOCs to ArcSight ESM active lists (#6717) by @SamuelHassine in #6718
- feat(fortisiem): add stream connector to push IOCs to FortiSIEM watch lists (#6719) by @SamuelHassine in #6720
- feat(fortisiem-incidents): add external-import connector for FortiSIEM incidents (#6721) by @SamuelHassine in #6722
- feat(arcsight-incidents): add external-import connector for ArcSight ESM cases (#6723) by @SamuelHassine in #6724
- feat(swimlane): add external-import connector for Swimlane records (#6726) by @SamuelHassine in #6727
- feat(logrhythm-incidents): add external-import connector for LogRhythm cases (#6728) by @SamuelHassine in #6729
- feat(paloalto-wildfire): add WildFire enrichment connector (#6730) by @SamuelHassine in #6731
- feat(fortisandbox): add FortiSandbox enrichment connector (#6415) by @SamuelHassine in #6732
- feat(ctm360): add ThreatCover TAXII 2.1 connector (#6733) by @SamuelHassine in #6734
- feat(corelight-investigator): create external-import connector for alerts and detections (#6736) by @SamuelHassine in #6737
- feat(trellix-tie): create stream connector to push file reputations via OpenDXL (#6741) by @SamuelHassine in #6742
- feat(osint-industries): add OSINT Industries internal-enrichment connector (#6633) by @gamezilla19 in #6634
- [repository] Add genuine logos to all manager_supported connectors by @SamuelHassine in #6918
- fix(taxii-post): extract SecretStr login value for basic auth (#6919) by @maximus-debski in #6920
- fix(misp): guard attribute label creation with convert_tag_to_label check (#6891) by @jabesq in #6892
- feat(datadog-intel): add stream connector forwarding indicators to Datadog Threat Intel (#6432) by @carlostomas-dd in #6431
- feat(cybelangel): add to catalog (#6839) by @throuxel in #6907
- fix(misp): attribute level filtering error (#6922) by @throuxel in #6930
New Contributors:
- @gamezilla19 made their first contribution in #6634
- @carlostomas-dd made their first contribution in #6431
Full Changelog: 7.260701.0...7.260706.0