TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Backstabber's Knife Collection: A Review of Open Source Supply Chain Attacks

121 pointsby adulauabout 5 years ago

5 comments

marcus_holmesalmost 5 years ago
I have a feeling this is going to be the major problem of the next decade in software/web development.
评论 #23257216 未加载
paulvsalmost 5 years ago
I think that the test cases included with packages might have the advantage of being able to obfuscate URLs or other strings as benign test dummy data.<p>This would be especially easy by using the technique called string sampling that the author mentions. I could choose a &quot;Lorem ipsum&quot; like text for use as dummy data, but ensure that the first letter of every word, when combined, forms the domain name of a server that will be used to download a second malicious payload.
trishankkarthikalmost 5 years ago
This is why we designed TUF and in-toto to detect MitM attacks anywhere in the software supply chain between developers and end-users themselves, and provide E2E compromise-resilience.<p>It&#x27;s strange that the paper doesn&#x27;t mention us considering that we have considerable expertise in this very area.<p><a href="https:&#x2F;&#x2F;www.datadoghq.com&#x2F;blog&#x2F;engineering&#x2F;secure-publication-of-datadog-agent-integrations-with-tuf-and-in-toto&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.datadoghq.com&#x2F;blog&#x2F;engineering&#x2F;secure-publicatio...</a>
评论 #23389488 未加载
评论 #23260023 未加载
mmhsiehalmost 5 years ago
What is the effectiveness of obfuscation? My understanding is that the existing dynamic analysis tools can usually defeat anything obfuscated within O(1 day).
评论 #23258289 未加载
评论 #23260362 未加载
nathancahillalmost 5 years ago
They mentioned the dataset that they collected a few times in the paper, but I didn&#x27;t find the actual data. Is that typical for this type of research?
评论 #23389492 未加载
评论 #23258541 未加载