Skip to content

Commit 688451c

Browse files
author
spidermana
committed
fix: update icon and paper title
1 parent 85732a5 commit 688451c

2 files changed

Lines changed: 18 additions & 17 deletions

File tree

_bibliography/papers.bib

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,23 @@ @article{xu2022midas
2121
}
2222

2323
@inproceedings{10.1145/3597503.3639090,
24-
author = {Hou, Yiwei and Guo, Lihua and Zhou, Chijin and Xu, Yiwen and Yin, Zijing and Li, Shanshan and Sun, Chengnian and Jiang, Yu},
25-
title = {An Empirical Study of Data Disruption by Ransomware Attacks},
26-
year = {2024},
27-
isbn = {9798400702174},
28-
publisher = {Association for Computing Machinery},
29-
address = {New York, NY, USA},
30-
url = {https://doi.org/10.1145/3597503.3639090},
31-
doi = {10.1145/3597503.3639090},
32-
abstract = {The threat of ransomware to the software ecosystem has become increasingly alarming in recent years, raising a demand for large-scale and comprehensive ransomware analysis to help develop more effective countermeasures against unknown attacks. In this paper, we first collect a real-world dataset MarauderMap, consisting of 7,796 active ransomware samples, and analyze their behaviors of disrupting data in victim systems. All samples are executed in isolated testbeds to collect all perspectives of six categories of runtime behaviors, such as API calls, I/O accesses, and network traffic. The total logs volume is up to 1.98 TiB. By assessing collected behaviors, we present six critical findings throughout ransomware attacks' data reconnaissance, data tampering, and data exfiltration phases. Based on our findings, we propose three corresponding mitigation strategies to detect ransomware during each phase. Experimental results show that they can enhance the capability of state-of-the-art anti-ransomware tools. We report a preliminary result of a 41\%-69\% increase in detection rate with no additional false positives, showing that our insights are helpful.},
33-
booktitle = {Proceedings of the IEEE/ACM 46th International Conference on Software Engineering (ICSE)},
34-
articleno = {161},
35-
numpages = {12},
36-
keywords = {ransomware, data disruption, runtime behaviors, mitigation strategies, empirical study},
37-
location = {Lisbon, Portugal},
38-
preview={ransom.png},
39-
series = {ICSE '24}
24+
abbr={MarauderMap},
25+
author = {Hou, Yiwei and Guo, Lihua and Zhou, Chijin and Xu, Yiwen and Yin, Zijing and Li, Shanshan and Sun, Chengnian and Jiang, Yu},
26+
title = {An Empirical Study of Data Disruption by Ransomware Attacks},
27+
year = {2024},
28+
isbn = {9798400702174},
29+
publisher = {Association for Computing Machinery},
30+
address = {New York, NY, USA},
31+
url = {https://doi.org/10.1145/3597503.3639090},
32+
doi = {10.1145/3597503.3639090},
33+
abstract = {The threat of ransomware to the software ecosystem has become increasingly alarming in recent years, raising a demand for large-scale and comprehensive ransomware analysis to help develop more effective countermeasures against unknown attacks. In this paper, we first collect a real-world dataset MarauderMap, consisting of 7,796 active ransomware samples, and analyze their behaviors of disrupting data in victim systems. All samples are executed in isolated testbeds to collect all perspectives of six categories of runtime behaviors, such as API calls, I/O accesses, and network traffic. The total logs volume is up to 1.98 TiB. By assessing collected behaviors, we present six critical findings throughout ransomware attacks' data reconnaissance, data tampering, and data exfiltration phases. Based on our findings, we propose three corresponding mitigation strategies to detect ransomware during each phase. Experimental results show that they can enhance the capability of state-of-the-art anti-ransomware tools. We report a preliminary result of a 41\%-69\% increase in detection rate with no additional false positives, showing that our insights are helpful.},
34+
booktitle = {Proceedings of the IEEE/ACM 46th International Conference on Software Engineering (ICSE)},
35+
articleno = {161},
36+
numpages = {12},
37+
keywords = {ransomware, data disruption, runtime behaviors, mitigation strategies, empirical study},
38+
location = {Lisbon, Portugal},
39+
preview={ransom.png},
40+
series = {ICSE '24}
4041
}
4142

4243

_news/announcement_5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ inline: true
55
related_posts: false
66
---
77

8-
Our significant work :star-struck: on sandboxing program with dynamic syscall policies is accepted by OOPSLA‘23.
8+
Our significant work :rocket: on sandboxing program with dynamic syscall policies is accepted by OOPSLA‘23.
99

1010

0 commit comments

Comments
 (0)