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.

Denonia: The First Malware Specifically Targeting AWS Lambda

88 pointsby jaboutboulabout 3 years ago

4 comments

jedbergabout 3 years ago
I&#x27;m confused why they think this is malware as opposed to just a miner optimized to run on Lambda. It even says, &quot;we don&#x27;t know how this gets deployed&quot;.<p>Presumably someone just deploys it so they can do mining taking advantage of Lambda&#x27;s free tier.
评论 #30951086 未加载
评论 #30951182 未加载
评论 #30954031 未加载
Techbrunchabout 3 years ago
“using advanced cloud-specific knowledge to exploit complex cloud infrastructure&quot; = Checking if an environment variable is set
selimnairbabout 3 years ago
They state that “the managed runtime environment reduces the attack surface compared to a more traditional server environment”, but is that true? Isn’t it just that the attack surface that you are responsible for is reduced? I could see all the lambda “magic” (i.e., reducing cold start times) actually adding to the runtime attack surface.
gazoakleyabout 3 years ago
Curious to see how this would be deployed in the wild. A sneaky way would be to add this as an extension to existing Lambdas - it could run in parallel any time such a Lambda is invoked, and continue even after an initial response until the timeout for the function is reached.