市值: $2.1635T -0.89%
成交额(24h): $54.1021B -13.93%
  • 市值: $2.1635T -0.89%
  • 成交额(24h): $54.1021B -13.93%
  • 恐惧与贪婪指数:
  • 市值: $2.1635T -0.89%
加密货币
话题
百科
资讯
加密话题
视频
热门新闻
加密货币
话题
百科
资讯
加密话题
视频
bitcoin
bitcoin

$87959.907984 USD

1.34%

ethereum
ethereum

$2920.497338 USD

3.04%

tether
tether

$0.999775 USD

0.00%

xrp
xrp

$2.237324 USD

8.12%

bnb
bnb

$860.243768 USD

0.90%

solana
solana

$138.089498 USD

5.43%

usd-coin
usd-coin

$0.999807 USD

0.01%

tron
tron

$0.272801 USD

-1.53%

dogecoin
dogecoin

$0.150904 USD

2.96%

cardano
cardano

$0.421635 USD

1.97%

hyperliquid
hyperliquid

$32.152445 USD

2.23%

bitcoin-cash
bitcoin-cash

$533.301069 USD

-1.94%

chainlink
chainlink

$12.953417 USD

2.68%

unus-sed-leo
unus-sed-leo

$9.535951 USD

0.73%

zcash
zcash

$521.483386 USD

-2.87%

加密货币新闻

第三方供应链中的令牌管理:揭示隐藏风险

2025/09/13 07:00

探索第三方供应链中代币管理的隐藏风险,从休眠一体化到不安全的存储,并学习如何保护您的业务。

第三方供应链中的令牌管理:揭示隐藏风险

In today's interconnected digital landscape, 'Token management, third-party supply chain, hidden risks' have become a critical concern. A single compromised token can trigger a cascade of devastating consequences, highlighting the urgent need for robust security measures.

在当今相互联系的数字景观中,“代币管理,第三方供应链”,隐藏的风险已成为一个关键问题。一个受损的令牌可以触发一系列毁灭性后果,强调迫切需要强大的安全措施。

The Invisible Threat: Compromised OAuth Tokens

无形威胁:妥协的Oauth代币

The rise of cloud-native architectures has made OAuth tokens prime targets for malicious actors. As highlighted in the 2025 Salesloft Drift incident, a stolen token can bypass traditional defenses and grant persistent access to sensitive data. This incident serves as a stark reminder of the vulnerabilities lurking within third-party integrations.

云原生体系结构的兴起使Oauth代币成为恶意演员的主要目标。正如2025年的Salesloft Drift事件中所强调的那样,被盗的令牌可以绕过传统的防御和授予持续访问敏感数据。该事件引起了第三方整合中潜伏的脆弱性的明显提醒。

A History of Token Misuse: Learning from the Past

令牌滥用的历史:从过去学习

Tokens are the currency of trust in the cloud, but they can quickly become liabilities if not managed properly. Three recurring patterns of token misuse underscore the importance of proactive security measures:

令牌是云中信任的货币,但是如果无法正确管理,它们可以很快成为责任。代币滥用的三种反复出现的模式强调了主动安全措施的重要性:

Dormant Integrations: Trust That Outlives Its Purpose

休眠一体化:信任胜过其目的

Unused integrations are like old keys left under the doormat. The 2022 GitHub breach, where threat actors exploited OAuth tokens issued to Heroku and Travis CI integrations, demonstrates the risks of neglecting dormant integrations. Even if an integration is no longer in use, it can still provide a gateway for attackers.

未使用的集成就像垫下留下的旧钥匙一样。 2022年的Github违规行为违反了发给Heroku和Travis CI一体化的Oauth代币,证明了忽略休眠一体化的风险。即使不再使用集成,它仍然可以为攻击者提供网关。

Insecure Token Storage: Keys Left in the Open

不安全的令牌存储:钥匙留在开放中

Tokens are only as strong as their storage. The 2023 CircleCI breach, where threat actors accessed unencrypted tokens, environment variables, and SSH keys, illustrates the dangers of lax storage practices. Storing tokens without encryption is like leaving the keys to every room on the front desk of a hotel.

令牌仅与存储一样强。 2023年的Circleci违规行为,威胁参与者访问了未加密的令牌,环境变量和SSH键,说明了放松储存习惯的危险。无加密的存储令牌就像将钥匙留在酒店前台的每个房间一样。

No Expiration or Rotation: Keys That Never Expire

没有到期或旋转:永不过期的钥匙

Even well-protected tokens can pose a risk if left valid indefinitely. The 2024 Internet Archive breach, where threat actors exploited GitLab tokens valid for 22 months, underscores the need for token lifecycles. Without rotation and expiration, a single compromise can lead to prolonged, large-scale breaches.

如果无限期离开有效,即使是良好保护的令牌也可能构成风险。 2024年的互联网档案违规行为,威胁参与者利用Gitlab代币有效期为22个月,强调了对令牌生命周期的需求。如果不旋转和到期,则单个折衷可能会导致长时间的大规模违规行为。

OAuth Best Practices: Recommendations for Organizations

OAuth最佳实践:组织的建议

Managing OAuth tokens is not just technical housekeeping; it’s a core part of protecting your business. To reduce the risks associated with token compromise, organizations should adopt three pillars of token security:

管理Oauth代币不仅仅是技术家政服务;这是保护您的业务的核心部分。为了降低与代币妥协相关的风险,组织应采用三个标记安全支柱:

Token Posture Management: Know What You Have and Control It

令牌姿势管理:知道您拥有的并控制它

Visibility is key. Organizations must track all OAuth tokens, API keys, and service account credentials in circulation. Without an inventory, it’s impossible to know what’s at risk. Controlling token lifetimes reduces the window of opportunity for threat actors.

可见性是关键。组织必须在流通中跟踪所有OAuth代币,API密钥和服务帐户凭据。没有库存,就不可能知道有什么风险。控制令牌寿命减少了威胁参与者的机会之窗。

Secure Token Storage: Protect the Keys Themselves

安全令牌存储:保护钥匙本身

Tokens should be treated like encryption keys. They should never be stored in plaintext or within source code. Vendors and internal teams must demonstrate secure storage practices.

令牌应像加密密钥一样对待。它们绝不应该以明文或源代码中的形式存储。供应商和内部团队必须展示安全的存储实践。

Runtime Monitoring and Detection: Watch for Abuse and Act Fast

运行时监视和检测:注意滥用并快速行动

Even with good hygiene, breaches can still happen. Monitoring and rapid response are essential. Being able to detect compromised tokens and contain the impact is crucial.

即使有良好的卫生,仍然会发生违规行为。监视和快速响应至关重要。能够检测到受损的令牌并包含影响至关重要。

The Way Forward: Strengthening Token Posture

前进的方向:加强令牌姿势

Compromised OAuth tokens are a dangerous vulnerability. Breaches like those at Microsoft, CircleCI, and the Internet Archive highlight a shared problem: token and integration management can be an industry weak spot. Every organization must raise its baseline and strengthen its token posture management.

妥协的Oauth代币是一个危险的脆弱性。像Microsoft,Circleci和Internet档案中的违规行为突出了一个共同的问题:令牌和集成管理可能是一个行业薄弱的地方。每个组织都必须提高基准并加强其代币的姿势管理。

A Word on Crypto Treasuries

关于加密款项的一句话

The trend of companies stockpiling Bitcoin and other tokens on their balance sheets introduces new layers of risk, including management competence, debt obligations, and cybersecurity. Investors may think they’re backing Bitcoin, but they’re actually exposed to a company’s entire risk profile. So, buyer beware!

公司在资产负债表上储存比特币和其他代币的趋势引入了新的风险层,包括管理能力,债务义务和网络安全。投资者可能会认为他们正在支持比特币,但实际上他们接触了公司的整个风险状况。所以,买家当心!

So, folks, keep those tokens close and your integrations closer. The digital world's a wild place, but with a little vigilance, we can keep the bad guys at bay. Stay safe out there!

因此,伙计们,使这些令牌保持关闭,您的集成更加紧密。数字世界是一个疯狂的地方,但要保持警惕,我们可以让坏人拒之门外。在那里安全!

原文来源:paloaltonetworks

免责声明:info@kdj.com

所提供的信息并非交易建议。根据本文提供的信息进行的任何投资,kdj.com不承担任何责任。加密货币具有高波动性,强烈建议您深入研究后,谨慎投资!

如您认为本网站上使用的内容侵犯了您的版权,请立即联系我们(info@kdj.com),我们将及时删除。

2026年08月02日 发表的其他文章