-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
143 additions
and
0 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,22 @@ | ||
""" | ||
DGA of sample: | ||
md5: e66e3879700f88182bd92c7d3a00e9e4 | ||
sha256: 0f3af9d2d7ca113704f4411185518ab41a63e8003b7e06ff21f805f11af50ab7 | ||
malwr: https://malwr.com/analysis/OThiMWQ1ZTE2OThkNDU4MmI2Y2U0YzE0MjdjOWVmNDk/ | ||
virustotal: https://virustotal.com/en/file/0f3af9d2d7ca113704f4411185518ab41a63e8003b7e06ff21f805f11af50ab7/analysis/1471447632/ | ||
""" | ||
|
||
from itertools import permutations | ||
|
||
""" | ||
hardcoded seed in binary | ||
seed in sample is already sorted, but malware will sort the seed | ||
to get all permutations in lexicographical order | ||
""" | ||
seed = "ddktn" | ||
|
||
for p in permutations(''.join(sorted(seed))): | ||
print("{}.github.io".format(''.join(p))) | ||
""" malware tries to download the file at: | ||
<subdomain>.github.io/c2/config.dat | ||
""" |
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,120 @@ | ||
ddknt.github.io | ||
ddktn.github.io | ||
ddnkt.github.io | ||
ddntk.github.io | ||
ddtkn.github.io | ||
ddtnk.github.io | ||
dkdnt.github.io | ||
dkdtn.github.io | ||
dkndt.github.io | ||
dkntd.github.io | ||
dktdn.github.io | ||
dktnd.github.io | ||
dndkt.github.io | ||
dndtk.github.io | ||
dnkdt.github.io | ||
dnktd.github.io | ||
dntdk.github.io | ||
dntkd.github.io | ||
dtdkn.github.io | ||
dtdnk.github.io | ||
dtkdn.github.io | ||
dtknd.github.io | ||
dtndk.github.io | ||
dtnkd.github.io | ||
ddknt.github.io | ||
ddktn.github.io | ||
ddnkt.github.io | ||
ddntk.github.io | ||
ddtkn.github.io | ||
ddtnk.github.io | ||
dkdnt.github.io | ||
dkdtn.github.io | ||
dkndt.github.io | ||
dkntd.github.io | ||
dktdn.github.io | ||
dktnd.github.io | ||
dndkt.github.io | ||
dndtk.github.io | ||
dnkdt.github.io | ||
dnktd.github.io | ||
dntdk.github.io | ||
dntkd.github.io | ||
dtdkn.github.io | ||
dtdnk.github.io | ||
dtkdn.github.io | ||
dtknd.github.io | ||
dtndk.github.io | ||
dtnkd.github.io | ||
kddnt.github.io | ||
kddtn.github.io | ||
kdndt.github.io | ||
kdntd.github.io | ||
kdtdn.github.io | ||
kdtnd.github.io | ||
kddnt.github.io | ||
kddtn.github.io | ||
kdndt.github.io | ||
kdntd.github.io | ||
kdtdn.github.io | ||
kdtnd.github.io | ||
knddt.github.io | ||
kndtd.github.io | ||
knddt.github.io | ||
kndtd.github.io | ||
kntdd.github.io | ||
kntdd.github.io | ||
ktddn.github.io | ||
ktdnd.github.io | ||
ktddn.github.io | ||
ktdnd.github.io | ||
ktndd.github.io | ||
ktndd.github.io | ||
nddkt.github.io | ||
nddtk.github.io | ||
ndkdt.github.io | ||
ndktd.github.io | ||
ndtdk.github.io | ||
ndtkd.github.io | ||
nddkt.github.io | ||
nddtk.github.io | ||
ndkdt.github.io | ||
ndktd.github.io | ||
ndtdk.github.io | ||
ndtkd.github.io | ||
nkddt.github.io | ||
nkdtd.github.io | ||
nkddt.github.io | ||
nkdtd.github.io | ||
nktdd.github.io | ||
nktdd.github.io | ||
ntddk.github.io | ||
ntdkd.github.io | ||
ntddk.github.io | ||
ntdkd.github.io | ||
ntkdd.github.io | ||
ntkdd.github.io | ||
tddkn.github.io | ||
tddnk.github.io | ||
tdkdn.github.io | ||
tdknd.github.io | ||
tdndk.github.io | ||
tdnkd.github.io | ||
tddkn.github.io | ||
tddnk.github.io | ||
tdkdn.github.io | ||
tdknd.github.io | ||
tdndk.github.io | ||
tdnkd.github.io | ||
tkddn.github.io | ||
tkdnd.github.io | ||
tkddn.github.io | ||
tkdnd.github.io | ||
tkndd.github.io | ||
tkndd.github.io | ||
tnddk.github.io | ||
tndkd.github.io | ||
tnddk.github.io | ||
tndkd.github.io | ||
tnkdd.github.io | ||
tnkdd.github.io |