Skip to content

Commit

Permalink
Add seminar
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Apr 5, 2024
1 parent 1052373 commit 39eced7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/seminars/2024-04-10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
title: Introduction to Dynamic Analysis of Android Applications
presenter: Simon Althaus, University of Darmstadt
date: 2024-04-10
category: seminars

Smartphones are ever-present in our daily lives and handle a wealth of sensitive information like text messages and photos. Malicious applications can obtain access to such data and leak them to third parties with potentially grave consequences (i.e., theft, blackmail, etc.). Therefore, the study of malware, with the goal of identifying such malicious applications, has attracted significant research interest in recent years, especially focusing on Android applications. Malware research based on a combination of static and dynamic approaches has been shown to be effective in identifying a range of typical malware types like example keyloggers and ransomware. Moreover, it has been shown that applications that are not malware in the traditional sense, e.g. social networking applications or even over-privileged system applications, might leak significant amounts of data without user consent or notification. Therefore, this talk will provide an overview of trends in research regarding static and dynamic analysis for Android applications with the goal of identifying such malicious or information-leaking behaviors. We will discuss different approaches based on taint analysis, system call analysis, provenance tracking, network traffic analysis and more. The talk will also cover the extended Berkeley Packet Filter (eBPF) and how it can be useful for tracing and dynamic analysis.


Short bio:
Simon Althaus is a Research Associate at the Telecooperation Lab at Technical University of Darmstadt. He obtained a MSc degree from Technical University of Darmstadt working on botnets. Simon is currently researching in the field of Android security. His research interests include dynamic analysis, eBPF, provenance tracking, and privacy-enhancing technologies.

0 comments on commit 39eced7

Please sign in to comment.