areeberg commited on
Commit
639fa7b
·
verified ·
1 Parent(s): 36c1919

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -1,7 +1,28 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
4
 
5
- This dataset contain the file names and each file opcode
6
 
7
- https://sbic.org.br/wp-content/uploads/2023/10/pdf/CBIC_2023_paper006.pdf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+ - Opcodes
5
+ - Malware
6
+ pretty_name: OSG
7
  ---
8
 
9
+ # Welcome to the OSG (Opcode Sequence Graph) dataset.
10
 
11
+ ## This repository contain the dataset from the following papers:
12
+
13
+ - de Mello, A. R., Lemos, V. G., Barbosa, F. G., & Simoni, E. Malware identification on Portable Executable files using Opcodes Sequence. Page: 8, DOI: 10.21528/CBIC2023-006, https://sbic.org.br/wp-content/uploads/2023/10/pdf/CBIC_2023_paper006.pdf
14
+
15
+ - Explainable Boosting Classifier for malware detection and local explanation (Poster), Alexandre Reeberg de Mello, Vitor Gama Lemos, Emilio Simoni
16
+ 2023/4/3, HotSoS - Hot Topics in the Science of Security, Volume 9, Edition 9, Pages 206, https://sos-vo.org/sites/sos-vo.org/files/2024-02/AR%20FINAL%2023_20231130.pdf
17
+
18
+ Please, cite the works properly.
19
+
20
+ ## Files structure
21
+
22
+ - csv.zip - Contains all files hashes.
23
+ - dataset_academic_t - contains the file names, and the encoded opcodes from the Explainable Boosting Classifier for malware detection and local explanation paper.
24
+ - graph_dataset.zip - Contains the graphs and labels from the Malware identification on Portable Executable files using Opcodes Sequence.
25
+
26
+ ## Code repository
27
+
28
+ The code for the "Malware identification on Portable Executable files using Opcodes Sequence" is available @ https://github.com/areeberg/OSG .