Improve a bit the cryptoloot detection (#2150)

Based on [this article](https://badpackets.net/how-to-find-cryptojacking-malware/)
main
jvoisin 7 years ago committed by Elbert Alias
parent 876c33f3ee
commit 4cebd35c2c

@ -2122,7 +2122,12 @@
"CryptoLoot": "",
"CRLT.CONFIG.ASMJS_NAME": ""
},
"script": "^(?:https):?//crypto-loot\\.com/lib/",
"script": [
"^(?:https):?//crypto-loot\\.com/lib/",
"^(?:https):?//webmine\\.pro/",
"^(?:https):?//cryptoloot\\.pro/",
"/crlt\\.js\\;confidence:75%"
],
"icon": "Crypto-Loot.png",
"website": "https://crypto-loot.com/"
},