Publications

2024

S. Kempinger: “Implementing a Digidow-compatible Sensor for UWB Indoor Positioning”, Technical report, Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World, 2024.
fulltext
Abstract

The Digidow project aims to research solutions for privacy-preserving decentralized digital identity authentication in the real world. The project uses a Personal Identity Agent (PIA) to manage the user’s identity and credentials, and a sensor to determine the user movement and intentions. These sensors register real world events and send the data to the PIA, which then processes the data and sends it to a verifier. There was an existing sensor implementation for a facial recognition sensor, a generic sensor library that can be used to implement other sensors, and somewhat working UWB anchors. This report describes the implementation of a UWB sensor that detects the door a user is standing in front of, and which integrates seamlessly with the exiting components.

@techreport{bib:2024-kempinger-tr-uwbsensor, title = {{Implementing a Digidow-compatible Sensor for UWB Indoor Positioning}}, author = {Kempinger, Stefan}, institution = {Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World}, year = {2024}, month = APR }
M. Lins, R. Mayrhofer, M. Roland, D. Hofer, and M. Schwaighofer: “On the critical path to implant backdoors and the effectiveness of potential mitigation techniques: Early learnings from XZ”, Preprint, Computing Research Repository (CoRR), arXiv:2304.08987 [cs.CR], 2024.
DOIarXiv
Abstract

An emerging supply-chain attack due to a backdoor in XZ Utils has been identified. The backdoor allows an attacker to run commands remotely on vulnerable servers utilizing SSH without prior authentication. We have started to collect available information with regards to this attack to discuss current mitigation strategies for such kinds of supply-chain attacks. This paper introduces the critical attack path of the XZ backdoor and provides an overview about potential mitigation techniques related to relevant stages of the attack path.

@online{bib:2024-lins-xzearlylearning, title = {{On the critical path to implant backdoors and the effectiveness of potential mitigation techniques: Early learnings from XZ}}, author = {Lins, Mario and Mayrhofer, René and Roland, Michael and Hofer, Daniel and Schwaighofer, Martin}, numpages = {8}, howpublished = {Computing Research Repository (CoRR), arXiv:2304.08987 [cs.CR]}, doi = {10.48550/arXiv.2404.08987}, year = {2024}, month = APR }
F. Mader: “Evaluation of technologies to build a trustworthy directory for sensors for an identity management system”, Master's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2024. Advisors: R. Mayrhofer and M. Roland.
Abstract

Identifying people digitally and securely is already important today and will become increasingly important in the future. For this reason, the JKU launched the Digidow project. Digidow tries to use a distributed system to link digital identities and the people associated with them. Therefore, everyone is expected to manage their own identity on their own devices and interact with sensors which are also distributed. However, such a highly distributed system requires participants to know or discover each other. For this reason, the idea of a sensor directory which is used to find and identify sensors was born. In this thesis, some core requirements are established which are then extended with additional requirements after the threats of the system are analyzed. After the requirements are clear several technologies and their components are analyzed that could solve parts of the sensor directory. It is also shown how those technologies might be used to implement the sensor directory. Finally, those technologies are compared to each other and a group of technologies is shown which could be used to implement the sensor directory.

@mastersthesis{bib:2024-mader-masterthesis, title = {{Evaluation of technologies to build a trustworthy directory for sensors for an identity management system}}, author = {Mader, Florian}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Mayrhofer, René and Roland, Michael}, numpages = {143}, address = {Linz, Austria}, year = {2024}, month = FEB }
R. Mayrhofer, J. V. Stoep, C. Brubaker, D. Hackborn, B. Bonné, G. S. Tuncay, R. P. Jover, and M. A. Specter: “The Android Platform Security Model (2023)”, Preprint, Computing Research Repository (CoRR), arXiv:1904.05572v3 [cs.CR], 2024.
DOIarXiv
Abstract

Android is the most widely deployed end-user focused operating system. With its growing set of use cases encompassing communication, navigation, media consumption, entertainment, finance, health, and access to sensors, actuators, cameras, or microphones, its underlying security model needs to address a host of practical threats in a wide variety of scenarios while being useful to non-security experts. To support this flexibility, Android’s security model must strike a difficult balance between security, privacy, and usability for end users; provide assurances for app developers; and maintain system performance under tight hardware constraints. This paper aims to both document the assumed threat model and discuss its implications, with a focus on the ecosystem context in which Android exists. We analyze how different security measures in past and current Android implementations work together to mitigate these threats, and, where there are special cases in applying the security model in practice; we discuss these deliberate deviations and examine their impact.

Previous version

This work presents a major revision of the article “The Android Platform Security Model” originally published in ACM Transactions on Privacy and Security, Volume 24, Issue 3, Article No. 19, 2021, pp. 1-35, https://doi.org/10.1145/3448609.

@online{bib:2024-mayrhofer-androidplatformsecurity2023, title = {{The Android Platform Security Model (2023)}}, author = {Mayrhofer, René and Stoep, Jeffrey Vander and Brubaker, Chad and Hackborn, Dianne and Bonné, Bram and Tuncay, Güliz Seray and Jover, Roger Piqueras and Specter, Michael A.}, numpages = {51}, howpublished = {Computing Research Repository (CoRR), arXiv:1904.05572v3 [cs.CR]}, doi = {10.48550/arXiv.1904.05572}, year = {2024}, month = JAN }

2023

M. Sonntag, R. Mayrhofer, and S. Rass: “Anonymously Publishing Liveness Signals with Plausible Deniability”, in Advances in Mobile Computing and Multimedia Intelligence. 21st International Conference, MoMM 2023, Bali, Indonesia, LNCS, vol. 14417/2023, Springer, pp. 3–​19, 2023.
Event
21st International Conference on Advances in Mobile Computing & Multimedia Intelligence (MoMM 2023)
Bali, Indonesia
04–06 December 2023
Abstract

Sometimes entities have to prove to others that they are still alive at a certain point in time, but with the added requirements of anonymity and plausible deniability; examples for this are whistleblowers or persons in dangerous situations. We propose a system to achieve this via hash chains and publishing liveness signals on Tor onion services. Even if one participant is discovered and (made to) cooperate, others still enjoy plausible deniability. To support arbitrary numbers of provers on a potentially limited list of online storage services, an additional “key” distinguishes multiple provers. This key should neither be static nor predictable to third parties, and provide forward secrecy. We propose both a derivation from user-memorable passwords and an initial pairing step to transfer unique key material between prover and verifier. In addition to describing the protocol, we provide an open source App implementation and evaluate its performance.

@inproceedings{bib:2023-sonntag-momm, title = {{Anonymously Publishing Liveness Signals with Plausible Deniability}}, author = {Sonntag, Michael and Mayrhofer, René and Rass, Stefan}, booktitle = {Advances in Mobile Computing and Multimedia Intelligence. 21st International Conference, MoMM 2023}, series = {LNCS}, volume = {14417/2023}, location = {Bali, Indonesia}, pages = {3--19}, publisher = {Springer}, doi = {10.1007/978-3-031-48348-6\_1}, year = {2023}, month = DEC }
P. Hofer, M. Roland, P. Schwarz, and R. Mayrhofer: “Face to Face with Efficiency: Real-Time Face Recognition Pipelines on Embedded Devices”, in Advances in Mobile Computing and Multimedia Intelligence. 21st International Conference, MoMM 2023, Bali, Indonesia, LNCS, vol. 14417/2023, Springer, pp. 129–​143, 2023.
Event
21st International Conference on Advances in Mobile Computing & Multimedia Intelligence (MoMM 2023)
Bali, Indonesia
04–06 December 2023
Abstract

While real-time face recognition has become increasingly popular, its use in decentralized systems and on embedded hardware presents numerous challenges. One challenge is the trade-off between accuracy and inference-time on constrained hardware resources. While achieving higher accuracy is desirable, it comes at the cost of longer inference-time. We first conduct a comparative study on the effect of using different face recognition distance functions and introduce a novel inference-time/accuracy plot to facilitate the comparison of different face recognition models. Every application must strike a balance between inference-time and accuracy, depending on its focus. To achieve optimal performance across the spectrum, we propose a combination of multiple models with distinct characteristics. This allows the system to address the weaknesses of individual models and to optimize performance based on the specific needs of the application.

We demonstrate the practicality of our proposed approach by utilizing two face detection models positioned at either end of the inference-time/accuracy spectrum to develop a multimodel face recognition pipeline. By integrating these models on an embedded device, we are able to achieve superior overall accuracy, reliability, and speed; improving the trade-off between inference-time and accuracy by striking an optimal balance between the performance of the two models, with the more accurate model being utilized when necessary and the faster model being employed for generating fast proposals. The proposed pipeline can be used as a guideline for developing real-time face recognition systems on embedded devices.

@inproceedings{bib:2023-hofer-momm, title = {{Face to Face with Efficiency: Real-Time Face Recognition Pipelines on Embedded Devices}}, author = {Hofer, Philipp and Roland, Michael and Schwarz, Philipp and Mayrhofer, René}, booktitle = {Advances in Mobile Computing and Multimedia Intelligence. 21st International Conference, MoMM 2023}, series = {LNCS}, volume = {14417/2023}, location = {Bali, Indonesia}, pages = {129--143}, publisher = {Springer}, doi = {10.1007/978-3-031-48348-6\_11}, year = {2023}, month = DEC }
O. Mir, B. Bauer, S. Griffy, A. Lysyanskaya, and D. Slamanig: “Aggregate Signatures with Versatile Randomization and Issuer-Hiding Multi-Authority Anonymous Credentials”, in Proceedings of the 2023 ACM SIGSAC Conference on Computer and Communications Security (CCS ‘23), Copenhagen, Denmark, ACM, pp. 30–​44, 2023.
Event
2023 ACM SIGSAC Conference on Computer and Communications Security (CCS ‘23)
Copenhagen, Denmark
26–30 November 2023
Abstract

Anonymous credentials (AC) offer privacy in user-centric identity management. They enable users to authenticate anonymously, revealing only necessary attributes. With the rise of decentralized systems like self-sovereign identity, the demand for efficient AC systems in a decentralized setting has grown. Relying on conventional AC systems, however, require users to present independent credentials when obtaining them from different issuers, leading to increased complexity. AC systems should ideally support being multi-authority for efficient presentation of multiple credentials from various issuers. Another vital property is issuer hiding, ensuring that the issuer’s identity remains concealed, revealing only compliance with the verifier’s policy. This prevents unique identification based on the sole combination of credential issuers. To date, there exists no AC scheme satisfying both properties simultaneously.

This paper introduces Issuer-Hiding Multi-Authority Anonymous Credentials (IhMA), utilizing two novel signature primitives: Aggregate Signatures with Randomizable Tags and Public Keys and Aggregate Mercurial Signatures. We provide two constructions of IhMA with different trade-offs based on these primitives and believe that they will have applications beyond IhMA. Besides defining the notations and rigorous security definitions for our primitives, we provide provably secure and efficient constructions, and present benchmarks to showcase practical efficiency.

@inproceedings{bib:2023-mir-ccs, title = {{Aggregate Signatures with Versatile Randomization and Issuer-Hiding Multi-Authority Anonymous Credentials}}, author = {Mir, Omid and Bauer, Balthazar and Griffy, Scott and Lysyanskaya, Anna and Slamanig, Daniel}, booktitle = {Proceedings of the 2023 ACM SIGSAC Conference on Computer and Communications Security (CCS '23)}, location = {Copenhagen, Denmark}, pages = {30--44}, publisher = {ACM}, doi = {10.1145/3576915.3623203}, year = {2023}, month = NOV }
M. Lins, R. Mayrhofer, M. Roland, and A. R. Beresford: “Mobile App Distribution Transparency (MADT): Design and evaluation of a system to mitigate necessary trust in mobile app distribution systems”, in Secure IT Systems. 28th Nordic Conference, NordSec 2023, Oslo, Norway, LNCS, vol. 14324/2024, Springer, pp. 185–​203, 2023.
Event
28th Nordic Conference on Secure IT Systems (NordSec 2023)
Oslo, Norway
16–17 November 2023
Abstract

Current mobile app distribution systems use (asymmetric) digital signatures to ensure integrity and authenticity for their apps. However, there are realistic threat models under which these signatures cannot be fully trusted. One example is an unconsciously leaked signing key that allows an attacker to distribute malicious updates to an existing app; other examples are intentional key sharing as well as insider attacks. Recent app store policy changes like Google Play Signing (and other similar OEM and free app stores like F-Droid) are a practically relevant case of intentional key sharing: such distribution systems take over key handling and create app signatures themselves, breaking up the previous end-to-end verifiable trust from developer to end-user device. This paper addresses these threats by proposing a system design that incorporates transparency logs and end-to-end verification in mobile app distribution systems to make unauthorized distribution attempts transparent and thus detectable. We analyzed the relevant security considerations with regard to our threat model as well as the security implications in the case where an attacker is able to compromise our proposed system. Finally, we implemented an open-source prototype extending F-Droid, which demonstrates practicability, feasibility, and performance of our proposed system.

@inproceedings{bib:2023-lins-nordsec, title = {{Mobile App Distribution Transparency (MADT): Design and evaluation of a system to mitigate necessary trust in mobile app distribution systems}}, author = {Lins, Mario and Mayrhofer, René and Roland, Michael and Beresford, Alastair R.}, booktitle = {Secure IT Systems. 28th Nordic Conference, NordSec 2023}, series = {LNCS}, volume = {14324/2024}, location = {Oslo, Norway}, pages = {185--203}, publisher = {Springer}, doi = {10.1007/978-3-031-47748-5\_11}, year = {2023}, month = NOV }
O. Mir: “Privacy Preserving Credentials via Novel Primitives”, Ph.D. thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2023. Advisors: R. Mayrhofer, V. Teague, and D. Slamanig.
Abstract

Users or devices regularly need to demonstrate who they are on the Internet to enable decisions like whether they can access a certain resource such as a service. This often involves dedicated issuing authorities or identity providers (IdP), like Facebook or Google, who issue digital credentials for this purpose. Such credentials are important in securing access to traditional online services such as banking or email. However, they are becoming increasingly important in other non-digital areas such as travel (digital passports and driving licenses), physical door access (building or car keys), or digital health/vaccination credentials. However, in addition to creating single points of failure, relying on large and centralized identity providers raises concerns about the privacy of user data and the required trust in those central points. In particular, users lose control over their digital identity and disclose private data to authorities, which increases the severity of data breaches.

In this thesis, we investigate privacy-enhancing technologies to achieve the benefits of digital identity while preserving user privacy. By leveraging efficient cryptographic tools, e.g., signatures, zero-knowledge proofs, commitments, and encryption schemes, we propose secure protocols that safeguard user privacy while remaining practical. In particular, we focus on Anonymous Credentials (AC) as a basis for authentication and authorization, which have emerged as a promising solution for proving possession of credentials and attributes while preserving user privacy. Additionally, ACs can enable individuals to control their personal information and limit its collection and use by third parties. We develop and extend AC schemes regarding various properties while optimizing their efficiency as follows:

Issuer-Hiding Multi-Authority AC: We introduce the concept of Issuer-Hiding Multi-Authority Anonymous Credentials IhMA, which provides the Multi-Authority (MA) and Issuer Hiding (IH) critical concerns that have not yet been adequately addressed so far. MA means proving possession of attributes from multiple independent credential issuers more efficiently than showing multiple independent credentials. IH allows users to prove the validity of their credentials by only revealing that they have been issued by some the set of acceptable issuers but not the exact issuers. This protects the user’s privacy, especially in decentralized settings where many issuers are involved, as verifying a user’s credential may require knowledge of the Issuer’s public key, which could inadvertently disclose private information about the user. Our proposed solution involves the development of two new primitives which are independent of interest:

  • Aggregate Signatures with Randomizable Tags and Public Keys called AtoSa, where the aggregation and tag are useful for MA, and the latter feature (randomizable public keys) is essential for realizing the IH feature.
  • Aggregate Tag based Mercurial Signatures called ATMS, which extend AtoSa to additionally support the randomization of messages and achieve equivalence class signatures (SPSEQ) and thus obtain a version of mercurial signatures that are aggregatable and have randomizable tags in other to provide the issuing hiding and unlinkability in multi-authority.

Delegatable AC: We present a novel delegatable anonymous credential (DAC) scheme that allows the owners of credentials to delegate the obtained credential to other users. It supports attributes, provides anonymity for delegations, allows the delegators to restrict further delegations, and comes with efficient construction. In particular, our DAC credentials do not grow with delegations, i.e., they are of constant size. Our approach builds on a new primitive:

  • Structure-preserving signatures on equivalence classes on updatable commitments (SPSEQ-UC). The high-level idea is to use a special signature scheme to sign vectors of set commitments which can be extended by additional set commitments. Signatures additionally include a user’s public key, which can be switched. Similar to conventional SPSEQ signatures, the signatures and messages can be publicly randomized and thus allow unlinkable showings in the DAC system.

Threshold Delegatable AC: We present a novel AC system with threshold issuance that additionally provides credential delegation and thus represents the first decentralized and delegatable AC. We provide a rigorous formal framework for such threshold delegatable anonymous credentials (TDAC). Our concrete approach departs from previous delegatable ACs and is inspired by the concept of predicate encryption and, in particular, functional credentials and builds upon the following primitive:

  • A threshold delegatable subset predicate encryption (TDSPE) scheme, in which partial decryption keys are issued in a threshold way by multiple authorities and from which users then can generate decryption keys. We also show how one can use any existing AC system (not necessarily from the abovedeveloped AC systems) with login credentials (e.g., password and biometric) to provide privacy-preserving single sign-on.

Privacy-Preserving Single Sign-On: We construct a novel decentralized privacypreserving single sign-on mechanism using a combination of existing AC systems and OPRF schemes with Multi-Factor Authentication, where the process of user authentication no longer depends on a single trusted third party (i.e., the IdP) in control of the whole authentication process. Also, it permits services where authenticating users remain anonymous within a group of users. Moreover, our scheme does not require the IdP to be online during the verification (passive verification).

Recovery of Encrypted Mobile Device Backups (eID): We propose a secure protocol for users to recover their electronic identity (eID) data in case of smartphone loss or malfunction. We leverage biometric authentication and auxiliary devices to allow clients to recover their secret keys from partially trusted servers using a Fuzzy Extractor.

We formalize all concepts and provide rigorous security definitions for all our proposed primitives and AC protocols. To validate the efficacy of our proposed solutions, we present efficient instantiations of the primitives/protocols. We also conduct performance benchmarking based on a prototype implementation made available as an open source python package to demonstrate the practical efficiency of our protocols and also primitives.

@phdthesis{bib:2023-mir-phdthesis, title = {{Privacy Preserving Credentials via Novel Primitives}}, author = {Mir, Omid}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Mayrhofer, René and Teague, Vanessa and Slamanig, Daniel}, numpages = {229}, address = {Linz, Austria}, year = {2023}, month = AUG }
O. Mir, D. Slamanig, and R. Mayrhofer: “Threshold Delegatable Anonymous Credentials with Controlled and Fine-Grained Delegation”, IEEE Transactions on Dependable and Secure Computing, 2023. Accepted for publication.
DOITDSC
Abstract

Anonymous credential systems allow users to obtain a credential on multiple attributes from an organization and then present it to verifiers in a way that no information beyond what attributes are required to be shown is revealed. Moreover, multiple uses of the credential cannot be linked. Thus they represent an attractive tool to realize fine-grained privacy-friendly authentication and access control. In order to avoid a single point of trust and failure, decentralized AC systems have been proposed. They eliminate the need for a trusted credential issuer, e.g., by relying on a set of credential issuers that issue credentials in a threshold manner (e.g., t out of n f). In this paper, we present a novel AC system with such a threshold issuance that additionally provides credential delegation. It represents the first decentralized and delegatable AC system. We provide a rigorous formal framework for such threshold delegatable anonymous credentials (TDAC’s). Our concrete approach departs from previous delegatable ACs and is inspired by the concept of functional credentials. More precisely, we propose a threshold delegatable subset predicate encryption (TDSPE) scheme and use TDSPE to construct a TDAC scheme and present a comparison with previous work and performance benchmarks based on a prototype implementation.

@article{bib:2023-mir-tdsc, title = {{Threshold Delegatable Anonymous Credentials with Controlled and Fine-Grained Delegation}}, author = {Mir, Omid and Slamanig, Daniel and Mayrhofer, René}, journal = {IEEE Transactions on Dependable and Secure Computing}, numpages = {16}, doi = {10.1109/TDSC.2023.3303834}, year = {2023}, month = AUG, note = {Accepted for publication} }
O. Mir, B. Bauer, S. Griffy, A. Lysyanskaya, and D. Slamanig: “Aggregate Signatures with Versatile Randomization and Issuer-Hiding Multi-Authority Anonymous Credentials”, Preprint, Cryptology ePrint Archive, Paper 2023/1016, 2023.
IACR ePrint
Abstract

Anonymous credentials (AC) have emerged as a promising privacy-preserving solution for user-centric identity management. They allow users to authenticate in an anonymous and unlinkable way such that only required information (i.e., attributes) from their credentials are revealed. With the increasing push towards decentralized systems and identity, e.g., self-sovereign identity (SSI) and the concept of verifiable credentials, this also necessitates the need for suitable AC systems. For instance, when relying on existing AC systems, obtaining credentials from different issuers requires the presentation of independent credentials, which can become cumbersome. Consequently, it is desirable for AC systems to support the so-called multi-authority (MA) feature. It allows a compact and efficient showing of multiple credentials from different issuers. Another important property is called issuer hiding (IH). This means that showing a set of credentials is not revealed which issuer has issued which credentials but only whether a verifier-defined policy on the acceptable set of issuers is satisfied. This issue becomes particularly acute in the context of MA, where a user could be uniquely identified by the combination of issuers in their showing. Unfortunately, there are no AC schemes that satisfy both these properties simultaneously.

To close this gap, we introduce the concept of Issuer-Hiding Multi-Authority Anonymous Credentials (IhMA). Our proposed solution involves the development of two new signature primitives with versatile randomization features which are independent of interest:

  1. Aggregate Signatures with Randomizable Tags and Public Keys (AtoSa) and 2) Aggregate Mercurial Signatures (ATMS), which extend the functionality of AtoSa to additionally support the randomization of messages and yield the first instance of an aggregate (equivalence-class) structure-preserving signature. These primitives can be elegantly used to obtain IhMA with different trade-offs but have applications beyond.

We formalize all notations and provide rigorous security definitions for our proposed primitives. We present provably secure and efficient instantiations of the two primitives as well as corresponding IhMA systems. Finally, we provide benchmarks based on an implementation to demonstrate the practical efficiency of our constructions.

@online{bib:2023-mir-ac-ihma, title = {{Aggregate Signatures with Versatile Randomization and Issuer-Hiding Multi-Authority Anonymous Credentials}}, author = {Mir, Omid and Bauer, Balthazar and Griffy, Scott and Lysyanskaya, Anna and Slamanig, Daniel}, numpages = {65}, howpublished = {Cryptology ePrint Archive, Paper 2023/1016}, year = {2023}, month = JUL }
S. Fixl: “Access control for a peer-to-peer filesystem based on cryptographic capabilities”, Master's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2023. Advisors: R. Mayrhofer, M. Schwaighofer, and M. Roland.
Abstract

In this thesis we propose an access control system for the peer-to-peer filesystem Hyperdrive that utilizes a cryptographic capability system based approach. The overall goal is to simplify the development of local-first software, following the principles of prioritizing local resources instead of relying on centralized services. Hyperdrive can be a useful foundation for local-first software, but it provides only very limited access control functionality. Sharing read or write capabilities with other users is crucial for applications that enable collaborative work or social interactions. Fine-grained access control therefore is a central requirement for such use cases.

Our proposed system utilizes a graph data structure for key management and enables per-file and per-directory control of read and write permissions. Additionally, it provides a simple user system that keeps track of a user’s friends and other contacts. It includes a system for initial key exchange and asynchronous communication that also works with sporadic internet access. Read and write permissions can be shared with known users, read permissions also by URL.

We implemented the proposed system as a NodeJS module and published it as an open-source library called CertaCrypt. In addition to that, we also published a demonstrator application, the CertaCrypt-Filemanager. It aims to implement an app that, from a user perspective, looks like the web interface of a cloud-storage solution similar to Dropbox or Google Drive, hiding the fact that it works completely decentralized using Peer-to-Peer (P2P) technology. This demonstrates the potential of P2P systems for implementing local-first software that replaces Software-as-a-Service (SaaS) applications.

@mastersthesis{bib:2023-fixl-masterthesis, title = {{Access control for a peer-to-peer filesystem based on cryptographic capabilities}}, author = {Fixl, Stefan}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Mayrhofer, René and Schwaighofer, Martin and Roland, Michael}, numpages = {64}, address = {Linz, Austria}, year = {2023}, month = MAY }
J. Arneth: “FIDO2 Token Authentication for Personal Identity Agent”, Bachelor's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2023. Advisors: M. Roland and G. Schoiber.
fulltext
Abstract

This bachelor thesis aims to extend the Personal Identity Agent of the Digidow project by adding two new authentication methods with FIDO2 tokens. So far, users had to use a password for the authentication process. A method for authenticating with FIDO2 tokens has not been implemented yet. Therefore, the authentication process was enhanced by implementing the authentication with security keys. Initially, two-factor authentication with security keys as second factor was implemented. In addition to that, the application now fulfills the requirement of passwordless authentication. First, this bachelor thesis describes the theoretical background of FIDO2 token authentication. Second, it gives a detailed overview of the functionality of FIDO2 token authentication. Additionally, the design choices for the implementation and the individual implementation steps are outlined. Furthermore, an evaluation concerning the Tor Browser, the WebAuthn standard, the security key setup, and implementation options is done.

@thesis{bib:2023-arneth-bachelorthesis, title = {{FIDO2 Token Authentication for Personal Identity Agent}}, author = {Arneth, Jakob}, type = {Bachelor thesis}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Roland, Michael and Schoiber, Gerald}, numpages = {40}, address = {Linz, Austria}, year = {2023}, month = MAY }
P. Hofer: “Dezentrale Gesichtserkennung”, OCG Journal 48, 1, pp. 14–​15, 2023.
fulltextOCG
Abstract

Biometrische Daten gehören zu den datenschutzrechtlich besonders sensiblen Daten. Immer mehr Systeme verwerten diese Daten. Da diese (zumindest technisch) ihre Existenz nicht offenlegen müssen, kann es keine vollständige Liste von Systemen geben, welche die eigenen persönlichen Daten verarbeiten. Zumindest jene Systeme, welche reale Konsequenzen verursachen, sind der Öffentlichkeit jedoch bekannt. Welche Möglichkeiten gibt es, sich vor den Risiken solcher Systeme zu verteidigen?

@article{bib:2023-hofer-ocg, title = {{Dezentrale Gesichtserkennung}}, author = {Hofer, Philipp}, journal = {OCG Journal}, volume = {48}, number = {1}, pages = {14--15}, numpages = {2}, publisher = {Österreichische Computer Gesellschaft}, year = {2023}, month = APR }
O. Mir, D. Slamanig, B. Bauer, and R. Mayrhofer: “Practical Delegatable Anonymous Credentials From Equivalence Class Signatures”, Proceedings on Privacy Enhancing Technologies (PoPETs) 2023, 3, pp. 488–​513, 2023.
Abstract

Anonymous credentials (ACs) systems are a powerful cryptographic tool for privacy-preserving applications and provide strong user privacy guarantees for authentication and access control. ACs allow users to prove possession of attributes encoded in a credential without revealing any information beyond them. A delegatable AC (DAC) system is an enhanced AC system that allows the owners of credentials to delegate the obtained credential to other users. This allows to model hierarchies as usually encountered within public-key infrastructures (PKIs). DACs also provide stronger privacy guarantees than traditional AC systems since the identities of issuers and delegators can also be hidden. In this paper we present a novel DAC scheme that supports attributes, provides anonymity for delegations, allows the delegators to restrict further delegations, and also comes with an efficient construction. Our approach builds on a new primitive that we call structure-preserving signatures on equivalence classes on updatable commitments (SPSEQ-UC). The high-level idea is to use a special signature scheme that can sign vectors of set commitments, where signatures can be extended by additional set commitments. Signatures additionally include a user’s public key, which can be switched. This allows us to efficiently realize delegation in the DAC. Similar to conventional SPSEQ, the signatures and messages can be publicly randomized and thus allow unlinkable delegation and showings in the DAC system. We present further optimizations such as cross-set commitment aggregation that, in combination, enable efficient selective showing of attributes in the DAC without using costly zero-knowledge proofs. We present an efficient instantiation that is proven to be secure in the generic group model and finally demonstrate the practical efficiency of our DAC by presenting performance benchmarks based on an implementation.

@article{bib:2023-mir-popets, title = {{Practical Delegatable Anonymous Credentials From Equivalence Class Signatures}}, author = {Mir, Omid and Slamanig, Daniel and Bauer, Balthazar and Mayrhofer, René}, journal = {Proceedings on Privacy Enhancing Technologies (PoPETs)}, volume = {2023}, number = {3}, pages = {488--513}, numpages = {26}, doi = {10.56553/popets-2023-0093}, year = {2023}, month = MAR }
M. Roland, T. Höller, and R. Mayrhofer: “Digitale Identitäten in der physischen Welt: Eine Abwägung von Privatsphäreschutz und Praktikabilität”, HMD Praxis der Wirtschaftsinformatik 60, 2, Article 949, pp. 283–​307, 2023. ISSN 2198-​2775.
DOIfulltextHMDW
Abstract

Anforderungen an Datenschutz und Informationssicherheit, aber auch an Datenaktualität und Vereinfachung bewirken einen kontinuierlichen Trend hin zu plattformübergreifenden ID-Systemen für die digitale Welt. Das sind typischerweise föderierte Single-Sign-On-Lösungen großer internationaler Konzerne wie Apple, Facebook und Google. Dieser Beitrag beleuchtet die Frage, wie ein dezentrales, offenes, globales Ökosystem nach dem Vorbild des Single-Sign-On für die digitale, biometrische Identifikation in der physischen Welt aussehen könnte. Im Vordergrund steht dabei die implizite Interaktion mit vorhandener Sensorik, mit der Vision, dass Individuen in der Zukunft weder Plastikkarten noch mobile Ausweise am Smartphone mit sich führen müssen, sondern ihre Berechtigung für die Nutzung von Diensten rein anhand ihrer biometrischen Merkmale nachweisen können. Während diese Vision bereits jetzt problemlos durch Systeme mit einer zentralisierten Datenbank mit umfangreichen biometrischen Daten aller Bürger*innen möglich ist, wäre ein Ansatz mit selbstverwalteten, dezentralen digitalen Identitäten erstrebenswert, bei dem die Nutzer*in in den Mittelpunkt der Kontrolle über ihre eigene digitale Identität gestellt wird und die eigene digitale Identität an beliebigen Orten hosten kann. Anhand einer Analyse des Zielkonflikts zwischen umfangreichem Privatsphäreschutz und Praktikabilität, und eines Vergleichs der Abwägung dieser Ziele mit bestehenden Ansätzen für digitale Identitäten wird ein Konzept für ein dezentrales, offenes, globales Ökosystem zur privaten, digitalen Authentifizierung in der physischen Welt abgeleitet.

Abstract (English)

Requirements on data privacy and information security, as well as data quality and simplification, cause a continuous trend towards federated identity systems for the digital world. These are often the single sign-on platforms offered by large international companies like Apple, Facebook and Google. This article evaluates how a decentralized, open, and global ecosystem for digital biometric identification in the physical world could be designed based on the model of federated single sign-on. The main idea behind such a concept is implicit interaction with existing sensors, in order to get rid of plastic cards and smartphone-based mobile IDs in a far future. Instead, individuals should be capable of proving their permissions to use a service solely based on their biometrics. While this vision is already proven feasible using centralized databases collecting biometrics of the whole population, an approach based on self-sovereign, decentralized digital identities would be favorable. In the ideal case, users of such a system would retain full control over their own digital identity and would be able to host their own digital identity wherever they prefer. Based on an analysis of the trade-off between privacy and practicability, and a comparison of this trade-off with observable design choices in existing digital ID approaches, we derive a concept for a decentralized, open, and global-scale ecosystem for private digital authentication in the physical world.

@article{bib:2023-roland-hmdw, title = {{Digitale Identitäten in der physischen Welt: Eine Abwägung von Privatsphäreschutz und Praktikabilität}}, author = {Roland, Michael and Höller, Tobias and Mayrhofer, René}, journal = {HMD Praxis der Wirtschaftsinformatik}, volume = {60}, number = {2}, articleno = {949}, pages = {283--307}, numpages = {25}, publisher = {Springer Fachmedien Wiesbaden}, doi = {10.1365/s40702-023-00949-1}, issn = {2198-2775}, year = {2023}, month = MAR }
P. Hofer, M. Roland, R. Mayrhofer, and P. Schwarz: “Optimizing Distributed Face Recognition Systems through Efficient Aggregation of Facial Embeddings”, Advances in Artificial Intelligence and Machine Learning 3, 1, pp. 693–​711, 2023.
Abstract

Biometrics are one of the most privacy-sensitive data. Ubiquitous authentication systems with a focus on privacy favor decentralized approaches as they reduce potential attack vectors, both on a technical and organizational level. The gold standard is to let the user be in control of where their own data is stored, which consequently leads to a high variety of devices used. Moreover, in comparison with a centralized system, designs with higher end-user freedom often incur additional network overhead. Therefore, when using face recognition for biometric authentication, an efficient way to compare faces is important in practical deployments, because it reduces both network and hardware requirements that are essential to encourage device diversity. This paper proposes an efficient way to aggregate embeddings used for face recognition based on an extensive analysis on different datasets and the use of different aggregation strategies. As part of this analysis, a new dataset has been collected, which is available for research purposes. Our proposed method supports the construction of massively scalable, decentralized face recognition systems with a focus on both privacy and long-term usability.

@article{bib:2023-hofer-aaiml, title = {{Optimizing Distributed Face Recognition Systems through Efficient Aggregation of Facial Embeddings}}, author = {Hofer, Philipp and Roland, Michael and Mayrhofer, René and Schwarz, Philipp}, journal = {Advances in Artificial Intelligence and Machine Learning}, volume = {3}, number = {1}, pages = {693--711}, numpages = {18}, publisher = {Shimur Publications}, doi = {10.54364/AAIML.2023.1146}, year = {2023}, month = FEB }
P. Hofer, M. Roland, P. Schwarz, and R. Mayrhofer: “Efficient Aggregation of Face Embeddings for Decentralized Face Recognition Deployments”, in Proceedings of the 9th International Conference on Information Systems Security and Privacy (ICISSP 2023), Lisbon, Portugal, SciTePress, pp. 279–​286, 2023.
Event
9th International Conference on Information Systems Security and Privacy (ICISSP 2023)
Lisbon, Portugal
22–24 February 2023
Abstract

Ubiquitous authentication systems with a focus on privacy favor decentralized approaches as they reduce potential attack vectors, both on a technical and organizational level. The gold standard is to let the user be in control of where their own data is stored, which consequently leads to a high variety of devices used what in turn often incurs additional network overhead. Therefore, when using face recognition, an efficient way to compare faces is important in practical deployments. This paper proposes an efficient way to aggregate embeddings used for face recognition based on an extensive analysis on different datasets and the use of different aggregation strategies. As part of this analysis, a new dataset has been collected, which is available for research purposes. Our proposed method supports the construction of massively scalable, decentralized face recognition systems with a focus on both privacy and long-term usability.

@inproceedings{bib:2023-hofer-icissp, title = {{Efficient Aggregation of Face Embeddings for Decentralized Face Recognition Deployments}}, author = {Hofer, Philipp and Roland, Michael and Schwarz, Philipp and Mayrhofer, René}, booktitle = {Proceedings of the 9th International Conference on Information Systems Security and Privacy (ICISSP 2023)}, location = {Lisbon, Portugal}, pages = {279--286}, numpages = {8}, publisher = {SciTePress}, doi = {10.5220/0011599300003405}, year = {2023}, month = FEB }
P. Schwarz, P. Hofer, and J. Scharinger: “Gait Recognition Using 3D View-Transformation Model”, in Computer Aided Systems Theory – EUROCAST 2022. 18th International Conference, Las Palmas de Gran Canaria, Spain, February 20–25, 2022, Revised Selected Papers, Las Palmas de Gran Canaria, Spain, LNCS, vol. 13789/2023, Springer, pp. 452–​459, 2023.
Event
18th International Conference on Computer Aided Systems Theory (Eurocast 2022)
Las Palmas de Gran Canaria, Spain
20–25 February 2022
Abstract

When it comes to visual based gait recognition, one of the biggest problems is the variance introduced by different camera viewing angles. We generate 3D human models from single RGB person image frames, rotate these 3D models into the side view, and compute gait features used to train a convolutional neural network to recognize people based on their gait information. In our experiment we compare our approach with a method that recognizes people under different viewing angles and show that even for low-resolution input images, the applied view-transformation 1) preserves enough gait information for recognition purposes and 2) produces recognition accuracies just as high without requiring samples from each viewing angle. We believe our approach will produce even better results for higher resolution input images. As far as we know, this is the first appearance-based method that recreates 3D human models using only single RGB images to tackle the viewing-angle problem in gait recognition.

@inproceedings{bib:2023-schwarz-eurocast, title = {{Gait Recognition Using 3D View-Transformation Model}}, author = {Schwarz, Philipp and Hofer, Philipp and Scharinger, Josef}, booktitle = {Computer Aided Systems Theory – EUROCAST 2022. 18th International Conference, Las Palmas de Gran Canaria, Spain, February 20–25, 2022, Revised Selected Papers}, series = {LNCS}, volume = {13789/2023}, location = {Las Palmas de Gran Canaria, Spain}, pages = {452--459}, publisher = {Springer}, doi = {10.1007/978-3-031-25312-6\_53}, year = {2023}, month = FEB }

2022

P. Hofer, M. Roland, P. Schwarz, and R. Mayrhofer: “Efficient aggregation of face embeddings for decentralized face recognition deployments (extended version)”, Preprint, Computing Research Repository (CoRR), arXiv:2212.10108 [cs.CR], 2022.
DOIarXiv
Abstract

Biometrics are one of the most privacy-sensitive data. Ubiquitous authentication systems with a focus on privacy favor decentralized approaches as they reduce potential attack vectors, both on a technical and organizational level. The gold standard is to let the user be in control of where their own data is stored, which consequently leads to a high variety of devices used. Moreover, in comparison with a centralized system, designs with higher end-user freedom often incur additional network overhead. Therefore, when using face recognition for biometric authentication, an efficient way to compare faces is important in practical deployments, because it reduces both network and hardware requirements that are essential to encourage device diversity. This paper proposes an efficient way to aggregate embeddings used for face recognition based on an extensive analysis on different datasets and the use of different aggregation strategies. As part of this analysis, a new dataset has been collected, which is available for research purposes. Our proposed method supports the construction of massively scalable, decentralized face recognition systems with a focus on both privacy and long-term usability.

@online{bib:2022-hofer-efficientembeddingaggregation-extended, title = {{Efficient aggregation of face embeddings for decentralized face recognition deployments (extended version)}}, author = {Hofer, Philipp and Roland, Michael and Schwarz, Philipp and Mayrhofer, René}, numpages = {11}, howpublished = {Computing Research Repository (CoRR), arXiv:2212.10108 [cs.CR]}, doi = {10.48550/arXiv.2212.10108}, year = {2022}, month = DEC }
M. Schwaighofer: “Reproducibly building artifacts that contain embedded signatures”, in NixCon 2022, Paris, France, 2022.
Event
NixCon 2022
Paris, France
20–22 October 2022
Abstract

Signatures are annoying when you are trying build software reproducibly, especially when deeply embedded in the output artifact. Let’s look at how we can tackle this problem elegantly with Nix.

Reproducibility means that someone else can independently recreate exactly the same binary artifact. This is very useful for confidently knowing what source code a binary artifact was built from. People are analyzing artifacts with tools like diffoscope to exactly locate differences between two artifacts built using the same build instructions. For complex projects even when looking at an exact difference in the output that way, it is not always easy to find the cause of that difference.

In general using Nix to split the build instructions into smaller steps can help us make this process easier, because we can notice differences at the end of the intermediary step that introduced them, as long as we are nix build --rebuilding the right build steps.

Even then signatures are still a problem, because we can never really reproduce a signed artifact without access to the signing key and even with access to the key not all popular signing schemes produce signatures deterministically. We either have to substitute in the expected signatures or keep track of those expected differences.

There is a nice pattern that we can use for always substituting the correct signatures with Nix, which makes it easy to verify embedded signatures as part of such an independent recreation process even for a large and complicated artifact. The same pattern also takes advantage of Nix’s binary caches to automatically obtain all the required signatures, which are ideally the only thing we cannot reproduce.

@inproceedings{bib:2022-schwaighofer-nixcon, title = {{Reproducibly building artifacts that contain embedded signatures}}, author = {Schwaighofer, Martin}, booktitle = {NixCon 2022}, location = {Paris, France}, year = {2022}, month = OCT }
T. Höller: “A Privacy Preserving Networking Approach for Distributed Digital Identity Systems”, Ph.D. thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2022. Advisors: R. Mayrhofer, A. Beresford, and M. Roland.
Abstract

Distributed systems are widely considered more privacy friendly than centralized systems because there is no central authority with access to all of the information. However, this does not consider the importance of network privacy. If users establish peer-to-peer connections to each other, adversaries monitoring the network can easily find out who is communicating with whom, at which times, and for how long, even if the communication is end-to-end encrypted. For digital identity systems this is especially critical, because knowledge about when and where an individual uses their digital identity is equivalent with knowing what the individual is doing.

The research presented in this thesis strives to design a distributed digital identity system that remains resilient against passive adversaries by instrumenting the anonymity network Tor. Significant efforts were dedicated to analyze how suited the Tor network is for supporting such distributed systems by measuring the usage of onion services and the time needed to start a new onion service. While this analysis did not detect any privacy issues within the current Tor network, it revealed several shortcomings in regard to the network latency of Tor onion services, which are addressed in the final parts of this thesis. Several modifications are proposed that are shown to significantly reduce the waiting times experienced by users of privacy preserving distributed digital identity systems.

@phdthesis{bib:2022-hoeller-phdthesis, title = {{A Privacy Preserving Networking Approach for Distributed Digital Identity Systems}}, author = {Höller, Tobias}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Mayrhofer, René and Beresford, Alastair and Roland, Michael}, numpages = {153}, address = {Linz, Austria}, year = {2022}, month = OCT }
M. Pöll: “Towards a Privacy-focused Biometric Identity System Through a Personal Identity Agent for Android”, Master's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2022. Advisors: R. Mayrhofer and M. Roland.
Abstract

A Personal Identity Agent (PIA) is a digital representative of an individual and enables their authentication in the physical world with biometrics. Crucially, this authentication process maximizes privacy of the individual via data minimization. The PIA is an essential component in a larger research project, namely the Christian Doppler Laboratory for Private Digital Authentication in the Physical World (Digidow). While the project is concerned with the overall decentralized identity system, spanning several entities (e.g. PIA, sensor, verifier, issuing authority) and their interactions meant to establish trust between them, this work specifically aims to design and implement a PIA for Android. The latter entails three focus areas: First, an extensive analysis of secret storage on Android for securely persisting digital identities and/or their sensitive key material. Specifically, we are looking at the compatibility with modern cryptographic primitives and algorithms (group signatures and zero knowledge proofs) to facilitate data minimization. Second, we reuse existing Rust code from a different PIA variant. Thereby we analyze and adopt a solution for language interoperability between the safer systems programming language Rust and the JVM. And third, we strengthen the trust in our Android PIA implementation by evaluating the reproducibility of the build process. As part of the last focus area we uncovered and fixed a non-determinism in a large Rust library and subsequently achieved the desired reproducibility of the Android PIA variant.

@mastersthesis{bib:2022-poell-masterthesis, title = {{Towards a Privacy-focused Biometric Identity System Through a Personal Identity Agent for Android}}, author = {Pöll, Manuel}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Mayrhofer, René and Roland, Michael}, numpages = {80}, address = {Linz, Austria}, year = {2022}, month = SEP }
P. Hofer: “Die Bedeutung verschiedener Gesichtsteile für Gesichtserkennung und dessen Zusammenführung”, in IKT-Sicherheitskonferenz 2022, Vienna, Austria, 2022.
Event
IKT-Sicherheitskonferenz 2022
Vienna, Austria
14–15 September 2022
Abstract

Gerade in Zeiten einer Pandemie, in der das Tragen von Masken zeitweise verpflichtend wurde, stellt sich die Frage, welchen Einfluss das Verhüllen verschiedener Gesichtsteile auf moderne Gesichtserkennung hat. Gibt es Teile des Gesichts die von besonderer Bedeutung für die Erkennung sind? Dies evaluieren wir objektiv anhand eines häufig verwendeten Datensatzes und drei verschiedenen, modernen Gesichtserkennungssysteme. Dabei entdeckten wir ein Verhalten eines state-of-the-art Gesichtserkennungsalgorithmus, welcher reproduzierbar Personen in gewissen spezifischen Situationen nicht erkennt. Außerdem leben wir in einer Welt, in der immer mehr Daten generiert werden. So ist auch die Chance hoch, dass Gesichtserkennungssysteme mehrere Bilder derselben Person besitzen. Mehrere, verschiedene Bilder bedeuten im Vergleich zu einem einzigen Bild sehr wahrscheinlich zusätzliche Informationen. Wie können Bilder kombiniert werden, um diese Zusatzinformationen zu verwenden ohne dabei einen erheblich größeren (Zeit-)aufwand zu generieren?

@inproceedings{bib:2022-hofer-iktsicherheitskonferenz, title = {{Die Bedeutung verschiedener Gesichtsteile für Gesichtserkennung und dessen Zusammenführung}}, author = {Hofer, Philipp}, booktitle = {IKT-Sicherheitskonferenz 2022}, location = {Vienna, Austria}, year = {2022}, month = SEP }
O. Mir, D. Slamanig, B. Bauer, and R. Mayrhofer: “Practical Delegatable Anonymous Credentials From Equivalence Class Signatures”, Preprint, Cryptology ePrint Archive, Paper 2022/680, 2022.
IACR ePrint
Abstract

Anonymous credentials systems (ACs) are a powerful cryptographic tool for privacy-preserving applications and provide strong user privacy guarantees for authentication and access control. ACs allow users to prove possession of attributes encoded in a credential without revealing any information beyond them. A delegatable AC (DAC) system is an enhanced AC system that allows the owners of credentials to delegate the obtained credential to other users. This allows to model hierarchies as usually encountered within public-key infrastructures (PKIs). DACs also provide stronger privacy guarantees than traditional AC systems since the identities of issuers and delegators are also hidden. A credential issuer’s identity may convey information about a user’s identity even when all other information about the user is protected.

We present a novel delegatable anonymous credential scheme that supports attributes, provides anonymity for delegations, allows the delegators to restrict further delegations, and also comes with an efficient construction. In particular, our DAC credentials do not grow with delegations, i.e., are of constant size. Our approach builds on a new primitive that we call structure-preserving signatures on equivalence classes on updatable commitments (SPSEQ-UC). The high-level idea is to use a special signature scheme that can sign vectors of set commitments which can be extended by additional set commitments. Signatures additionally include a user’s public key, which can be switched. This allows us to efficiently realize delegation in the DAC. Similar to conventional SPSEQ signatures, the signatures and messages can be publicly randomized and thus allow unlinkable showings in the DAC system. We present further optimizations such as cross-set commitment aggregation that, in combination, enable selective, efficient showings in the DAC without using costly zero-knowledge proofs. We present an efficient instantiation that is proven to be secure in the generic group model and finally demonstrate the practical efficiency of our DAC by presenting performance benchmarks based on an implementation.

@online{bib:2022-mir-spseq-uc-delegatableanonymouscredentials, title = {{Practical Delegatable Anonymous Credentials From Equivalence Class Signatures}}, author = {Mir, Omid and Slamanig, Daniel and Bauer, Balthazar and Mayrhofer, René}, numpages = {46}, howpublished = {Cryptology ePrint Archive, Paper 2022/680}, year = {2022}, month = MAY }
M. Pöll and M. Roland: “Automating the Quantitative Analysis of Reproducibility for Build Artifacts derived from the Android Open Source Project”, in WiSec ‘22: Proceedings of the 15th ACM Conference on Security and Privacy in Wireless and Mobile Networks, San Antonio, TX, USA, ACM, pp. 6–​19, 2022.
Event
15th ACM Conference on Security and Privacy in Wireless and Mobile Networks (ACM WiSec 2022)
San Antonio, TX, USA
16–19 May 2022
Abstract

This work proposes a modular automation toolchain to analyze current state and over-time changes of reproducibility of build artifacts derived from the Android Open Source Project (AOSP). While perfect bit-by-bit equality of binary artifacts would be a desirable goal to permit independent verification if binary build artifacts really are the result of building a specific state of source code, this form of reproducibility is often not (yet) achievable in practice. Certain complexities in the Android ecosystem make assessment of production firmware images particularly difficult. To overcome this, we introduce “accountable builds” as a form of reproducibility that allows for legitimate deviations from 100 percent bit-by-bit equality. Using our framework that builds AOSP in its native build system, automatically compares artifacts, and computes difference scores, we perform a detailed analysis of differences, identify typical accountable changes, and analyze current major issues leading to non-reproducibility and non-accountability. We find that pure AOSP itself builds mostly reproducible and that Project Treble helped through its separation of concerns. However, we also discover that Google’s published firmware images deviate from the claimed codebase (partially due to side-effects of Project Mainline).

badge-artifacts-evaluated-functional-v1_1.png badge-artifacts-available-v1_1.png badge-results-replicated-v1_1.png

@inproceedings{bib:2022-poell-wisec, title = {{Automating the Quantitative Analysis of Reproducibility for Build Artifacts derived from the Android Open Source Project}}, author = {Pöll, Manuel and Roland, Michael}, booktitle = {WiSec '22: Proceedings of the 15th ACM Conference on Security and Privacy in Wireless and Mobile Networks}, location = {San Antonio, TX, USA}, pages = {6--19}, publisher = {ACM}, doi = {10.1145/3507657.3528537}, year = {2022}, month = MAY }
K. A. Kern: “Comparing Modern Front-End Frameworks”, Bachelor's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2022. Advisors: M. Roland.
fulltext
Abstract

Web technologies have evolved rapidly in the last couple of years and applications have gotten significantly bigger. Common patterns and tasks have been extracted into numerous frameworks and libraries, and especially JavaScript frameworks seem to be recreated daily. This poses a challenge to many developers who have to choose between the frameworks, as a wrong decision can negatively influence the path of a project.

In this thesis, the three most popular front-end frameworks Angular, React and Vue are compared by extracting relevant criteria from the literature and evaluating the frameworks against these criteria. Angular is then used to develop a web application for displaying data from the Android Device Security Rating.

@thesis{bib:2022-kern-bachelorthesis, title = {{Comparing Modern Front-End Frameworks}}, author = {Kern, Katrin A.}, type = {Bachelor thesis}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Roland, Michael}, numpages = {29}, address = {Linz, Austria}, year = {2022}, month = MAR }
M. Schwingenschuh: “Android Device Security Database: Network monitoring”, Bachelor's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2022. Advisors: M. Roland.
fulltext
Abstract

Smartphones generate an abundance of network traffic while active and during software updates. With such a high amount of data it is hard for humans to comprehend the processes behind the traffic and find points of interest that could compromise the device security. To solve this problem, this thesis proposes a system to automatically monitor the traffic of Android clients, store it in a database and perform a first analysis of the network data. For the capturing and monitoring tasks, we decided to use the full packet capture system Arkime and expand its functionality with a custom tool built in the course of this thesis. To be able to gain relevant insights, the system monitors the traffic over a long time frame, which prevents false data caused by holes in the data stream or one time events. All Android devices are separated from each other by assigning each device to a separate VLAN. For each session the system produces custom tags, low level statistical data and high level classification data. Further, the system provides a solution to apply custom rules in which data from sessions can be freely accessed and modified. Additionally, tags can be set with a matching of host names against custom regular expressions or update information stored in the database. The system uses only the captured data so that changes that can occur later on like the DNS resolution don’t affect the accuracy of the outcome.

@thesis{bib:2022-schwingenschuh-bachelorthesis, title = {{Android Device Security Database: Network monitoring}}, author = {Schwingenschuh, Martin}, type = {Bachelor thesis}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Roland, Michael}, numpages = {28}, address = {Linz, Austria}, year = {2022}, month = MAR }
T. Höller, M. Roland, and R. Mayrhofer: “Evaluating Dynamic Tor Onion Services for Privacy Preserving Distributed Digital Identity Systems”, Journal of Cyber Security and Mobility 11, 2, pp. 141–​164, 2022. ISSN 2245-​1439.
DOIfulltextJCSM
Abstract

Digital identity documents provide several key benefits over physical ones. They can be created more easily, incur less costs, improve usability and can be updated if necessary. However, the deployment of digital identity systems does come with several challenges regarding both security and privacy of personal information. In this paper, we highlight one challenge that digital identity system face if they are set up in a distributed fashion: Network Unlinkability. We discuss why network unlinkability is so critical for a distributed digital identity system that wants to protect the privacy of its users and present a specific definition of unlinkability for our use-case. Based on this definition, we propose a scheme that utilizes the Tor network to achieve the required level of unlinkability by dynamically creating onion services and evaluate the feasibility of our approach by measuring the deployment times of onion services.

@article{bib:2022-hoeller-jcsm, title = {{Evaluating Dynamic Tor Onion Services for Privacy Preserving Distributed Digital Identity Systems}}, author = {Höller, Tobias and Roland, Michael and Mayrhofer, René}, journal = {Journal of Cyber Security and Mobility}, volume = {11}, number = {2}, pages = {141--164}, publisher = {River Publishers}, doi = {10.13052/jcsm2245-1439.1122}, issn = {2245-1439}, year = {2022}, month = MAR }
M. Roland: “NFC-Zahlungen und mögliche Sicherheitsrisiken”, Recht der Zahlungsdienste (RdZ) 2022, 1, pp. 66–​69, 2022.
Abstract

Abbuchen von Geld im “Vorbeigehen”, Auslesen/Kopieren von Karten durch kurzes Auflegen eines Smartphone, Mithören von Transaktionen aus der Ferne; all das sind häufig genannte Angriffsszenarien im Zusammenhang mit Near-Field-Communication-(NFC-)Zahlungen. Doch stellen diese Szenarien ein ernsthaftes Sicherheitsrisiko dar? Gibt es weitere kritische Sicherheitsaspekte? Unterscheiden sich Zahlungen mit der Plastikkarte dahingehend von jenen mit dem Smartphone? Der nachfolgende Beitrag gibt einen Überblick über NFC-Zahlungen und deren potenzielle Sicherheitsrisiken.

@article{bib:2022-roland-rdz, title = {{NFC-Zahlungen und mögliche Sicherheitsrisiken}}, author = {Roland, Michael}, journal = {Recht der Zahlungsdienste (RdZ)}, volume = {2022}, number = {1}, pages = {66--69}, publisher = {Deutscher Fachverlag GmbH}, year = {2022}, month = FEB }
M. Preisach: “System Integrity and Attestation for Biometric Sensors”, Master's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2022. Advisors: R. Mayrhofer and M. Roland.
Abstract

The Digital Shadow project, developed at the Institute for Networks and Security, requires verifiable trust in many areas in order to recognize and authorize users based on their biometric data. This trust should give the user the opportunity to check the correctness of the system quickly and easily before he or she provides the system with biometric data. This master’s thesis deals with the existing tools that can create such trust. The implemented system combines these tools in order to identify users in the Digital Shadow network with their biometric data. Incorrect use of this sensitive data should be excluded and the smallest possible set of metadata should be generated. Based on the implemented system, we discuss the properties of a trustworthy environment for software and explain the necessary framework requirements.

@mastersthesis{bib:2022-preisach-masterthesis, title = {{System Integrity and Attestation for Biometric Sensors}}, author = {Preisach, Michael}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Mayrhofer, René and Roland, Michael}, numpages = {79}, address = {Linz, Austria}, year = {2022}, month = JAN }
O. Mir, M. Roland, and R. Mayrhofer: “Decentralized, Privacy-Preserving, Single Sign-On”, Security and Communication Networks 2022, Article 9983995, 2022. ISSN 1939-​0114.
DOIfulltextSCN
Abstract

In current single sign-on authentication schemes on the web, users are required to interact with identity providers securely to set up authentication data during a registration phase and receive a token (credential) for future access to services and applications. This type of interaction can make authentication schemes challenging in terms of security and availability. From a security perspective, a main threat is theft of authentication reference data stored with identity providers. An adversary could easily abuse such data to mount an offline dictionary attack for obtaining the underlying password or biometric. From a privacy perspective, identity providers are able to track user activity and control sensitive user data. In terms of availability, users rely on trusted third-party servers that need to be available during authentication. We propose a novel decentralized privacy-preserving single sign-on scheme through the Decentralized Anonymous Multi-Factor Authentication (DAMFA), a new authentication scheme where identity providers no longer require sensitive user data and can no longer track individual user activity. Moreover, our protocol eliminates dependence on an always-on identity provider during user authentication, allowing service providers to authenticate users at any time without interacting with the identity provider. Our approach builds on threshold oblivious pseudorandom functions (TOPRF) to improve resistance against offline attacks and uses a distributed transaction ledger to improve availability. We prove the security of DAMFA in the universal composibility (UC) model by defining a UC definition (ideal functionality) for DAMFA and formally proving the security of our scheme via ideal-real simulation. Finally, we demonstrate the practicability of our proposed scheme through a prototype implementation.

@article{bib:2022-mir-scn, title = {{Decentralized, Privacy-Preserving, Single Sign-On}}, author = {Mir, Omid and Roland, Michael and Mayrhofer, René}, journal = {Security and Communication Networks}, volume = {2022}, articleno = {9983995}, numpages = {18}, publisher = {Hindawi}, address = {New York, NY, USA}, doi = {10.1155/2022/9983995}, issn = {1939-0114}, year = {2022}, month = JAN }

2021

A. Laguia Jimenez: “Secure Chat Export for Signal-Android”, Bachelor's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2021. Advisors: R. Mayrhofer.
fulltext
Abstract

This bachelor thesis looks at the development of securely exporting single conversations in IM for Android apps, specifically for the Private Messenger Signal-Android, a cross-platform centralized encrypted messaging service that is free and AOSP. Initially, this paper looks at the existing Messenger apps and their chat export tools that allow users to obtain similar results as the designed feature. This document evaluates the user’s risks when trusting these other services but does not reflect much about its components or technological aspects. The present paper ignores OSs and platforms other than Android, considering that the main point of the work lies in the security of the IM app and not on the device reliability.

The writing re-examines the characteristics of different Messenger apps and presents a simple solution for exporting single chats in Signal. In this context, some other options as apps that present alternatives to the designed choice were researched. The proposal of the chat export feature for Signal-Android begins in the next section, explaining mostly primary functionalities for exporting chats, including the functionality analysis, the solution design, and the implementation. The following chapter focuses on developing this new function added to the Signal-Android APP and compares the obtained outcomes with other results of a similar solution. The final part summarizes the project, explains the problems and reviews possible improvements and subsequent development steps.

@thesis{bib:2021-laguiajimenez-bachelorthesis, title = {{Secure Chat Export for Signal-Android}}, author = {Laguia Jimenez, Angela}, type = {Bachelor thesis}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Mayrhofer, René}, numpages = {47}, address = {Linz, Austria}, year = {2021}, month = DEC }
T. Höller, M. Roland, and R. Mayrhofer: “Analyzing inconsistencies in the Tor consensus”, in The 23rd International Conference on Information Integration and Web Intelligence (iiWAS2021), Linz, Austria, ACM, pp. 487–​496, 2021.
Event
23rd International Conference on Information Integration and Web Intelligence (iiWAS2021)
Linz, Austria
29 November – 01 December 2021
Abstract

Every distributed system needs some way to list its current participants. The Tor network’s consensus is one way of tackling this challenge. But creating a shared list of participants and their properties without a central authority is a challenging task, especially if the system is constantly targeted by state level attackers. This work carefully examines the Tor consensuses created in the last two years, identifies weaknesses that did already impact users and proposes improvements to strengthen the Tor consensus in the future. Our results show undocumented voting behavior by directory authorities and suspicious groups of relays that try to conceal the fact that they are all operated by the same entity.

@inproceedings{bib:2021-hoeller-iiwas, title = {{Analyzing inconsistencies in the Tor consensus}}, author = {Höller, Tobias and Roland, Michael and Mayrhofer, René}, booktitle = {The 23rd International Conference on Information Integration and Web Intelligence (iiWAS2021)}, location = {Linz, Austria}, pages = {487--496}, publisher = {ACM}, doi = {10.1145/3487664.3487793}, year = {2021}, month = NOV }
T. Christof: “DJI Wi-Fi Protocol Reverse Engineering”, Master's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2021. Advisors: R. Mayrhofer and M. Roland.
Abstract

This master’s thesis engages the reverse-engineering of the Da Jian Innovation low level Wi-Fi protocol. With deductive reasoning we try to establish logical connections between drone control instructions and their corresponding sent network packets. We further cluster UDP packets based on their payload length and execute bit-precise reasoning for payloads of interest. We unveil the protocol’s core structure which enables pixel-perfect camera-feed and telemetry data extraction. Finally, we introduce a proprietary software solution to capture, analyse and post-process drone operation relevant network packets.

@mastersthesis{bib:2021-christof-masterthesis, title = {{DJI Wi-Fi Protocol Reverse Engineering}}, author = {Christof, Thomas}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Mayrhofer, René and Roland, Michael}, numpages = {78}, address = {Linz, Austria}, year = {2021}, month = NOV }
G. Schoiber: “Privacy Preserving Hash for Biometrics”, Technical report, Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World, 2021.
fulltext
Abstract

A service that has to interact with multiple potential biometric sensors, needs to share information about an individual with them. Although it is possible that there will no interaction with such an sensor, the data is shared nevertheless. Every shared information about biometric data of an individual could lead to a potential leakage of sensitive data. To prevent this we introduce fuzzy hash which prevents this problem by generating a hash that cannot be tracked back to the original biometric data. Still, this hash can be compared against other embeddings which allows the sensor to interact with the correct service without an interactive protocol.

@techreport{bib:2021-schoiber-tr-hashforbiometrics, title = {{Privacy Preserving Hash for Biometrics}}, author = {Schoiber, Gerald}, institution = {Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World}, year = {2021}, month = OCT }
M. Schwaighofer: “Case Study: Building and testing programming assignments with Nix”, in 1st Workshop on Configuration Languages (CONFLANG21), Virtual, 2021.
Event
1st Workshop on Configuration Languages (CONFLANG21)
Virtual
18 October 2021
@inproceedings{bib:2021-schwaighofer-conflang, title = {{Case Study: Building and testing programming assignments with Nix}}, author = {Schwaighofer, Martin}, booktitle = {1st Workshop on Configuration Languages (CONFLANG21)}, location = {Virtual}, year = {2021}, month = OCT }
T. Höller: “V3 onion services usage”, The Tor Project Blog, 2021.
Tor Blog
Abstract

With the deprecation of V2 onion services right around the corner, it is a good time to talk about V3 onion services. This post will discuss the most important privacy improvements provided by V3 onion services as well as their limitations. Aware of those limitations, our research group at the Institute of Network and Security at JKU Linz conducted an experiment that extracts information about how V3 onion services are being used from the Tor network.

@online{bib:2021-hoeller-torblog, title = {{V3 onion services usage}}, author = {Höller, Tobias}, howpublished = {The Tor Project Blog}, year = {2021}, month = SEP }
P. Hofer: “Face recognition: Combining embeddings”, Technical report, Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World, 2021.
fulltext
Abstract

In order to increase the accuracy of SOTA face recognition pipelines, intuitively it would make sense to not only use a single image as reference embedding (template), but combine multipĺe embeddings from different images (different pose, angle, setting) to create a more accurate and robust template. In order to objectively evaluate our different proposed combinations of embeddings, we would benefit from having a single metric to tell how well the template is performing on our dataset. For certain applications (e.g. opening doors) a low false-positive rate is required, while in other situations (e.g. sensor contacting PIA’s) a low false-negative rate is required. Therefore, in this document we try to balance these different approaches by using the harmonic mean of recall and precision.

@techreport{bib:2021-hofer-tr-combiningembeddings, title = {{Face recognition: Combining embeddings}}, author = {Hofer, Philipp}, institution = {Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World}, year = {2021}, month = AUG }
T. Höller, M. Roland, and R. Mayrhofer: “On the state of V3 onion services”, in Proceedings of the ACM SIGCOMM 2021 Workshop on Free and Open Communications on the Internet (FOCI ‘21), Virtual, ACM, pp. 50–​56, 2021.
Event
11th Workshop on Free and Open Communications on the Internet (FOCI ‘21)
Virtual
27 August 2021
Abstract

Tor onion services are a challenging research topic because they were designed to reveal as little metadata as possible which makes it difficult to collect information about them. In order to improve and extend privacy protecting technologies, it is important to understand how they are used in real world scenarios. We discuss the difficulties associated with obtaining statistics about V3 onion services and present a way to monitor V3 onion services in the current Tor network that enables us to derive statistically significant information about them without compromising the privacy of individual Tor users. This allows us to estimate the number of currently deployed V3 onion services along with interesting conclusions on how and why onion services are used.

@inproceedings{bib:2021-hoeller-foci, title = {{On the state of V3 onion services}}, author = {Höller, Tobias and Roland, Michael and Mayrhofer, René}, booktitle = {Proceedings of the ACM SIGCOMM 2021 Workshop on Free and Open Communications on the Internet (FOCI '21)}, location = {Virtual}, pages = {50--56}, publisher = {ACM}, doi = {10.1145/3473604.3474565}, year = {2021}, month = AUG }
R. Mayrhofer and S. Sigg: “Adversary Models for Mobile Device Authentication”, ACM Comput. Surv. 54, 9, Article 198, 2021. ISSN 0360-​0300.
DOIfulltext
Abstract

Mobile device authentication has been a highly active research topic for over 10 years, with a vast range of methods proposed and analyzed. In related areas, such as secure channel protocols, remote authentication, or desktop user authentication, strong, systematic, and increasingly formal threat models have been established and are used to qualitatively compare different methods. However, the analysis of mobile device authentication is often based on weak adversary models, suggesting overly optimistic results on their respective security. In this article, we introduce a new classification of adversaries to better analyze and compare mobile device authentication methods. We apply this classification to a systematic literature survey. The survey shows that security is still an afterthought and that most proposed protocols lack a comprehensive security analysis. The proposed classification of adversaries provides a strong and practical adversary model that offers a comparable and transparent classification of security properties in mobile device authentication.

@article{bib:2021-mayrhofer-csur, title = {{Adversary Models for Mobile Device Authentication}}, author = {Mayrhofer, René and Sigg, Stephan}, journal = {ACM Comput. Surv.}, volume = {54}, number = {9}, articleno = {198}, numpages = {35}, publisher = {ACM}, address = {New York, NY, USA}, doi = {10.1145/3477601}, issn = {0360-0300}, year = {2021}, month = AUG }
M. Pöll and M. Roland: “Analyzing the Reproducibility of System Image Builds from the Android Open Source Project”, Technical report, Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World, 2021.
fulltext
Abstract

This work proposes a modular automation toolchain to analyze the current state and measure over-time improvements of reproducibility of the Android Open Source Project (AOSP). While perfect bit-by-bit equality of binary artifacts would be a desirable goal to permit independent verification if binary build artifacts really are the result of building a specific state of source code, this form of reproducibility is often not (yet) achievable in practice. In fact, binary artifacts may require to be designed in a way that makes it impossible to simply detach all sources of non-determinism and all non-reproducible build inputs (such as private signing keys). We introduce “accountable builds” as a form of reproducibility that allows such legitimate deviations from 100 percent bit-by-bit equality. Based on our framework that builds AOSP with its native build system, automatically compares artifacts, and computes difference scores, we perform a detailed analysis of discovered differences, identify typical accountable changes, and analyze current major issues that lead to non-reproducibility. While we find that AOSP currently builds neither fully reproducible nor fully accountable, we derive a trivial weighted change metric to continuously monitor changes in reproducibility over time.

@techreport{bib:2021-poell-tr-reproducibilityaospsystemimages, title = {{Analyzing the Reproducibility of System Image Builds from the Android Open Source Project}}, author = {Pöll, Manuel and Roland, Michael}, institution = {Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World}, year = {2021}, month = JUL }
P. Hofer: “Face recognition: Increase accuracy by filtering images with heuristics”, Technical report, Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World, 2021.
fulltext
Abstract

This document tries to find simple heuristics of images of faces to differentiate between successful and unsuccessful face recognition. Intuitively, the camera-face angle might play an important role: In full-frontal images a lot of information is contained, in contrast to full-profile images where at least half of the face is hidden. Therefore, as a proxy for this angle we will focus on these metrics: (1) distance between the eyes, relative to the face-width, (2) distance between the center of the eye to the mouth, relative to the faceheight, and (3) face size.

@techreport{bib:2021-hofer-tr-increasefacerecognitionaccuracy, title = {{Face recognition: Increase accuracy by filtering images with heuristics}}, author = {Hofer, Philipp}, institution = {Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World}, year = {2021}, month = JUL }
M. Preisach and M. Roland: “Group Signature Applications: Direct Anonymous Attestation”, Technical report, Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World, 2021.
fulltext
@techreport{bib:2021-preisach-tr-groupsignatureapplications, title = {{Group Signature Applications: Direct Anonymous Attestation}}, author = {Preisach, Michael and Roland, Michael}, institution = {Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World}, year = {2021}, month = JUN }
T. Höller, T. Raab, M. Roland, and R. Mayrhofer: “On the feasibility of short-lived dynamic onion services”, in 2021 IEEE Security and Privacy Workshops (SPW), San Francisco, CA, USA, IEEE, pp. 25–​30, 2021.
Event
6th International Workshop on Traffic Measurements for Cybersecurity (WTMC 2021)
San Francisco, CA, USA
27 May 2021
Abstract

Tor onion services utilize the Tor network to enable incoming connections on a device without disclosing its network location. Decentralized systems with extended privacy requirements like metadata-avoiding messengers typically rely on onion services. However, a long-lived onion service address can itself be abused as identifying metadata. Replacing static onion services with dynamic short-lived onion services may by a way to avoid such metadata leakage. This work evaluates the feasibility of short-lived dynamically generated onion services in decentralized systems. We show, based on a detailed performance analysis of the onion service deployment process, that dynamic onion services are already feasible for peer-to-peer communication in certain scenarios.

@inproceedings{bib:2021-hoeller-wtmc, title = {{On the feasibility of short-lived dynamic onion services}}, author = {Höller, Tobias and Raab, Thomas and Roland, Michael and Mayrhofer, René}, booktitle = {2021 IEEE Security and Privacy Workshops (SPW)}, location = {San Francisco, CA, USA}, pages = {25--30}, publisher = {IEEE}, doi = {10.1109/SPW53761.2021.00012}, year = {2021}, month = MAY }
P. Hofer, M. Roland, P. Schwarz, M. Schwaighofer, and R. Mayrhofer: “Importance of different facial parts for face detection networks”, in 2021 9th IEEE International Workshop on Biometrics and Forensics (IWBF), Rome, Italy, IEEE, pp. 1–​6, 2021.
Event
9th IEEE International Workshop on Biometrics and Forensics (IWBF 2021)
Rome, Italy
06–07 May 2021
Abstract

Most state-of-the-art face detection algorithms are usually trained with full-face pictures, without any occlusions. The first novel contribution of this paper is an analysis of the accuracy of three off-the-shelf face detection algorithms (MTCNN, Retinaface, and DLIB) on occluded faces. In order to determine the importance of different facial parts, the face detection accuracy is evaluated in two settings: Firstly, we automatically modify the CFP dataset and remove different areas of each face: We overlay a grid over each face and remove one cell at a time. Similarly, we overlay a rectangle over the main landmarks of a face – eye(s), nose and mouth. Furthermore, we resemble a face mask by overlaying a rectangle starting from the bottom of the face. Secondly, we test the performance of the algorithms on people with real-world face masks. The second contribution of this paper is the discovery of a previously unknown behaviour of the widely used MTCNN face detection algorithm – if there is a face inside another face, MTCNN does not detect the larger face.

@inproceedings{bib:2021-hofer-iwbf, title = {{Importance of different facial parts for face detection networks}}, author = {Hofer, Philipp and Roland, Michael and Schwarz, Philipp and Schwaighofer, Martin and Mayrhofer, René}, booktitle = {2021 9th IEEE International Workshop on Biometrics and Forensics (IWBF)}, location = {Rome, Italy}, pages = {1--6}, publisher = {IEEE}, doi = {10.1109/IWBF50991.2021.9465087}, year = {2021}, month = MAY }
T. Raab: “Unlinkable Onion Services: Improved Resilience against Metadata Analysis”, Master's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2021. Advisors: R. Mayrhofer and T. Höller.
Abstract

In our digitized society, in which different organizations attempt to control and monitor Internet use, anonymity is one of the most desired properties that ensures privacy on the Internet. One of the technologies that can be used to provide anonymity is the anonymization network Tor, which obfuscates the connection data of communications in a way that its initiator cannot be identified. However, since this only protects the initiator without protecting further communication participants, Tor Onion Services were developed, which ensure the anonymity of both the sender and the recipient. Due to the metadata created when using these Onion Services, adversaries could still be able to identify participants in a communication by using additional sources of information.

In the course of this thesis, a protocol was developed that reduces metadata leading to the identification of communication participants as far as possible. For this purpose, a two-staged addressing scheme was employed that allows users to obtain an individual address for a service via its public service address, which cannot be traced back. To prove its technical feasibility, a prototype of the protocol was implemented based on Python. Since latency is one of the decisive criteria in the usage decision of services, a performance analysis was carried out to measure the provisioning time of onion services, since this has a significant influence on the duration of address issuing. The architecture and procedure for this had to be specially designed and implemented, as at the time of writing no research existed on the provisioning time of onion services in their current version.

A statistical analysis of the results revealed that the duration of issuing individual addresses using the proposed protocol exceeds the acceptance threshold of users with 6.35 seconds. However, this does not apply to service access using the individual address, implying that the use of the protocol is possible after improving the address issuance procedure. This would reduce the metadata when accessing an Onion service and thus help improve the anonymity of communication participants.

@mastersthesis{bib:2021-raab-masterthesis, title = {{Unlinkable Onion Services: Improved Resilience against Metadata Analysis}}, author = {Raab, Thomas}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Mayrhofer, René and Höller, Tobias}, numpages = {108}, address = {Linz, Austria}, year = {2021}, month = APR }
R. Mayrhofer, M. Roland, T. Höller, and M. Schwaighofer: “Towards Threat Modeling for Private Digital Authentication in the Physical World”, Technical report, Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World, 2021.
fulltext
Abstract

Various forms of digital identity increasingly act as the basis for interactions in the “real” physical world. While transactions such as unlocking physical doors, verifying an individual’s minimum age, or proving possession of a driving license or vaccination status without carrying any form of physical identity document or trusted mobile device could be easily facilitated through biometric records stored in centralized databases, this approach would also trivially enable mass surveillance, tracking, and censorship/denial of individual identities.

Towards a vision of decentralized, mobile, private authentication for physical world transactions, we propose a threat model and requirements for future systems. Although it is yet unclear if all threats listed in this paper can be addressed in a single system design, we propose this first draft of a model to compare and contrast different future approaches and inform both the systematic academic analysis as well as a public opinion discussion on security and privacy requirements for upcoming digital identity systems.

@techreport{bib:2021-mayrhofer-tr-digidowthreatmodeling, title = {{Towards Threat Modeling for Private Digital Authentication in the Physical World}}, author = {Mayrhofer, René and Roland, Michael and Höller, Tobias and Schwaighofer, Martin}, institution = {Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World}, year = {2021}, month = APR }
P. Nolte: “Secure Export of Chat History From Wire”, Bachelor's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2021. Advisors: R. Mayrhofer.
fulltext
Abstract

This Bachelor Thesis is about the development of the secure export of chat history from the messenger app Wire. Wire is an end-to-end encrypting audio/video/chat service for various platforms. The aim of this Thesis is to expand the open source Android client in such a way that a secure export of an entire (group-) conversation, including the media it contains, is possible. Additional reference is given for restrictions such as time-limited messages. The export is done as a Zip file, which contains the messages in an XML document as well as the media files. Additionally, an HTML-Viewer can be included to view the exported data.

@thesis{bib:2021-nolte-bachelorthesis, title = {{Secure Export of Chat History From Wire}}, author = {Nolte, Patrick}, type = {Bachelor thesis}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Mayrhofer, René}, numpages = {43}, address = {Linz, Austria}, year = {2021}, month = APR }
R. Mayrhofer, J. V. Stoep, C. Brubaker, and N. Kralevich: “The Android Platform Security Model”, ACM Trans. Priv. Secur. 24, 3, Article 19, 2021. ISSN 2471-​2566.
DOIfulltext
Abstract

Android is the most widely deployed end-user focused operating system. With its growing set of use cases encompassing communication, navigation, media consumption, entertainment, finance, health, and access to sensors, actuators, cameras, or microphones, its underlying security model needs to address a host of practical threats in a wide variety of scenarios while being useful to non-security experts. The model needs to strike a difficult balance between security, privacy, and usability for end users, assurances for app developers, and system performance under tight hardware constraints. While many of the underlying design principles have implicitly informed the overall system architecture, access control mechanisms, and mitigation techniques, the Android security model has previously not been formally published. This article aims to both document the abstract model and discuss its implications. Based on a definition of the threat model and Android ecosystem context in which it operates, we analyze how the different security measures in past and current Android implementations work together to mitigate these threats. There are some special cases in applying the security model, and we discuss such deliberate deviations from the abstract model.

@article{bib:2021-mayrhofer-tops, title = {{The Android Platform Security Model}}, author = {Mayrhofer, René and Stoep, Jeffrey Vander and Brubaker, Chad and Kralevich, Nick}, journal = {ACM Trans. Priv. Secur.}, volume = {24}, number = {3}, articleno = {19}, numpages = {35}, publisher = {ACM}, address = {New York, NY, USA}, doi = {10.1145/3448609}, issn = {2471-2566}, year = {2021}, month = APR }
P. Hofer: “Analysis of state-of-the-art off-the-shelve face recognition pipelines”, Technical report, Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World, 2021.
fulltext
Abstract

Face recognition pipelines are under active development, with many new publications every year. The goal of this report is to give an overview a modern pipeline and recommend a state-of-the-art approach while optimizing for accuracy and performance on low-end hardware, such as a Jetson Nano.

@techreport{bib:2021-hofer-tr-analysisfacerecognitionpipelines, title = {{Analysis of state-of-the-art off-the-shelve face recognition pipelines}}, author = {Hofer, Philipp}, institution = {Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World}, year = {2021}, month = MAR }
T. Höller: “Collecting statistical information on v3 onion services”, Technical report, Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World, 2021.
fulltext
Abstract

Monitoring the activities of onion services by deploying multiple HSDir nodes has been done repeatedly in the past. With v3 onion services, Tor mitigated such attacks by blinding the public keys of onion services before uploading them. This effectively prevents the collection of onion addresses, but it does not prevent the collection blinded public key uploads and downloads, which provide statistical insight into how onion services are being used. Additionally, it is possible to identify and link blinded keys derived from well-known onion services, providing a solid estimate on how often they are accessed. This report presents our setup to collect statistically significant information on v3 onion service usage without compromising the privacy of Tor users.

@techreport{bib:2021-hoeller-tr-v3onionservicesstats, title = {{Collecting statistical information on v3 onion services}}, author = {Höller, Tobias}, institution = {Johannes Kepler University Linz, Institute of Networks and Security, Christian Doppler Laboratory for Private Digital Authentication in the Physical World}, year = {2021}, month = FEB }
M. Barth: “Tracking and position estimation of WLAN clients through passively collected data”, Bachelor's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2021. Advisors: M. Roland.
fulltext
Abstract

This work focuses on methods to capture and analyze data transmitted by Wireless Local Area Network (WLAN) clients in order to track them. This includes evaluation of methods where control of the Access Point (AP) infrastructure is not needed and clients do not need to be connected to a WLAN network. This mainly involves data in probe requests which are transmitted by clients when actively searching for WLAN APs. To evaluate this in a real world scenario a setup consisting of multiple distributed capture devices and a central analysis system is introduced. The captured data is analyzed to verify theoretical concepts. There is still a big part of WLAN client devices that leak lists of stored SSID values when actively scanning for WLAN networks. MAC address randomization helps to protect privacy if enabled. User identities for EAP authentication however are still leaked in default configuration by all major operating systems. Finally some extension ideas and current trends and developments are presented.

@thesis{bib:2021-barth-bachelorthesis, title = {{Tracking and position estimation of WLAN clients through passively collected data}}, author = {Barth, Michael}, type = {Bachelor thesis}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Roland, Michael}, numpages = {45}, address = {Linz, Austria}, year = {2021}, month = FEB }

2020

O. Mir, M. Roland, and R. Mayrhofer: “DAMFA: Decentralized Anonymous Multi-Factor Authentication”, in Proceedings of the 2nd ACM International Symposium on Blockchain and Secure Critical Infrastructure (BSCI ‘20), Taipei, Taiwan, ACM, pp. 10–​19, 2020.
Event
The 2nd ACM International Symposium on Blockchain and Secure Critical Infrastructure (BSCI 2020)
Taipei, Taiwan
05 October 2020
Abstract

Token-based authentication is usually applied to enable single-sign-on on the web. In current authentication schemes, users are required to interact with identity providers securely to set up authentication data during a registration phase and receive a token (credential) for future accesses to various services and applications. This type of interaction can make authentication schemes challenging in terms of security and usability. From a security point of view, one of the main threats is the compromisation of identity providers. An adversary who compromises the authentication data (password or biometric) stored with the identity provider can mount an offline dictionary attack. Furthermore, the identity provider might be able to track user activity and control sensitive user data. In terms of usability, users always need a trusted server to be online and available while authenticating to a service provider.

In this paper, we propose a new Decentralized Anonymous Multi-Factor Authentication (DAMFA) scheme where the process of user authentication no longer depends on a trusted third party (the identity provider). Also, service and identity providers do not gain access to sensitive user data and cannot track individual user activity. Our protocol allows service providers to authenticate users at any time without interacting with the identity provider.Our approach builds on a Threshold Oblivious Pseudorandom Function (TOPRF) to improve resistance to offline attacks and uses a distributed transaction ledger to improve usability. We demonstrate practicability of our proposed scheme through a prototype.

@inproceedings{bib:2020-mir-bsci, title = {{DAMFA: Decentralized Anonymous Multi-Factor Authentication}}, author = {Mir, Omid and Roland, Michael and Mayrhofer, René}, booktitle = {Proceedings of the 2nd ACM International Symposium on Blockchain and Secure Critical Infrastructure (BSCI '20)}, location = {Taipei, Taiwan}, pages = {10--19}, publisher = {ACM}, doi = {10.1145/3384943.3409417}, year = {2020}, month = OCT }
B. Gründling: “App-based (Im)plausible Deniability for Android”, Master's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2020. Advisors: R. Mayrhofer.
Abstract

Confidentiality of data stored on mobile devices depends on one critical security boundary in case of physical access, the device’s lockscreen. If an adversary is able to satisfy this lockscreen challenge, either through coercion (e.g. border control or customs check) or due to their close relationship to the victim (e.g. intimate partner abuse), private data is no longer protected. Therefore, a solution is necessary that renders secrets not only inaccessible, but allows to plausibly deny their sole existence. This thesis proposes an app-based system that hides sensitive apps within Android’s work profile, with a strong focus on usability. It introduces a lockdown mode that can be triggered inconspicuously from the device’s lockscreen by entering a wrong PIN for example. Usability, security and current limitations of this approach are analyzed in detail.

@mastersthesis{bib:2020-gruendling-masterthesis, title = {{App-based (Im)plausible Deniability for Android}}, author = {Gründling, Bernhard}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Mayrhofer, René}, numpages = {83}, address = {Linz, Austria}, year = {2020}, month = OCT }
M. Pöll: “An Investigation into Reproducible Builds for AOSP”, Bachelor's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2020. Advisors: M. Roland.
fulltext
Abstract

Reproducible builds enable the creation of bit identical artifacts by performing a fully deterministic build process. This is especially desireable for any open source project, including Android Open Source Project (AOSP). Initially we cover reproducible builds in general and give an overview of the problem space and typical solutions. Moving forward we present Simple Opinionated AOSP builds by an external Party (SOAP), a simple suite of shell scripts used to perform AOSP builds and compare the resulting artifacts against Google references. This is utulized to create a detailed report of the differences. The qualitative part of this report attempts to find insight into the origin of differences, while the quantitative provides a quick summary.

@thesis{bib:2020-poell-bachelorthesis, title = {{An Investigation into Reproducible Builds for AOSP}}, author = {Pöll, Manuel}, type = {Bachelor thesis}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Roland, Michael}, numpages = {30}, address = {Linz, Austria}, year = {2020}, month = SEP }
R. Mayrhofer, M. Vishwath, and S. Sigg: “Adversary Models for Mobile Device Authentication”, Technical report, Computing Research Repository (CoRR), arXiv:2009.10150 [cs.CR], 2020.
arXiv
Abstract

Mobile device authentication has been a highly active research topic for over 10 years, with a vast range of methods having been proposed and analyzed. In related areas such as secure channel protocols, remote authentication, or desktop user authentication, strong, systematic, and increasingly formal threat models have already been established and are used to qualitatively and quantitatively compare different methods. Unfortunately, the analysis of mobile device authentication is often based on weak adversary models, suggesting overly optimistic results on their respective security. In this article, we first introduce a new classification of adversaries to better analyze and compare mobile device authentication methods. We then apply this classification to a systematic literature survey. The survey shows that security is still an afterthought and that most proposed protocols lack a comprehensive security analysis. Our proposed classification of adversaries provides a strong uniform adversary model that can offer a comparable and transparent classification of security properties in mobile device authentication methods.

@techreport{bib:2020-mayrhofer-mobiledeviceauth, title = {{Adversary Models for Mobile Device Authentication}}, author = {Mayrhofer, René and Vishwath, Mohan and Sigg, Stephan}, numpages = {32}, howpublished = {Computing Research Repository (CoRR), arXiv:2009.10150 [cs.CR]}, year = {2020}, month = SEP }
B. Lau, J. Zhang, A. R. Bereford, D. Thomas, and R. Mayrhofer: “Uraniborg’s Device Preloaded App Risks Scoring Metrics”, Whitepaper, 2020.
fulltext
@techreport{bib:2020-lau-uraniborg, title = {{Uraniborg's Device Preloaded App Risks Scoring Metrics}}, author = {Lau, Billy and Zhang, Jiexin and Bereford, Alastair R. and Thomas, Daniel and Mayrhofer, René}, numpages = {8}, year = {2020}, month = AUG }
R. Mayrhofer, M. Roland, D. Gunduz, B. Jalaian, M. Kurz, B. Moser, Y. E. Sagduyu, Y. Shi, G. Stantchev, M. Maaß, and Y. Zheng (Eds.): “WiseML ‘20: Proceedings of the 2nd ACM Workshop on Wireless Security and Machine Learning”, Linz (Virtual Event), Austria, ACM, 2020. ISBN 978-​1-​4503-​8007-​2.
DOIWiseML 2020
Event
2nd ACM Workshop on Wireless Security and Machine Learning (WiseML 2020)
Linz (Virtual Event), Austria
13 July 2020
Abstract

We are very pleased to welcome you to the 2nd ACM Workshop on Wireless Security and Machine Learning. This year’s WiseML is a virtual workshop and we are both excited to try out this workshop format and regretful not to be able to welcome you in the beautiful city of Linz, Austria, due to the ongoing COVID-19 pandemic. ACM WiseML 2020 continues to be the premier venue to bring together members of the AI/ML, privacy, security, wireless communications and networking communities from around the world, and to offer them the opportunity to share their latest research findings in these emerging and critical areas, as well as to exchange ideas and foster research collaborations, in order to further advance the state-of-the-art in security techniques, architectures, and algorithms for AI/ML in wireless communications. The program will be presented online in a single track. WiseML 2020 will be open at no extra cost to everyone and we are trying out new formats such as a mixture of live streams, pre-recorded talks, and interactive Q/A sessions.

@proceedings{bib:2020-mayrhofer-wiseml-proc, title = {{WiseML '20: Proceedings of the 2nd ACM Workshop on Wireless Security and Machine Learning}}, editor = {Mayrhofer, René and Roland, Michael and Gunduz, Deniz and Jalaian, Brian and Kurz, Marc and Moser, Bernhard and Sagduyu, Yalin E. and Shi, Yi and Stantchev, George and Maaß, Max and Zheng, Yao}, location = {Linz (Virtual Event), Austria}, publisher = {ACM}, doi = {10.1145/3395352}, isbn = {978-1-4503-8007-2}, year = {2020}, month = JUL }
R. Mayrhofer, M. Roland, M. Hollick, W. Lou, M. Maaß, and Y. Zheng (Eds.): “WiSec ‘20: Proceedings of the 13th ACM Conference on Security and Privacy in Wireless and Mobile Networks”, Linz (Virtual Event), Austria, ACM, 2020. ISBN 978-​1-​4503-​8006-​5.
Event
13th ACM Conference on Security and Privacy in Wireless and Mobile Networks (ACM WiSec 2020)
Linz (Virtual Event), Austria
08–10 July 2020
Abstract

We are very pleased to welcome you to the 13th ACM Conference on Security and Privacy in Wireless and Mobile Networks. This year’s WiSec marks the first virtual WiSec conference and we are both excited to try out this conference format and regretful to not be able to welcome you in the beautiful city of Linz, Austria, due to the ongoing SARS-CoV-2 pandemic. ACM WiSec 2020 continues to be the premier venue for research dedicated to all aspects of security and privacy in wireless and mobile networks, their systems, and their applications. The program will be presented online in a single track, along with a poster and demonstration session. WiSec 2020 will be open at no extra cost to everyone and we are trying out new formats such as a mixture of live streams, pre-recorded talks, and interactive Q/A sessions.

@proceedings{bib:2020-mayrhofer-wisec-proc, title = {{WiSec '20: Proceedings of the 13th ACM Conference on Security and Privacy in Wireless and Mobile Networks}}, editor = {Mayrhofer, René and Roland, Michael and Hollick, Matthias and Lou, Wenjing and Maaß, Max and Zheng, Yao}, location = {Linz (Virtual Event), Austria}, publisher = {ACM}, doi = {10.1145/3395351}, isbn = {978-1-4503-8006-5}, year = {2020}, month = JUL }
P. Hofer: “Gait recognition using neural networks”, Master's thesis, Johannes Kepler University Linz, Institute of Computational Perception, Linz, Austria, 2020. Advisors: J. Scharinger.
Abstract

Methods for recognizing people are both heavily researched presently and widely used in practice, for example by government and police. People can be recognized using various methods, such as face, finger and iris recognition, which differ in terms of requirements massively. Gait recognition allows identifying people despite large distances, hidden body parts and with any camera angle – which makes it a naturally attractive method of identifying people. This approach uses the uniqueness of gait information in every person. Most of the current literature focuses on hand-crafting features, such as step and stride length, cadence, speed and hip angle. This thesis proposes a way of performing gait recognition using neural networks. Hence, features have not to be specified manually anymore, while also boosting current state-of-the-art accuracy of being able to recognize people. First, in order to increase the robustness against cloth-changes, the silhouette from a person is extracted using Mask R-CNN. In order to capture spatial information about the subject, a convolutional neural network creates a gait-embedding based on each silhouette. To augment the quality, the next step is to take temporal information into account, using a long short-term memory network which uses the single-picture-based embedding of multiple images and computes its own, enhanced, embedding. Last but not least, the network should not be trained for every new person from scratch. Thus, a Siamese network is trained to be able to distinguish two people, which the network has (probably) never seen before.

@mastersthesis{bib:2020-hofer-masterthesis, title = {{Gait recognition using neural networks}}, author = {Hofer, Philipp}, school = {Johannes Kepler University Linz, Institute of Computational Perception}, advisor = {Scharinger, Josef}, numpages = {85}, address = {Linz, Austria}, year = {2020}, month = APR }
M. Roland, T. Höller, M. Sonntag, and R. Mayrhofer: “The not so private way of tracing contacts: A first analysis of the NOVID20 Android SDK”, Analysis report, Johannes Kepler University Linz, Institute of Networks and Security, 2020.
fulltext
Abstract

Contact tracing is one of the main approaches widely proposed for dealing with the current, global SARS-CoV-2 crisis. As manual contact tracing is error-prone and doesn’t scale, tools for automated contact tracing, mainly through smart phones, are being developed and tested. While their effectiveness—also in terms of potentially replacing other, more restrictive measures to control the spread of the virus—has not been fully proven yet, it is critically important to consider their privacy implications from the start. Deploying such tools quickly at mass scale means that early design choices may not be changeable in the future, and potential abuse of such technology for mass surveillance and control needs to be prevented by their own architecture.

Many different implementations are currently being developed, including international projects like PEPP-PT/DP-3T and national efforts like the “Stopp Corona” app published by the Austrian Red Cross. In this report, we analyze an independent implementation called NOVID20 that aims to provide a common framework for on-device contact tracing embeddable in different apps. That is, NOVID20 is an SDK and not a complete app in itself. The initial code drop on Github was released on April 6, 2020, without specific documentation on the intent or structure of the code itself. All our analysis is based on the Android version of this open source code alone. Given the time period, our analysis is neither comprehensive nor formal, but summarizes a first impression of the code.

NOVID20 follows a reasonable privacy design by exchanging only pseudonyms between the phones in physical proximity and recording them locally on-device. However, there is some room for improvement: (a) pseudonyms should be generated randomly on the phone, and not on the server side; (b) transmitted pseudonyms should be frequently rotated to avoid potential correlation; (c) old records should automatically be deleted after the expunge period; (d) absolute location tracking, while handled separately from physical proximity and only optionally released, can be problematic depending on its use—absolute location data must be protected with additional anonymization measures such as Differential Privacy, which are left to the application/server and may, therefore, not be implemented correctly; and (e) device analytics data, while helpful during development and testing, should be removed for real deployments. Our report gives more detailed recommendations on how this may be achieved.

We explicitly note that all of these points can be fixed based on the current design, and we thank the NOVID20 team for openly releasing their code, which made this analysis possible in a shorttime window.

@techreport{bib:2020-roland-tr-novid20, title = {{The not so private way of tracing contacts: A first analysis of the NOVID20 Android SDK}}, author = {Roland, Michael and Höller, Tobias and Sonntag, Michael and Mayrhofer, René}, institution = {Johannes Kepler University Linz, Institute of Networks and Security}, year = {2020}, month = APR }
R. Mayrhofer, M. Roland, and T. Höller: “Poster: Towards an Architecture for Private Digital Authentication in the Physical World”, in Network and Distributed System Security Symposium (NDSS Symposium 2020), Posters, San Diego, CA, USA, 2020.
Event
Network and Distributed System Security Symposium (NDSS Symposium 2020)
San Diego, CA, USA
23–26 February 2020
Abstract

How can we use digital identity for authentication in the physical world without compromising user privacy? Enabling individuals to – for example – use public transport and other payment/ticketing applications, access computing resources on public terminals, or even cross country borders without carrying any form of physical identity document or trusted mobile device is an important open question. Moving towards such a device-free infrastructure-based authentication could be easily facilitated by centralized databases with full biometric records of all individuals, authenticating and therefore tracking people in all their interactions in both the digital and physical world. However, such centralized tracking does not seen compatible with fundamental human rights to data privacy. We therefore propose a fully decentralized approach to digital user authentication in the physical world, giving each individual better control over their interactions and data traces they leave.

In project Digidow, we assign each individual in the physical world with a personal identity agent (PIA) in the digital world, facilitating their interactions with purely digital or digitally mediated services in both worlds. We have two major issues to overcome. The first is a problem of massive scale, moving from current users of digital identity to the whole global population as the potential target group. The second is even more fundamental: by moving from trusted physical documents or devices and centralized databases to a fully decentralized and infrastructure-based approach, we remove the currently essential elements of trust. In this poster, we present a system architecture to enable trustworthy distributed authentication and a simple, specific scenario to benchmark an initial prototype that is currently under development. We hope to engage with the NDSS community to both present the problem statement and receive early feedback on the current architecture, additional scenarios and stakeholders, as well as international conditions for practical deployment.

@inproceedings{bib:2020-mayrhofer-ndss, title = {{Poster: Towards an Architecture for Private Digital Authentication in the Physical World}}, author = {Mayrhofer, René and Roland, Michael and Höller, Tobias}, booktitle = {Network and Distributed System Security Symposium (NDSS Symposium 2020), Posters}, location = {San Diego, CA, USA}, year = {2020}, month = FEB }

2019

P. Schöppl: “Personal Agent Prototype in Rust”, Master's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2019. Advisors: R. Mayrhofer.
Abstract

The so called Digidow Project aims to provide a decentralized solution for digital identity management. A key feature is to provide a service for authentication along with the identification of individual persons based on biometric features.

In the center of this idea a so called personal agent should provide this decentralized functionality for each individual user. The sensitive nature of the data this agent handles requires a special level of security standards on both the implementation and surrounding system.

This master thesis evaluates the programming language Rust as potential platform choice for the personal agent. We discuss the features Rust has been chosen for and which additional frameworks where selected and used to create the prototype we used for the evaluation. Furthermore, we dive into details about our prototype and present the implemented concepts. Moreover, we test our implementation and discuss our achievements, like isolated access to the hard drive, the developed concept behind the architecture and how incoming data is verified. Finally, we are going to discuss how future work can build on the introduced and existing concepts.

@mastersthesis{bib:2019-schoeppl-masterthesis, title = {{Personal Agent Prototype in Rust}}, author = {Schöppl, Patrick}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Mayrhofer, René}, numpages = {88}, address = {Linz, Austria}, year = {2019}, month = NOV }
T. Höller: “Towards establishing the link between a person’s real-world interactions and their decentralized, self-managed digital identity in the Digidow architecture”, in IDIMT-2019: Innovation and Transformation in a Digital World, Kutná Hora, Czech Republic, Trauner Verlag, pp. 327–​332, 2019. ISBN 978-​3-​99062-​590-​3.
Event
27th Interdisciplinary Information Management Talks (IDIMT-2019)
Kutná Hora, Czech Republic
04–06 September 2019
Abstract

The Digidow architecture is envisioned to tie digital identities to physical interactions using biometric information without the need for a central collection of biometric templates. A key component of the architecture is the distributed service discovery, for establishing a secure and private connection between a prover, a verifier and a sensor, if none of them knows the others ahead of time. In this paper we analyze the requirements of the service discovery with regard to functionality and privacy. Based on typical use-cases we evaluate the advantages and disadvantages of letting each of the actors be the initiator of the discovery process. Finally, we outline existing technologies could be leveraged to achieve our requirements.

@inproceedings{bib:2019-hoeller-idimt, title = {{Towards establishing the link between a person's real-world interactions and their decentralized, self-managed digital identity in the Digidow architecture}}, author = {Höller, Tobias}, booktitle = {IDIMT-2019: Innovation and Transformation in a Digital World}, location = {Kutná Hora, Czech Republic}, pages = {327--332}, publisher = {Trauner Verlag}, isbn = {978-3-99062-590-3}, year = {2019}, month = SEP }
K. Prinz: “Next Place Prediction with Hidden Markov Models”, Master's thesis, Johannes Kepler University Linz, Institute of Networks and Security, Linz, Austria, 2019. Advisors: R. Mayrhofer and M. Muaaz.
OBVfulltext
Abstract

The prediction of future locations can be useful in various settings, one being the authentication process of a person. In this thesis, we perform the prediction of next places with the help of a HMM. We focus on models with a discrete state space and thus need to discretise the data. This is done by pre-processing the raw, continuous location data in two steps. The first step is the extraction of stay-points, i.e. regions in which a person spends a given time period at. In the second step, multiple stay-points are grouped with the clustering algorithm DBSCAN to form significant places. After pre-processing, we train a HMM with a state and observation space that correspond to the extracted significant places. Based on the previously observed location, our model predicts the next place for a person. In order to find good models for next place prediction, we did experiments with two datasets. The first one is the Geolife GPS trajectory dataset from Microsoft, which consists of GPS traces. The second dataset was self-collected and contains additional data obtained from WiFi and cell towers. Our final model achieves a validation accuracy higher than 0.95 on both datasets. However, a prediction accuracy reaching from 0.8 to 0.99 of a model that solely predicts noise as its future location, leads us to the conclusion that the datasets, as well as the pre-processing step need further refinements for our HMM to encapsulate more valuable information.

@mastersthesis{bib:2019-prinz-masterthesis, title = {{Next Place Prediction with Hidden Markov Models}}, author = {Prinz, Katharina}, school = {Johannes Kepler University Linz, Institute of Networks and Security}, advisor = {Mayrhofer, René and Muaaz, Muhammad}, numpages = {75}, address = {Linz, Austria}, year = {2019}, month = FEB }