KlueセキュリティインシデントとRecorded Futureへの影響
Recorded Future disclosed a security incident stemming from unauthorized access to Klue, a third-party marketing vendor. The attacker compromised an integration layer between Klue and other sales/marketing SaaS platforms, leveraging compromised OAuth tokens to access a subset of Recorded Future's Salesforce business data including customer contact names and email addresses. The malicious activity began on June 12, 2026, and was contained the same morning. Recorded Future's core systems, Intelligence Graph, and customer platform data were not affected. The incident underscores risks associated with third-party SaaS integrations and OAuth token security.
Detection / Hunteropenrouter
What Happened
A marketing vendor called Klue, which Recorded Future uses, was hacked. The attackers exploited the connection between Klue and Salesforce (a customer database tool) to access some of Recorded Future's customer contact information like names and email addresses. This started on June 12, 2026, and was stopped the same day. Recorded Future's main products and internal systems were not affected — only basic contact information stored in Salesforce was exposed. Recorded Future customers do not need to take any specific action beyond standard precautions like watching out for phishing emails or spam. This incident highlights how third-party software connections can create security risks even when your own systems are well-protected.
Key Takeaways
- Third-party marketing vendor Klue suffered unauthorized access to its integration layer connecting SaaS platforms, incident active June 12, 2026 and contained same morning
- Compromised OAuth tokens between Salesforce and Klue were used to access a subset of Recorded Future's Salesforce business data (customer contact names, email addresses, possible business agreement info)
- No evidence that Recorded Future's core platform, Intelligence Graph, internal databases, or customer platform data were accessed or compromised
- Recorded Future was not specifically targeted but incidentally affected through the compromised Salesforce-Klue integration
- Klue identified known malicious IP addresses associated with the incident; Recorded Future correlated these against its own environment logs
Affected Systems
- Salesforce SaaS CRM (Recorded Future tenant)
- Klue marketing platform integration layer
- OAuth tokens governing Salesforce-Klue integration
Vulnerabilities (CVEs)
None identified.
Attack Chain
- Initial Access: Unauthorized actor gained access to Klue's integration layer connecting SaaS marketing and sales platforms
- Credential Access: Attacker compromised OAuth tokens used between Klue and Salesforce integrations
- Collection: Compromised OAuth tokens used to access Recorded Future's Salesforce business data fields (customer contact names, email addresses, possible business agreement info)
- Containment: Klue contained the activity on June 12, 2026 morning; Recorded Future revoked all related OAuth tokens
- Response: Recorded Future correlated Klue-provided malicious IPs against environment logs, initiated third-party app review, engaged law enforcement
Detection Availability
- YARA Rules: No
- Sigma Rules: No
- Snort/Suricata Rules: No
- KQL Queries: No
- Splunk SPL Queries: No
- EQL Queries: No
- Other Detection Logic: No
No detection rules, queries, or signatures are provided in the article. The article is a breach notification describing incident scope and response actions taken.
Detection Engineering Assessment
| Dimension | Rating | Rationale |
|---|---|---|
| EDR Visibility | None | This incident occurred entirely within SaaS platform integration layers (Klue-Salesforce OAuth token abuse). No endpoint activity is involved, so EDR telemetry would not capture the relevant events. |
| Network Visibility | Low | OAuth token abuse over SaaS-to-SaaS API connections typically uses legitimate cloud provider IP ranges and TLS-encrypted channels. Klue identified malicious IPs but these were not published in the article. Network-based detection would require knowledge of the specific malicious IPs to correlate against. |
| Detection Difficulty | Hard | Detecting OAuth token abuse across SaaS integrations requires specialized SaaS audit log analysis, which many organizations do not centrally collect or monitor. The use of valid tokens makes distinguishing malicious access from legitimate API calls difficult without behavioral baselining of integration usage patterns. |
Required Log Sources
- Salesforce audit logs and login history
- Salesforce OAuth token usage and session logs
- Salesforce connected app activity logs
- Klue integration layer access logs
- SaaS Security Posture Management (SSPM) platform alerts
- Cloud Access Security Broker (CASB) logs
Hunting Hypotheses
| Hypothesis | Telemetry | ATT&CK Stage | FP Risk |
|---|---|---|---|
| If your organization uses third-party SaaS integrations with Salesforce or similar CRM platforms, consider hunting for OAuth tokens that show anomalous access patterns — tokens used from new IP ranges, at unusual times, or accessing data objects outside their normal scope (T1550.001). | Salesforce login history, OAuth token usage logs, connected app session logs, CASB SaaS access logs | Credential Access / Collection | Medium — legitimate third-party integrations may show variable access patterns during normal business operations; requires baselining per integration. |
| Consider reviewing all third-party applications connected to your Salesforce or CRM environment for excessive OAuth scope permissions, especially marketing and sales SaaS tools that may have been granted broad data access during initial setup (T1078). | Salesforce connected app inventory, OAuth scope configuration, SSPM posture assessment data | Persistence / Valid Accounts | Low — this is a configuration review, not a behavioral detection; over-privileged apps are a finding regardless of active exploitation. |
| If you have visibility into SaaS API access logs, consider hunting for data access events where a third-party integration token accessed customer contact or business data fields in bulk or at volume inconsistent with the integration's stated purpose (T1539). | Salesforce data access events, API query logs, CASB data access reports | Collection | High — marketing integrations legitimately access contact data; volume baselining per integration is essential to reduce noise. |
| Consider monitoring for newly observed or newly modified OAuth integrations in your SaaS environment, as attackers may establish new connections or modify existing ones following a supply chain compromise (T1195.002). | SaaS admin audit logs, connected app change logs, SSPM configuration change alerts | Initial Access / Persistence | Low to Medium — new app connections should be reviewed but may be legitimate business-driven additions. |
Control Gaps
- Traditional endpoint security (EDR/AV) provides no visibility into SaaS-to-SaaS OAuth token abuse
- Network security controls (firewall/IDS) cannot inspect TLS-encrypted SaaS API traffic for token-based access anomalies
- Perimeter-based security models do not account for third-party SaaS integration layer compromises
- Standard SIEM use cases focused on on-premise authentication may not cover SaaS OAuth token activity
- Lack of centralized SaaS audit log collection means OAuth token abuse may go undetected for extended periods
Key Behavioral Indicators
- OAuth tokens associated with third-party SaaS integrations showing access from previously unseen IP addresses or geographies
- Third-party integration tokens accessing data objects or fields outside their expected scope or historical access pattern
- Sudden changes in OAuth token creation, modification, or revocation events in Salesforce connected app audit logs
- New or modified third-party connected apps appearing in Salesforce or other SaaS platforms outside of normal change management windows
- Volume of data accessed via a specific integration token exceeding established baseline by significant margin
- OAuth tokens still active for integrations that have been formally deprecated or disabled
False Positive Assessment
N/A — This is an incident notification, not a detection rule. No detection logic is provided that could generate false positives.
Recommendations
Immediate Mitigation
- Verify against your organization's incident response runbook and team escalation paths before acting. Consider reviewing all third-party SaaS integrations connected to your CRM or marketing platforms, especially those using OAuth tokens, and evaluate whether any have unnecessary data access scopes.
- If you use Klue or similar marketing SaaS integrations, consider auditing active OAuth tokens for those integrations and revoking or re-issuing tokens where you cannot verify their integrity.
- If your SaaS platform supports it, consider enabling enhanced OAuth token policies such as shorter token lifetimes, IP restrictions, and session timeout enforcement for third-party connected apps.
Infrastructure Hardening
- Evaluate whether deploying or enhancing a SaaS Security Posture Management (SSPM) solution would improve visibility into third-party integration risks across your SaaS estate.
- Consider implementing centralized collection of SaaS audit logs (Salesforce, Google Workspace, Microsoft 365, etc.) into your SIEM or log analytics platform if not already in place.
- Where supported by your SaaS platforms, consider enforcing least-privilege OAuth scopes for all third-party applications — limit token permissions to only the data objects and operations each integration genuinely requires.
- Evaluate whether your organization's vendor risk management program includes periodic review of SaaS integration security posture, not just vendor security questionnaires at onboarding.
User Protection
- Consider notifying affected customers or contacts whose information may have been exposed through the SaaS integration compromise, in accordance with applicable data protection regulations.
- If contact information was exposed, consider monitoring for targeted phishing campaigns leveraging the breached data — attackers may use known customer relationships to craft convincing lures.
- Evaluate whether enabling additional MFA enforcement or conditional access policies on your SaaS platforms would reduce risk from compromised token reuse.
Security Awareness
- Consider incorporating third-party SaaS integration risk into existing security awareness training, emphasizing that data exposure can occur through vendor connections even when core systems are secure.
- If your organization uses Klue or was potentially affected, consider reminding relevant teams to remain vigilant against phishing emails or spam that may leverage exposed contact information.
- Consider adding SaaS integration security review as a recurring topic in existing security awareness communications, particularly for teams that manage or procure marketing and sales SaaS tools.