This provides the code & documentation & image packages for AutoLabel, USENIX Security '25.
- Zenodo address for code & documentation & image packages: https://doi.org/10.5281/zenodo.15540310
- Zenodo address for pre-generated datasets:
- For details, please refer to https://github.com/autolabel-open/autolabel.
Please refer to the documentation: Scenario Description
poetry install
curl -s https://download.sysdig.com/stable/install-sysdig | sudo bash
sudo apt install tshark conntrack tcpdump- Need to ensure vm.max_map_count>=262144.
- Need to set file descriptor soft and hard limits large enough in
/etc/security/limits.conf.
* soft nofile 1048576
* hard nofile 1048576
- Since we have packaged many docker images, you need to use
docker load -ito load the image packages.
gzip -d all_images.tar.gz
docker load -i ./all_images.tar
Refer to build.sh.
@inproceedings{peng2025autolabel,
title={AutoLabel: Automated Fine-Grained Log Labeling for Cyber Attack Dataset Generation},
author={Peng, Yihao and Zhang, Tongxin and Lai, Jieshao and Zhang, Yuxuan and Wu, Yiming and Wan, Hai and Zhao, Xibin},
booktitle={34th USENIX Security Symposium (USENIX Security 25)},
pages={547--566},
year={2025}
}