├── Alexa ├── top-10.csv ├── top-100k.csv ├── top-10k.csv ├── top-1k.csv ├── top-1m.csv ├── top-1m.csv.zip └── top-2.csv ├── Algorithms ├── cryptonight │ ├── cryptonight-asmjs.min.js │ └── cryptonight.wasm ├── index.js ├── index_cryptonight.js ├── node_modules │ ├── .bin │ │ ├── esparse │ │ ├── esparse.cmd │ │ ├── esvalidate │ │ └── esvalidate.cmd │ └── esprima │ │ ├── ChangeLog │ │ ├── LICENSE.BSD │ │ ├── README.md │ │ ├── bin │ │ ├── esparse.js │ │ └── esvalidate.js │ │ ├── dist │ │ └── esprima.js │ │ └── package.json ├── package.json └── sha256 │ ├── cryptocoinjs_sha256_sha256.js │ └── emn178_js-sha256_sha256.js ├── Contributions.txt ├── Miner ├── CoinHive │ ├── authedmine.com.lib.cn-asmjs.min.js │ ├── coinhive.min.js │ └── cryptonight-asmjs.min.js └── JseCoin │ └── load.jsecoin.com.js ├── Miners - Per site.csv ├── RAID-cloud-mining.pdf ├── README.md ├── algorithms.txt ├── blacklists ├── AntiMiner.txt ├── CoinBlockerLists.txt ├── NoCoin.txt ├── NoMiner.txt └── nominers.txt ├── crawler.py ├── geckodriver-v0.19.1 ├── linux │ └── geckodriver ├── mac │ └── geckodriver └── win │ └── geckodriver.exe ├── geckodriver.log ├── geckoprofiler_controller-master.zip ├── geckoprofiler_controller ├── __init__.py ├── __init__.pyc ├── control_client.py ├── control_client.pyc ├── control_server.py ├── control_server.pyc └── server │ ├── __init__.py │ ├── __init__.pyc │ ├── commands.py │ ├── commands.pyc │ └── websocket_server.py ├── mine-guard.zip ├── modified-geckoprofiler ├── .eslintrc ├── .gitignore ├── .web-extension-id ├── README.md ├── background.js ├── call-tree.js ├── content-home.js ├── content.js ├── gecko_profiler.update.rdf ├── gecko_profiler.xpi ├── gecko_profiler_legacy.xpi ├── gecko_profiler_transition.xpi ├── icons │ ├── capture-profile-icon.svg │ ├── icon.png │ ├── icon@2x.png │ ├── toolbar_off.png │ └── toolbar_on.png ├── manifest.json ├── options.html ├── options.js ├── package.json ├── popup.css ├── popup.html ├── popup.js ├── process-profile.js ├── resources │ ├── panel-container.html │ └── panel-ideas.html ├── transition │ ├── bootstrap.js │ └── install.rdf └── updates.json ├── profiles └── geckoprofile-jsecoin-15sec.json ├── results.txt ├── script-guard.zip └── test.js /Alexa/top-10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Alexa/top-10.csv -------------------------------------------------------------------------------- /Alexa/top-100k.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Alexa/top-100k.csv -------------------------------------------------------------------------------- /Alexa/top-10k.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Alexa/top-10k.csv -------------------------------------------------------------------------------- /Alexa/top-1k.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Alexa/top-1k.csv -------------------------------------------------------------------------------- /Alexa/top-1m.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Alexa/top-1m.csv -------------------------------------------------------------------------------- /Alexa/top-1m.csv.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Alexa/top-1m.csv.zip -------------------------------------------------------------------------------- /Alexa/top-2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Alexa/top-2.csv -------------------------------------------------------------------------------- /Algorithms/cryptonight/cryptonight-asmjs.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/cryptonight/cryptonight-asmjs.min.js -------------------------------------------------------------------------------- /Algorithms/cryptonight/cryptonight.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/cryptonight/cryptonight.wasm -------------------------------------------------------------------------------- /Algorithms/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/index.js -------------------------------------------------------------------------------- /Algorithms/index_cryptonight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/index_cryptonight.js -------------------------------------------------------------------------------- /Algorithms/node_modules/.bin/esparse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/node_modules/.bin/esparse -------------------------------------------------------------------------------- /Algorithms/node_modules/.bin/esparse.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/node_modules/.bin/esparse.cmd -------------------------------------------------------------------------------- /Algorithms/node_modules/.bin/esvalidate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/node_modules/.bin/esvalidate -------------------------------------------------------------------------------- /Algorithms/node_modules/.bin/esvalidate.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/node_modules/.bin/esvalidate.cmd -------------------------------------------------------------------------------- /Algorithms/node_modules/esprima/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/node_modules/esprima/ChangeLog -------------------------------------------------------------------------------- /Algorithms/node_modules/esprima/LICENSE.BSD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/node_modules/esprima/LICENSE.BSD -------------------------------------------------------------------------------- /Algorithms/node_modules/esprima/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/node_modules/esprima/README.md -------------------------------------------------------------------------------- /Algorithms/node_modules/esprima/bin/esparse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/node_modules/esprima/bin/esparse.js -------------------------------------------------------------------------------- /Algorithms/node_modules/esprima/bin/esvalidate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/node_modules/esprima/bin/esvalidate.js -------------------------------------------------------------------------------- /Algorithms/node_modules/esprima/dist/esprima.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/node_modules/esprima/dist/esprima.js -------------------------------------------------------------------------------- /Algorithms/node_modules/esprima/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/node_modules/esprima/package.json -------------------------------------------------------------------------------- /Algorithms/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/package.json -------------------------------------------------------------------------------- /Algorithms/sha256/cryptocoinjs_sha256_sha256.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/sha256/cryptocoinjs_sha256_sha256.js -------------------------------------------------------------------------------- /Algorithms/sha256/emn178_js-sha256_sha256.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Algorithms/sha256/emn178_js-sha256_sha256.js -------------------------------------------------------------------------------- /Contributions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Contributions.txt -------------------------------------------------------------------------------- /Miner/CoinHive/authedmine.com.lib.cn-asmjs.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Miner/CoinHive/authedmine.com.lib.cn-asmjs.min.js -------------------------------------------------------------------------------- /Miner/CoinHive/coinhive.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Miner/CoinHive/coinhive.min.js -------------------------------------------------------------------------------- /Miner/CoinHive/cryptonight-asmjs.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Miner/CoinHive/cryptonight-asmjs.min.js -------------------------------------------------------------------------------- /Miner/JseCoin/load.jsecoin.com.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Miner/JseCoin/load.jsecoin.com.js -------------------------------------------------------------------------------- /Miners - Per site.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/Miners - Per site.csv -------------------------------------------------------------------------------- /RAID-cloud-mining.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/RAID-cloud-mining.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/README.md -------------------------------------------------------------------------------- /algorithms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/algorithms.txt -------------------------------------------------------------------------------- /blacklists/AntiMiner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/blacklists/AntiMiner.txt -------------------------------------------------------------------------------- /blacklists/CoinBlockerLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/blacklists/CoinBlockerLists.txt -------------------------------------------------------------------------------- /blacklists/NoCoin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/blacklists/NoCoin.txt -------------------------------------------------------------------------------- /blacklists/NoMiner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/blacklists/NoMiner.txt -------------------------------------------------------------------------------- /blacklists/nominers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/blacklists/nominers.txt -------------------------------------------------------------------------------- /crawler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/crawler.py -------------------------------------------------------------------------------- /geckodriver-v0.19.1/linux/geckodriver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/geckodriver-v0.19.1/linux/geckodriver -------------------------------------------------------------------------------- /geckodriver-v0.19.1/mac/geckodriver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/geckodriver-v0.19.1/mac/geckodriver -------------------------------------------------------------------------------- /geckodriver-v0.19.1/win/geckodriver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/geckodriver-v0.19.1/win/geckodriver.exe -------------------------------------------------------------------------------- /geckodriver.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/geckodriver.log -------------------------------------------------------------------------------- /geckoprofiler_controller-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/geckoprofiler_controller-master.zip -------------------------------------------------------------------------------- /geckoprofiler_controller/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geckoprofiler_controller/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/geckoprofiler_controller/__init__.pyc -------------------------------------------------------------------------------- /geckoprofiler_controller/control_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/geckoprofiler_controller/control_client.py -------------------------------------------------------------------------------- /geckoprofiler_controller/control_client.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/geckoprofiler_controller/control_client.pyc -------------------------------------------------------------------------------- /geckoprofiler_controller/control_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/geckoprofiler_controller/control_server.py -------------------------------------------------------------------------------- /geckoprofiler_controller/control_server.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/geckoprofiler_controller/control_server.pyc -------------------------------------------------------------------------------- /geckoprofiler_controller/server/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /geckoprofiler_controller/server/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/geckoprofiler_controller/server/__init__.pyc -------------------------------------------------------------------------------- /geckoprofiler_controller/server/commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/geckoprofiler_controller/server/commands.py -------------------------------------------------------------------------------- /geckoprofiler_controller/server/commands.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/geckoprofiler_controller/server/commands.pyc -------------------------------------------------------------------------------- /geckoprofiler_controller/server/websocket_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/geckoprofiler_controller/server/websocket_server.py -------------------------------------------------------------------------------- /mine-guard.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/mine-guard.zip -------------------------------------------------------------------------------- /modified-geckoprofiler/.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/.eslintrc -------------------------------------------------------------------------------- /modified-geckoprofiler/.gitignore: -------------------------------------------------------------------------------- 1 | web-ext-artifacts/ 2 | node_modules 3 | -------------------------------------------------------------------------------- /modified-geckoprofiler/.web-extension-id: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/.web-extension-id -------------------------------------------------------------------------------- /modified-geckoprofiler/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/README.md -------------------------------------------------------------------------------- /modified-geckoprofiler/background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/background.js -------------------------------------------------------------------------------- /modified-geckoprofiler/call-tree.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/call-tree.js -------------------------------------------------------------------------------- /modified-geckoprofiler/content-home.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/content-home.js -------------------------------------------------------------------------------- /modified-geckoprofiler/content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/content.js -------------------------------------------------------------------------------- /modified-geckoprofiler/gecko_profiler.update.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/gecko_profiler.update.rdf -------------------------------------------------------------------------------- /modified-geckoprofiler/gecko_profiler.xpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/gecko_profiler.xpi -------------------------------------------------------------------------------- /modified-geckoprofiler/gecko_profiler_legacy.xpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/gecko_profiler_legacy.xpi -------------------------------------------------------------------------------- /modified-geckoprofiler/gecko_profiler_transition.xpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/gecko_profiler_transition.xpi -------------------------------------------------------------------------------- /modified-geckoprofiler/icons/capture-profile-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/icons/capture-profile-icon.svg -------------------------------------------------------------------------------- /modified-geckoprofiler/icons/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/icons/icon.png -------------------------------------------------------------------------------- /modified-geckoprofiler/icons/icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/icons/icon@2x.png -------------------------------------------------------------------------------- /modified-geckoprofiler/icons/toolbar_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/icons/toolbar_off.png -------------------------------------------------------------------------------- /modified-geckoprofiler/icons/toolbar_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/icons/toolbar_on.png -------------------------------------------------------------------------------- /modified-geckoprofiler/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/manifest.json -------------------------------------------------------------------------------- /modified-geckoprofiler/options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/options.html -------------------------------------------------------------------------------- /modified-geckoprofiler/options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/options.js -------------------------------------------------------------------------------- /modified-geckoprofiler/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/package.json -------------------------------------------------------------------------------- /modified-geckoprofiler/popup.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/popup.css -------------------------------------------------------------------------------- /modified-geckoprofiler/popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/popup.html -------------------------------------------------------------------------------- /modified-geckoprofiler/popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/popup.js -------------------------------------------------------------------------------- /modified-geckoprofiler/process-profile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/process-profile.js -------------------------------------------------------------------------------- /modified-geckoprofiler/resources/panel-container.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/resources/panel-container.html -------------------------------------------------------------------------------- /modified-geckoprofiler/resources/panel-ideas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/resources/panel-ideas.html -------------------------------------------------------------------------------- /modified-geckoprofiler/transition/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/transition/bootstrap.js -------------------------------------------------------------------------------- /modified-geckoprofiler/transition/install.rdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/transition/install.rdf -------------------------------------------------------------------------------- /modified-geckoprofiler/updates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/modified-geckoprofiler/updates.json -------------------------------------------------------------------------------- /profiles/geckoprofile-jsecoin-15sec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/profiles/geckoprofile-jsecoin-15sec.json -------------------------------------------------------------------------------- /results.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/results.txt -------------------------------------------------------------------------------- /script-guard.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/script-guard.zip -------------------------------------------------------------------------------- /test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christoftorres/Crypto-Mining-Malware/HEAD/test.js --------------------------------------------------------------------------------