
이 스크립트는 Malshare, Malcode, Google, Cymon - vxvault, cybercrime tracker 및 Pony용 C2와 같은 오픈 소스 플랫폼에서 악성 소프트웨어 및 C&C 서버를 수집할 수 있게 해줍니다.
DDOM 또는 Daily Dose of Malware는 오픈 소스 인텔리전스에서 악성코드와 C&C를 수집할 수 있습니다.
정보를 표시하거나, 결과를 텍스트 파일로 내보내거나, 악성 소프트웨어를 다운로드할 수 있습니다.
최대한 최신 상태를 유지하고자 하여 모든 악성코드는 며칠 전 날짜로 표시됩니다.
Cymon은 최근 10개의 레코드를, Google은 첫 페이지만, Malcode는 메인 페이지만 표시합니다.
Malshare API는 새로운 샘플이 나타나면 업데이트됩니다.
지원 플랫폼:
Malcode
Malshare (API 키를 받아야 함)
Google dorks
Cymon
-Vx vault
-CyberCrime tracker
-CybeCrime tracker for Pony malware (주로 C2 서버)
-Malcode
먼저 이 저장소를 클론하세요
git clone
Google dorks의 경우:
pip install selenium
pip install pyvirtualdisplay
그리고 Mozilla Geckodriver https://github.com/mozilla/geckodriver/releases 가 필요합니다
Malcode의 경우:
pip install bs4
python ddom.py 로 도구를 실행할 수 있습니다.
usage: ddom.py [-h] [-s [[...]]] [-cs [[...]]] [-d | -o | -e]
Daily dose of malware
optional arguments:
-h, --help show this help message and exit
-s [ [ ...]], --source [ [ ...]]
source of feed. Allowed values are cymon, malshare,
malcode, google
-cs [ [ ...]], --cymonsource [ [ ...]]
Additional source for Cymon. Allowed values are
vxvault,malcode,cct,ponyc2
-d, --download download malware
-o, --output print to console
-e, --export export to text file
malcode와 malshare의 정보 표시
dom.py -s malcode malshare --output
++++++++++++++++++++++++++++++++++++
Brought to you by Malc0de
https://twitter.com/malc0de
http://malc0de.com
++++++++++++++++++++++++++++++++++++
------------------
2018-01-10
aba2d86ed17f587eb6d57e6c75f64f05
xxx.xxx.xxx.xxx/Photo.scr
-----------------
2018-01-10
6c29b80a61ff5ca7f5d8db8b002e9631
xxx.xxx/32nP30h187Z
[...]
++++++++++++++++++++++++++++++++++++
Brought to you by Malshare
A free Malware repository providing researchers access to samples, malicous feeds, and Yara results.
http://malshare.com
++++++++++++++++++++++++++++++++++++
http://xxx.xxx/kjdfhg874
http://xxx.xxx/error/error/tc.exe
http://xxx.xxx/images/rn.php
http://xxx.xxx.xxx.xxx/bprocess.exe
http://xxx.xxx.xxx.xxx/64Kilences.exe
[..]
vxvault와 malcode에서 파일 다운로드 (--download는 malshare, malcode, vxvault에서 작동) (악성 사이트에 연결되므로 주의하세요)
ddom.py -s cymon -cs vxvault malcode --download
Cymon is the largest open tracker of malware, phishing, botnets, spam, and more. Brought to you by eSentire.
Downloading file http://xxx.xxx/rn.php
Downloaded malcode2018-01-13/rn.php
---------------------------
Downloading file http://xxx.xxx.xxx.xxx/32Kilences.exe
Downloaded malcode2018-01-13/32Kilences.exe
---------------------------
Downloading file http://xxx.xxx/dfjkgy7
Downloaded malcode2018-01-13/dfjkgy7
'source + timestamp' 형식의 디렉터리를 생성하고 그 안에 악성코드를 다운로드합니다.
Google dorks 결과 내보내기:
ddom.py -s google --export
++++++++++++++++++++++++++++++++++
Google dorks
++++++++++++++++++++++++++++++++++
Exported to google2018-01-13.txt
'source + timestamp' 형식의 텍스트 파일을 생성하고 그 안에 정보를 저장합니다.
이 도구로 원하는 대로 하십시오.
개선 방법을 알거나 아이디어가 있으면 알려주세요.