View unc1878_indicators.txt
# C2 FQDNs | |
first seen fqdn | |
2019-12-11 23:37:10 updatemanagir.us | |
2019-12-20 17:51:05 cmdupdatewin.com | |
2019-12-26 18:03:27 scrservallinst.info | |
2020-01-10 00:33:57 winsystemupdate.com | |
2020-01-11 23:16:41 jomamba.best | |
2020-01-13 05:13:43 updatewinlsass.com | |
2020-01-16 11:38:53 winsysteminfo.com | |
2020-01-20 05:58:17 livecheckpointsrs.com |
View compare_hashes.py
#!/usr/bin/env python3 | |
""" | |
compare_hashes.py - Compares Shodan hash of a favicon.ico file with the mmh3 hash. | |
author - Aaron Stephens <aaron.stephens@fireeye.com> | |
""" | |
import mmh3 |