paper-with-me

Papers

A Streaming Analytics Language for Processing Cyber Data

2019-11-03 · Eric L. Goodman, Dirk Grunwald

We present a domain-specific language called SAL(the Streaming Analytics Language) for processing data in a semi-streaming model. In particular we examine the use case of processing netflow data in order to identify malicious actors within a network. Because of the large volume of data generated from networks, it is often only feasible to process the data with a single pass, utilizing a streaming (O(polylog n) space requirements) or semi-streaming computing model ( O(n polylog n) space requirements). Despite these constraints, we are able to achieve an average of 0.87 for the AUC of the ROC curve for a set of situations dealing with botnet detection. The implementation of an interpreter for SAL, which we call SAM (Streaming Analytics Machine), achieves scaling results that show improved throughput to 61 nodes (976 cores), with an overall rate of 373,000 netflows per second or 32.2 billion per day. SAL provides a succinct way to describe common analyses that allow cyber analysts to find data of interest, and SAM is a scalable interpreter of the language.

📄 PDF Abstract BibTeX arXiv:1911.00815

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Scalable Framework for Multilevel Streaming Data Analytics using Deep Learning

2019-07-15 · Shihao Ge, Haruna Isah, Farhana Zulkernine, Shahzad Khan

The rapid growth of data in velocity, volume, value, variety, and veracity has enabled exciting new opportunities and presented big challenges for businesses of all types. Recently, there has been considerable interest i…

Sentiment Analysis

Distributed Streaming Analytics on Large-scale Oceanographic Data using Apache Spark

2019-07-31 · Janak Dahal, Elias Ioup, Shaikh Arifuzzaman, Mahdi Abdelguerfi

Real-world data from diverse domains require real-time scalable analysis. Large-scale data processing frameworks or engines such as Hadoop fall short when results are needed on-the-fly. Apache Spark's streaming library i…

Big Data Meet Cyber-Physical Systems: A Panoramic Survey

2018-10-29 · Rachad Atat, Lingjia Liu, Jinsong Wu, Guangyu Li 외

The world is witnessing an unprecedented growth of cyber-physical systems (CPS), which are foreseen to revolutionize our world {via} creating new services and applications in a variety of sectors such as environmental mo…

Survey

Real Time Analytics: Algorithms and Systems

2017-08-07 · Arun Kejariwal, Sanjeev Kulkarni, Karthik Ramasamy

Velocity is one of the 4 Vs commonly used to characterize Big Data. In this regard, Forrester remarked the following in Q3 2014: "The high velocity, white-water flow of data from innumerable real-time data sources such a…

Towards Analytics Aware Ontology Based Access to Static and Streaming Data (Extended Version)

2016-07-18 · Evgeny Kharlamov, Yannis Kotidis, Theofilos Mailis, Christian Neuenstadt 외

Real-time analytics that requires integration and aggregation of heterogeneous and distributed streaming and static data is a typical task in many industrial scenarios such as diagnostics of turbines in Siemens. OBDA app…