TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: MicroSCOPE – identify ransomware statically with heuristics

7 点作者 nicolodev大约 1 年前

2 条评论

unstatusthequo大约 1 年前
You know, if the kernel of Windows was able to detect mass encryption at the filesystem level like RansomWhere on Mac does, much of this problem would evaporate. Then only exfiltration would be a viable threat vector.
nicolodev大约 1 年前
Hi! I just wanted to post this project into HN and collect some feedbacks. Don&#x27;t feel bad to just say &quot;lol your approach won&#x27;t work&quot; because static analysis has always limits (e.g. obfuscated software) and many more.<p>The main goal was to build (another) software that given a PE executable in input, parse it and outputs some indicators of the similarity of it across the ransomware I studied (the classic ones). Naturally most of the advanced ransomware employed nowadays is able to circumvent it, only with a little bit of modifications. TL;DR: &quot;a more advanced&quot; pattern matching.<p>The description is here as follows:<p>MicroSCOPE is a software program developed through the Go programming language that allows for the detection of a precise category of malicious software. The program is designed specifically for a class of malicious programs called ransomware whose operation consists of data encryption and ransom demand in order to gain access to the content again.<p>In particular, MicroSCOPE was developed to be able to support two of the mainly used formats: the PE (Portable Executable) format for Windows platforms and ELF (Executable and Linking Format) for Unix-based platforms. Through the application of certain heuristics, MicroSCOPE is able to assign a score that corresponds to the level of dangerousness of the file being analyzed. The higher the score, the more similar characteristics the software will exhibit to ransomware that has already been studied. The heuristics have been extrapolated from numerous case studies and will be improved over time.
评论 #40142041 未加载