Skip to content

Commit 0afd3d9

Browse files
authored
fixed anchors
1 parent ed44653 commit 0afd3d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_data/data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ publications:
11821182
### DO NOT FORGET TO ADD YOUR NEW TAG &XXXXXX TO THE ENTRIES AT THE BOTTOM ###
11831183
### IF YOU FORGET, YOUR ENTRIES WILL NOT SHOW UP ON THE SITE! ###
11841184

1185-
- &moore_port_icsoft_2022.pdf
1185+
- &moore_port_icsoft_2022
11861186
anchor: moore_port_icsoft_2022
11871187
title: "Needles in a Haystack: Using PORT to Catch Bad Behaviors within Application Recordings"
11881188
authors:
@@ -1195,7 +1195,7 @@ publications:
11951195
link: "/papers/moore_port_icsoft_2022.pdf"
11961196
abstract: "Earlier work has proven that information extracted from recordings of an application’s activity can be tremendously valuable. However, given the many requests that pass between applications and external entities, it has been difficult to isolate the handful of patterns that indicate the potential for failure. In this paper, we propose a method that harnesses proven event processing techniques to find those problematic patterns. The key addi- tion is PORT, a new domain specific language which, when combined with its event stream recognition and transformation engine, enables users to extract patterns in system call recordings and other streams, and then rewrite input activity on the fly. The former task can spot activity that indicates a bug, while the latter produces a modified stream for use in more active testing. We evaluated PORT’s capabilities in several ways, starting with recreating the mutators and checkers utilized by an earlier work called SEA to modify and replay the results of system calls. Our re-implementations achieved the same efficacy using fewer lines of code. We also illustrated PORT’s extensibility by adding support for detecting malicious USB commands within recorded traffic."
11971197

1198-
- &moore_shuffle_ccsne_2022.pdf
1198+
- &moore_shuffle_ccsne_2022
11991199
anchor: moore_shuffle_ccsne_2022
12001200
title: "Cybersecurity Shuffle: Using Card Magic to Teach Introductory Cybersecurity Topics"
12011201
authors:

0 commit comments

Comments
 (0)