paper-with-me

홈 › Papers

Beyond the Hype: A Real-World Evaluation of the Impact and Cost of Machine Learning-Based Malware Detection

2020-12-16 · Robert A. Bridges, Sean Oesch, Miki E. Verma, Michael D. Iannacone, Kelly M. T. Huffer, Brian Jewell, Jeff A. Nichols, Brian Weber, Justin M. Beaver, Jared M. Smith, Daniel Scofield, Craig Miles, Thomas Plummer, Mark Daniell, Anne M. Tall

In this paper, we present a scientific evaluation of four prominent malware detection tools to assist an organization with two primary questions: To what extent do ML-based tools accurately classify previously- and never-before-seen files? Is it worth purchasing a network-level malware detector? To identify weaknesses, we tested each tool against 3,536 total files (2,554 or 72\% malicious, 982 or 28\% benign) of a variety of file types, including hundreds of malicious zero-days, polyglots, and APT-style files, delivered on multiple protocols. We present statistical results on detection time and accuracy, consider complementary analysis (using multiple tools together), and provide two novel applications of the recent cost-benefit evaluation procedure of Iannacone \& Bridges. While the ML-based tools are more effective at detecting zero-day files and executables, the signature-based tool may still be an overall better option. Both network-based tools provide substantial (simulated) savings when paired with either host tool, yet both show poor detection rates on protocols other than HTTP or SMTP. Our results show that all four tools have near-perfect precision but alarmingly low recall, especially on file types other than executables and office files -- 37% of malware tested, including all polyglot files, were undetected. Priorities for researchers and takeaways for end users are given.

📄 PDF Abstract BibTeX arXiv:2012.09214

Code (1)

bridgesra/beyond-the-hype-paper-code 공식 구현

Tasks

Malware Detection

Similar Papers 제목 키워드 기반

Hybrid Graph: A Unified Graph Representation with Datasets and Benchmarks for Complex Graphs

2023-06-08 · Zehui Li, Xiangyu Zhao, Mingzhu Shen, Guy-Bart Stan 외

Graphs are widely used to encapsulate a variety of data formats, but real-world networks often involve complex node relations beyond only being pairwise. While hypergraphs and hierarchical graphs have been developed and …

Graph LearningRepresentation Learning

SKADA-Bench: Benchmarking Unsupervised Domain Adaptation Methods with Realistic Validation On Diverse Modalities

2024-07-16 · Yanis Lalou, Théo Gnassounou, Antoine Collas, Antoine de Mathelin 외

Unsupervised Domain Adaptation (DA) consists of adapting a model trained on a labeled source domain to perform well on an unlabeled target domain with some data distribution shift. While many methods have been proposed i…

BenchmarkingDomain AdaptationModel SelectionUnsupervised Domain Adaptation

HyperGCN: A New Method of Training Graph Convolutional Networks on Hypergraphs

2018-09-07 · Naganand Yadati, Madhav Nimishakavi, Prateek Yadav, Vikram Nitin 외

In many real-world network datasets such as co-authorship, co-citation, email communication, etc., relationships are complex and go beyond pairwise. Hypergraphs provide a flexible and natural modeling tool to model such …

HyperGCN: A New Method For Training Graph Convolutional Networks on Hypergraphs

2019-12-01 · NeurIPS 2019 12 · Naganand Yadati, Madhav Nimishakavi, Prateek Yadav, Vikram Nitin 외

In many real-world network datasets such as co-authorship, co-citation, email communication, etc., relationships are complex and go beyond pairwise. Hypergraphs provide a flexible and natural modeling tool to model such …

Beyond Graphs: Can Large Language Models Comprehend Hypergraphs?

2024-10-14 · Yifan Feng, Chengwu Yang, Xingliang Hou, Shaoyi Du 외

Existing benchmarks like NLGraph and GraphQA evaluate LLMs on graphs by focusing mainly on pairwise relationships, overlooking the high-order correlations found in real-world data. Hypergraphs, which can model complex be…