scispace - formally typeset
E

Evangelos P. Markatos

Researcher at University of Crete

Publications -  209
Citations -  6353

Evangelos P. Markatos is an academic researcher from University of Crete. The author has contributed to research in topics: The Internet & Intrusion detection system. The author has an hindex of 39, co-authored 194 publications receiving 5966 citations. Previous affiliations of Evangelos P. Markatos include University of Rochester & University of Pennsylvania.

Papers
More filters
Book ChapterDOI

Gnort: High Performance Network Intrusion Detection Using Graphics Processors

TL;DR: An intrusion detection system based on the Snort open-source NIDS that exploits the underutilized computational power of modern graphics cards to offload the costly pattern matching operations from the CPU, and thus increase the overall processing throughput.
Proceedings ArticleDOI

Detecting targeted attacks using shadow honeypots

TL;DR: It is shown that despite a considerable overhead in the instrumentation of the shadow honeypot (up to 20% for Apache), the overall impact on the system is diminished by the ability to minimize the rate of false-positives.
Journal ArticleDOI

Using processor affinity in loop scheduling on shared-memory multiprocessors

TL;DR: The authors propose a new loop scheduling algorithm that attempts to simultaneously balance the workload, minimize synchronization, and co-locate loop iterations with the necessary data and conclude that loop scheduling algorithms for shared-memory multiprocessors cannot afford to ignore the location of data, particularly in light of the increasing disparity between processor and memory speeds.
Journal ArticleDOI

Defending against hitlist worms using network address space randomization

TL;DR: This paper examines a new proactive defense mechanism called Network Address Space Randomization (NASR) whose objective is to harden networks specifically against hitlist worms and forces them to exhibit features that make them easier to contain at the perimeter.
Proceedings ArticleDOI

First-class user-level threads

TL;DR: A set of kernel mechanisms and conventions designed to accord first-class status to user-level threads are described, allowing them to be used in any reasonable way that traditional kernel-provided processes can be used, while leaving the details of their implementation touser-level code.