remove passivetotal module - #3122
Merged
Merged
Conversation
Contributor
🚀 Performance Benchmark Report
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #3122 +/- ##
=====================================
- Coverage 90% 90% -0%
=====================================
Files 445 443 -2
Lines 38792 38751 -41
=====================================
- Hits 34715 34667 -48
- Misses 4077 4084 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The PassiveTotal v2 API (
api.passivetotal.org) is decommissioned. RiskIQ was acquired by Microsoft and the product was replaced by Microsoft Defender Threat Intelligence (MDTI), which is a different product with a different API surface (Microsoft Graph, Azure AD OAuth) and enterprise-only licensing. The free community tier this module relied on no longer exists.Evidence
Confirmed by probing the documented endpoint and every plausible successor URL:
api.passivetotal.org/v2/account/quota*.azureedge.net(no SAN for the hostname); with--insecurereturns HTTP 404 fromdf.onecloud.azure-test.netapi.passivetotal.org/v2/enrichment/subdomains?query=...api.passivetotal.org/(root)www.passivetotal.orgapi.riskiq.netcommunity.riskiq.comapi.ti.defender.microsoft.comThe
passivetotal.orgapex is parked under Azure Front Door (CNAME chain →www.riskiq.com→riskiq-prod-erczd7ebchb3hmfk.z01.azurefd.net). There is no longer a working PassiveTotal API anywhere.The successor (MDTI via
graph.microsoft.com/v1.0/security/threatIntelligence/...) uses Azure AD OAuth, completely different request/response shapes, and is gated behind a paid Microsoft 365 E5 / Security Copilot license. That's a new module, not a URL update.