ahsanulhaque commited on
Commit
62894b7
·
verified ·
1 Parent(s): c88dd00

Updated README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -36,6 +36,14 @@ McNdroid is a large-scale, longitudinal, multimodal Android malware detection da
36
  - **Labels:** Binary (malware/benign) and multi-vendor family-level verdicts
37
 
38
 
 
 
 
 
 
 
 
 
39
  ## Dataset Structure
40
 
41
  ### Repository Layout
@@ -94,17 +102,28 @@ API call graphs stored in GML format, organized by year. Each graph represents i
94
 
95
  Behavioral feature representations stored as JSON files, organized by year.
96
 
 
97
  ## Dataset Creation
98
 
 
 
 
 
 
 
 
 
99
 
100
  ## Considerations for Using the Data
101
 
102
 
103
  ### Social Impact
104
 
 
105
 
106
  ### Licensing
107
 
 
108
 
109
 
110
  ## Usage
@@ -132,4 +151,15 @@ metadata = pd.read_csv("metadata.csv")
132
  verdicts = pd.read_csv("vendor_family_wide_verdict.csv")
133
  ```
134
 
135
- ## Citation
 
 
 
 
 
 
 
 
 
 
 
 
36
  - **Labels:** Binary (malware/benign) and multi-vendor family-level verdicts
37
 
38
 
39
+ ### Supported Tasks
40
+
41
+ - Android malware detection (binary classification)
42
+ - Concept drift detection and temporal robustness evaluation
43
+ - Multi-modal learning for malware analysis
44
+ - Graph-based malware classification
45
+
46
+
47
  ## Dataset Structure
48
 
49
  ### Repository Layout
 
102
 
103
  Behavioral feature representations stored as JSON files, organized by year.
104
 
105
+
106
  ## Dataset Creation
107
 
108
+ ### Source Data
109
+
110
+ Samples were collected from public malware repositories and benign application stores spanning 2013–2025. Each sample was processed through a static analysis pipeline to extract permissions, API calls, intents, and other manifest and bytecode-level features.
111
+
112
+ ### Annotations
113
+
114
+ Labels are derived from VirusTotal multi-scanner verdicts. The `vendor_family_wide_verdict.csv` file preserves per-vendor family attributions to support research on label noise and disagreement.
115
+
116
 
117
  ## Considerations for Using the Data
118
 
119
 
120
  ### Social Impact
121
 
122
+ This dataset is intended for defensive cybersecurity research. It should not be used to develop offensive malware capabilities.
123
 
124
  ### Licensing
125
 
126
+ This dataset is released under the [Creative Commons Attribution 4.0 International License (CC-BY-4.0)](https://creativecommons.org/licenses/by/4.0/).
127
 
128
 
129
  ## Usage
 
151
  verdicts = pd.read_csv("vendor_family_wide_verdict.csv")
152
  ```
153
 
154
+
155
+ ## Citation
156
+
157
+ If you use this dataset, please cite:
158
+
159
+ ```bibtex
160
+ [More Information Needed]
161
+ ```
162
+
163
+ ## Contact
164
+
165
+ For questions or issues, please open a discussion on the [Community tab](https://huggingface.co/datasets/IQSeC-Lab/McNdroid/discussions).