课题基金 / 基金详情

OAC Core: Data-driven Methods and Techniques For Protecting Research and Critical Cyberinfrastructure By Characterizing and Defending Against Ransomware

OAC Core: Data-driven Methods and Techniques For Protecting Research and Critical Cyberinfrastructure By Characterizing and Defending Against Ransomware
OAC 核心:通过表征和防御勒索软件来保护研究和关键网络基础设施的数据驱动方法和技术
批准号:
2348719
负责人:
Elias Bou-Harb
金额:
$50.0万
依托单位:
依托单位国家:
美国
项目类别:
Standard Grant
财政年份:
2023
资助国家:
美国
项目状态:
已结题
起止时间:
2023-10-01 至 2024-06-30

项目摘要

项目成果

Elias Bou-Harb的其他基金

相似基金

相关文献

中文摘要
翻译
勒索软件是一种敲诈勒索类型的恶意软件(恶意软件),它为了经济利益对本地和网络资产中的数据进行加密、锁定和渗漏,阻碍此类资源的可用性,同时造成巨大的声誉损害。最近对医疗、教育、IT和关键行业高价值网络基础设施(CI)的勒索软件攻击要求高达5000万美元的赎金,同时导致未来几年估计高达200亿美元的附带损失。虽然有一些正在进行的研究工作来解决勒索软件现象,但它们受到几个挑战的阻碍。这些问题包括缺乏特定于勒索软件的分析方法,这些方法允许理解专门针对US CI的(国家支持的)攻击,当前基于网络的方法能够挫败勒索软件传播企图的效率低下,以及缺乏基于主机的技术来主动缓解威胁。为此,该项目服务于NSF的使命,通过开发数据驱动的方法、技术和算法来促进科学进步,以提供一种首创的多维方法,以提供针对不断演变的勒索软件攻击的CI弹性。该项目使许多传播和信息社区、少数族裔和K-12学生能够使用开源工具、虚拟培训材料和经验数据,以促进前瞻性研究和教育。该项目通过在开放源码平台中索引生成的威胁情报,使其随时可用于支持以勒索软件为中心的近乎实时的缓解,从而进一步支持业务网络态势感知社区。该项目每月利用一个行业合作伙伴提供的近200万个(以美国为目标的)勒索软件样本。该项目开发了对常见的混淆和重构技术具有弹性的二元创作方法,以(1)提供与攻击实体的协调行为相关的经验证据,以及(2)促进对此类精心策划的事件的大规模测量和表征。沿着这一思路,该项目最初利用基于操作码频率的预处理数据方法,随后设计应用于二进制代码的特征工程过程,以提取显著的编码习惯;与内存使用、特定数据结构的利用、功能终止等相关。此外,该项目摄取勒索软件的运行时行为报告,并通过创新植根于自然语言处理和注意机制的技术来开发学习方法。这旨在设计能够从网络级别提供弹性的工程模型,同时应用概念漂移概念来捕获和理解此类勒索软件的变异行为。该项目还通过将设计的学习模型应用于流网络流量来设计和实现数据分割技术。此外,该项目通过利用一组特定于勒索软件的行为来探索基于主机的预防方法。在此,该项目进行了大规模的勒索软件插装,模拟了基于DLL调用的勒索软件感知活动,同时设计了基于先验方法的数据挖掘方法。该项目进一步开发了数据共享能力,以便于访问原始数据和生成的威胁情报。该项目还设计了虚拟实验室的材料,以实现基于云的大规模研究和培训活动。该奖项反映了NSF的法定使命,并通过使用基金会的智力优势和更广泛的影响审查标准进行评估,被认为值得支持。
英文摘要
Ransomware is an extortion-type of malicious software (malware) that encrypts, locks and exfiltrates data from local and networked assets for financial gains, hindering the availability of such resources while causing immense reputational damages. Recent ransomware attacks on high-valued cyberinfrastructure (CI) in the health, educational, IT, and critical sectors demanded ransoms up to $50M while causing collateral losses estimated to reach $20 billion in the next few years. While there are number of ongoing research efforts that address the ransomware phenomena, they are hindered by several challenges. These include the lack of ransomware-specific analysis methods that permit the comprehension of (state-sponsored) attacks that specifically target US CI, the ineffectiveness of current network-based methods that are capable of thwarting ransomware propagation attempts, and the shortage of host-based techniques that would proactively mitigate the threat. To this end, this project serves NSF's mission to promote the progress of science by developing data-driven methods, techniques and algorithms to offer a first-of-a-kind multidimensional approach to provide CI resiliency against evolving ransomware attacks. The project empowers numerous CI communities, minorities and K-12 students with open source tools, virtual training material and empirical data to facilitate forward-looking research and education. The project further supports the operational cyber situational awareness community by indexing the generated threat intelligence in an open source platform, making it readily available to support near real-time, ransomware-centric mitigation. The project draws upon close to 2M (US-targeted) ransomware samples per month provided by an industry partner. The project develops binary authorship methods that are resilient against common obfuscation and refactoring techniques to (1) provide empirical evidence related to the orchestration behavior of the attack entity, and (2) facilitate the large-scale measurements and characterization of such orchestrated events. Along this vein, the project initially leverages pre-processing data methods based on opcode frequencies to subsequently devise feature engineering processes as applied on binary code to extract salient coding habits; related to memory usages, utilization of specific data structures, function terminations, etc. Moreover, the project ingests run-time behavioral reports of ransomware and develops learning methodologies by innovating techniques rooted in natural language processing and attention mechanisms. This aims at engineering models that could provide resiliency from the network level, while applying concept drift notions to capture and comprehend the mutating behaviors of such ransomware. The project also designs and implements data carving techniques by applying the devised learning models on streaming network traffic. Additionally, the project explores host-based prevention methodologies by exploiting a set of ransomware-specific behaviors. Herein, the project conducts large-scale ransomware instrumentation, models ransomware sensing activities based on DLL calls, while devising data mining methods based on a priori methods. The project further develops data sharing capabilities to facilitate access to raw data, and the generated threat intelligence. The project also devises virtual labs’ material to enable large-scale, cloud-based research and training activities.This award reflects NSF's statutory mission and has been deemed worthy of support through evaluation using the Foundation's intellectual merit and broader impacts review criteria.
期刊论文(0)
专著(0)
科研奖励(0)
会议论文
Collaborative Research: CyberTraining: Implementation: Medium: Cross-Disciplinary Training for Joint Cyber-Physical Systems and IoT Security
  • 批准号:
    2230086
  • 项目类别:
    Continuing Grant
  • 资助金额:
    $59.95万
  • 财政年份:
    2023
  • 负责人:
    Elias Bou-Harb
  • 依托单位:
Collaborative Research: CyberTraining: Implementation: Medium: Cross-Disciplinary Training for Joint Cyber-Physical Systems and IoT Security
  • 批准号:
    2404946
  • 项目类别:
    Continuing Grant
  • 资助金额:
    $59.95万
  • 财政年份:
    2023
  • 负责人:
    Elias Bou-Harb
  • 依托单位:
OAC Core: Data-driven Methods and Techniques For Protecting Research and Critical Cyberinfrastructure By Characterizing and Defending Against Ransomware
  • 批准号:
    2104273
  • 项目类别:
    Standard Grant
  • 资助金额:
    $50.0万
  • 财政年份:
    2021
  • 负责人:
    Elias Bou-Harb
  • 依托单位:
CRII: OAC: Inferring, Attributing, Mitigating and Analyzing the Malicious Orchestration of Internet-scale Exploited IoT Devices: A Network Telescope Approach
  • 批准号:
    1953050
  • 项目类别:
    Standard Grant
  • 资助金额:
    $11.18万
  • 财政年份:
    2019
  • 负责人:
    Elias Bou-Harb
  • 依托单位:
国内基金
海外基金
胆固醇羟化酶CH25H非酶活依赖性促进乙型肝炎病毒蛋白Core及Pre-core降解的分子机制研究
  • 批准号:
    82371765
  • 项目类别:
    面上项目
  • 资助金额:
    50万元
  • 批准年份:
    2023
  • 负责人:
    谭广云
  • 依托单位:
锕系元素5f-in-core的GTH赝势和基组的开发
  • 批准号:
    22303037
  • 项目类别:
    青年科学基金项目
  • 资助金额:
    30万元
  • 批准年份:
    2023
  • 负责人:
    鲁俊波
  • 依托单位:
基于合成致死策略搭建Core-matched前药共组装体克服肿瘤耐药的机制研究
  • 批准号:
    --
  • 项目类别:
    --
  • 资助金额:
    52万元
  • 批准年份:
    2022
  • 负责人:
    孙丙军
  • 依托单位:
鼠伤寒沙门氏菌LPS core经由CD209/SphK1促进树突状细胞迁移加重炎症性肠病的机制研究
  • 批准号:
    --
  • 项目类别:
    青年科学基金项目
  • 资助金额:
    30万元
  • 批准年份:
    2022
  • 负责人:
    叶成林
  • 依托单位: