-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more advanced malware download test cases (#257)
* Add more advanced drive-by download techniques. * Add sample malware files to host. * Move delay to download route as arg. * eslint --fix * Fix download delay route. * Formatting + add file content links * Slightly modify all sample files.
- Loading branch information
1 parent
1d6ee6d
commit 1e4070f
Showing
6 changed files
with
160 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
bad file for app test | ||
bda64933-b495-4a56-831e-ecb86351f038 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
random_data_here_not_actually_an_exe_nor_malicious | ||
all_this_data_can_be_safely_ignored | ||
fghij12345klmno67890pqrstuvwxyz | ||
abcdefgHIJKLMNOpqrstuvwxyz09876 | ||
sample_text_line_1: The quick brown fox jumps over the lazy dog. | ||
sample_text_line_2: 42 is the answer to life, the universe, and everything. | ||
sample_text_line_3: Random number: 9876543210 | ||
sample_text_line_4: {"name": "Test User", "age": 30, "active": true} | ||
sample_text_line_5: 3.14159, 2.71828, 1.41421, 0.57721 | ||
dummy_data_entry_1: This is a placeholder for testing purposes. | ||
dummy_data_entry_2: Another line of random data for this file. | ||
dummy_data_entry_3: Just some more text to fill up space. | ||
dummy_data_entry_4: 12345-ABCDE-67890-FGHIJ-KLMNOP | ||
dummy_data_entry_5: 2025-02-10T17:40:00Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
not_a_real_apk_just_text |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters