paper-with-me

홈 › Papers

SDLog: A Deep Learning Framework for Detecting Sensitive Information in Software Logs

2025-05-20 · Roozbeh Aghili, Xingfang Wu, Foutse khomh, Heng Li

Software logs are messages recorded during the execution of a software system that provide crucial run-time information about events and activities. Although software logs have a critical role in software maintenance and operation tasks, publicly accessible log datasets remain limited, hindering advance in log analysis research and practices. The presence of sensitive information, particularly Personally Identifiable Information (PII) and quasi-identifiers, introduces serious privacy and re-identification risks, discouraging the publishing and sharing of real-world logs. In practice, log anonymization techniques primarily rely on regular expression patterns, which involve manually crafting rules to identify and replace sensitive information. However, these regex-based approaches suffer from significant limitations, such as extensive manual efforts and poor generalizability across diverse log formats and datasets. To mitigate these limitations, we introduce SDLog, a deep learning-based framework designed to identify sensitive information in software logs. Our results show that SDLog overcomes regex limitations and outperforms the best-performing regex patterns in identifying sensitive information. With only 100 fine-tuning samples from the target dataset, SDLog can correctly identify 99.5% of sensitive attributes and achieves an F1-score of 98.4%. To the best of our knowledge, this is the first deep learning alternative to regex-based methods in software log anonymization.

📄 PDF Abstract BibTeX arXiv:2505.14976

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NestedMorph: Enhancing Deformable Medical Image Registration with Nested Attention Mechanisms

2024-10-03 · Gurucharan Marthi Krishna Kumar, Janine Mendola, Amir Shmuel

Deformable image registration is crucial for aligning medical images in a nonlinear fashion across different modalities, allowing for precise spatial correspondence between varying anatomical structures. This paper prese…

DecoderDeformable Medical Image RegistrationDiffusion MRIImage Registration+2

DINOv3 with Test-Time Training for Medical Image Registration

2025-08-20 · Shansong Wang, Mojtaba Safari, Mingzhe Hu, Qiang Li 외 arxiv

Prior medical image registration approaches, particularly learning-based methods, often require large amounts of training data, which constrains clinical adoption. To overcome this limitation, we propose a training-free …

Medical Image Registration

XFedHunter: An Explainable Federated Learning Framework for Advanced Persistent Threat Detection in SDN

2023-09-15 · Huynh Thai Thi, Ngo Duc Hoang Son, Phan The Duy, Nghi Hoang Khoa 외

Advanced Persistent Threat (APT) attacks are highly sophisticated and employ a multitude of advanced methods and techniques to target organizations and steal sensitive and confidential information. APT attacks consist of…

Federated LearningGraph Neural Network

SIExVulTS: Sensitive Information Exposure Vulnerability Detection System using Transformer Models and Static Analysis

2025-08-26 · Kyler Katz, Sara Moshtari, Ibrahim Mujhid, Mehdi Mirakhorli 외 arxiv

Sensitive Information Exposure (SIEx) vulnerabilities (CWE-200) remain a persistent and under-addressed threat across software systems, often leading to serious security breaches. Existing detection tools rarely target t…

Vulnerability Detection

Detecting Sensitive Personal Information in Japanese Pre-Training Corpora for Large Language Models

2026-06-10 · Rei Minamoto, Yusuke Oda, Daisuke Kawahara arxiv

Sensitive personal information can appear in large-scale pre-training corpora for large language models (LLMs). Detecting and filtering such information is therefore essential to ensure compliance with privacy regulation…