TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 McAfee Stinger 軟體歷史版本 Download Page46 :: 軟體兄弟

McAfee Stinger 歷史版本列表 Page46

最新版本 [var.version]

McAfee Stinger 歷史版本列表

McAfee Stinger 是一個獨立的實用程序,用於檢測和刪除特定的病毒。這不是一個完整的反病毒保護的替代品,而是一個專門的工具來幫助管理員和用戶在處理被感染的系統時。自述文件詳細信息列出了每個 Stinger 內部版本添加的新增或增強簽名的詳細信息.Stinger 使用下一代掃描技術,包括 rootkit 掃描和掃描性能優化。它可以檢測並刪除 Stinger 應用程序中“高級”菜單選項下“威... McAfee Stinger 軟體介紹

McAfee Stinger (32-bit)McAfee Stinger (64-bit)


pdfFactory 6.35 查看版本資訊

更新時間:2018-12-08
更新細節:

What's new in this version:

- Fixed a bug that sometimes caused pdfFactory to become unresponsive when the mouse was right-clicked
- Fixed a bug that caused extraneous white lines to appear in the onscreen preview
- Fixed display and scrolling bugs that sometimes happened when fine-zooming in thumbnail view (i.e. Ctrl+Alt+0, Ctrl Alt +, Ctrl Alt-)
- Fixed a bug that caused the Send command to fail for long email messages

Pinegrow Web Editor 5.0 查看版本資訊

更新時間:2018-11-20
更新細節:

What's new in this version:

- First, a quick look back. In the year since Pinegrow Web Editor 4 was released, we had 10 strong updates with features like Smart WordPress Actions and powerful Visual CSS Grid Editor.
- A note about upgrades to Pinegrow 5: if your license is eligible for free updates (one year after the license purchase and renewal, or as long as subscription is active) you get all Pinegrow Web Editor updates for free, including Pinegrow 5.
- With Pinegrow 5 we focus on improving the workflow of dealing with HTML layout and CSS styling. We even created a feature called “Focus on”. “Focus on…” lets us isolate an element on the page and deal with just this element instead of the whole page. That’s very useful on complex HTML layouts. “Focus on…” command is available in the top toolbar, on the element context menu or with the shortcut CMD+F (CTRL+F on Windows/Linux).

A couple of things happen when we Focus on an element:
The Tree panel displays the structure of the focused element, with all its children nodes collapsed (only the top most level is expanded):
Drag & drop on the page deals only with top level children of the element. For example, grabbing anything within the element will grab the top level child:
- Similarly, dropping an element from the Library panel will place the element on the top level of the focused element
- That’s very handy for dealing with the top level structure of the focused element without worrying that we’ll drop something in the wrong place

If we want more control over drag & drop placement, we can expand relevant nodes in the Tree panel and use it for dropping or rearranging elements:
The “Focus on” menu also contains a shortcut to focusing on the Page layout of the Body element:
The Focus bar also lists the elements that can be inserted into the focused element, if available:
- To exit the “Focus on” mode click on the close icon in the Focus bar or select Clear from the Focus menu
- Improved CSS Styling
- Starting from Pinegrow 3 it has been possible to style elements with inline styles (with HTML element style attribute)
- The benefit of inline styles is that we can jump straight into styling an element, without thinking about classes, ids and CSS rules
- But eventually, all inline styles should be transferred into proper CSS rules. That’s hard to do if inline styles are scattered around the page
- Pinegrow 5 has a solution for that
- Working with inline styles

First, the Style panel now clearly indicates when inline styles are used:
Second, the Quick Create CSS Rule tool offers to transfer the inline styles into a newly created CSS rule:
And the Tree panel shows the style icon next to elements with inline styles. Clicking on the style icon in the Tree jumps straight into Style editor for that element:
The Tree panel filter can be used to only display elements with inline styles:
- With these tools we have the best of both worlds: the freedom to directly style with inline styles and the systematic process for creating CSS rules for those styles
- And some might ask: Why not have a feature that would automatically save all inline styles on the page as CSS rules
- It would be easy for Pinegrow to go through the page and store all inline styles into CSS classes like .rule1, .rule2…
- Although it sounds useful, such feature would lead to messy CSS code. Creating maintainable CSS structure requires strategic thinking about properly naming and organizing CSS rules. That’s not something that an app can do for you
- Creating clean and maintainable code is the top goal and quality of Pinegrow Web Editor. We don’t want to introduce any feature that would go against this
- Other styling improvements

There are more styling improvements worth mentioning:
Stylesheets and their CSS rules can be hidden in the Active Style panel by clicking on the Hide stylesheet icon next to the stylesheet name:
- Before, the “Ignore in Active” function was only available from the Stylesheets menu

Text indent control was added to the Text section of the CSS Visual Editor:
“Customize variable” command (for SASS and LESS files) will ask for the new value if the default value uses a custom function:
This avoids breaking SASS/LESS files with functions that are not yet defined in the section where custom variables are defined:
- Pinegrow uses CSS Autoprefixer when compiling SASS and LESS files. Now you can control the Autoprefixer configuration in the Settings dialog. This feature is for advanced users, most users can just leave the autoprefixer settings as they are
- The Project panel
- Note, the Project panel is a Pinegrow PRO feature

Now, we can drag images, stylesheets and scripts from the Project panel to the page. Draggable files have a Drag icon displayed next to their names:
- Dragging an image inserts the image to the selected place on the page or in the Tree

Dropping an image on an existing image on the page replaces that image:
- Dragging a stylesheet (.css file) to the page appends the stylesheet to the page
- Doing that with a Javascript (.js) script file will insert the script to the footer of the page

Image previews in the Project panel now also display the dimensions and size of images:
- And using the search in the Project panel expands all folders with matched files
- The Tree panel

The Tree panel got a “Filter” function that lets us display only elements with inline styles, images, texts, links, components or WordPress actions:
The filter works alongside the existing search function that lets us search with strings and CSS selectors:
- Other improvements
- Use arrow keys to select elements
- UP_KEY selects the parent element
- DOWN_KEY selects the first child element
- LEFT_KEY selects the previous element
- RIGHT_KEY selects the next element
- Use SHIFT_KEY with LEFT_KEY and RIGHT_KEY keys to select a range of elements
- Selecting a duplicated element
- A duplicated element is now automatically selected, if the Duplicate command was run on a selected element
- Element dimensions in pixels are shown when an element is selected or hovered with the mouse pointer
- Clicking on a image in the Unsplash photo browser replaces the currently selected image
- Use “Clear code” icon in Insert code in the Library panel to clear the code from the editor
- Page and project thumbnails are now turned off by default on Linux because on Linux, generating thumbnails requires briefly showing a second window. You can turn them on in the Options menu on the Start screen

pdfFactory 6.34 查看版本資訊

更新時間:2018-11-02
更新細節:

What's new in this version:

- display and performance improvements
- fixed a bug that sometimes caused bitmaps on rotated pages to be imaged incorrectly
- (Pro only) better usability when working with line and shape notes

McAfee Labs Stinger 12.1.0.2927 (32-bit) 查看版本資訊

更新時間:2018-10-20
更新細節:

What's new in this version:

McAfee Labs Stinger 12.1.0.2927 (32-bit)
- New Detections: BAT/Trojan.a, BAT/Trojan.b, Exploit-CVE2017-11882.ay, Exploit-CVE2018-8413, Exploit-CVE2018-8491, Exploit-cve2017-11882.bb, Fareit, REG/Andromeda, Trojan-Octopus, Trojan-VBKryjetor, VBS/Andromeda, VBS/InfoStealer
- Enhanced Detections: Exploit-CVE2017-11882.ax, Exploit-CVE2017-8570.f, FakeAlert-SysDef.b!dam, Generic Packed.ace, Ransom!htm, Trojan-AitInject.y, Trojan-AitMiner.a, Trojan-PowerShell.a


McAfee Labs Stinger 12.1.0.2891 (32-bit)
- New Detections: PyLocky.a, Trojan-Exploit.png
- Enhanced Detections: Packed-FNF


McAfee Labs Stinger 12.1.0.2884 (32-bit)
- New Detections: GameCrack.A
- Enhanced Detections: Trojan-PWS


McAfee Labs Stinger 12.1.0.2866 (32-bit)
- New Detections: Ransom-Ryuk, Ransom-Warskwing


McAfee Labs Stinger 12.1.0.2850 (32-bit)
- New Detections: Exploit-CVE2017-11882.aq, Exploit-ShadowBroker


McAfee Labs Stinger 12.1.0.2836 (32-bit)
- Change log not available for this version


McAfee Labs Stinger 12.1.0.2822 (32-bit)
- Enhanced Detections: PS/EternalBlue


McAfee Labs Stinger 12.1.0.2809 (32-bit)
- New Detections: Exploit-CVE2017-11882.r
- Enhanced Detections: Exploit-CVE2017-8570.c, Generic PWS.o, HackTool-Shadowbrokers, Trojan-Marduk.a


McAfee Labs Stinger 12.1.0.2770 (32-bit)
- Change log not available for this version


McAfee Labs Stinger 12.1.0.2749 (32-bit)
- Enhanced Detections: Exploit-CVE2017-8759.m


McAfee Labs Stinger 12.1.0.2734 (32-bit)
- Enhanced Detections: Exploit-CVE2017-8759.m


McAfee Labs Stinger 12.1.0.2717 (32-bit)
- Enhanced Detections: Exploit-CVE2017-0199.bg, Exploit-CVE2017-11882.l, Exploit-CVE2017-8759.x


McAfee Labs Stinger 12.1.0.2707 (32-bit)
Enhanced Detections:
- Exploit-CVE2017-0199.bf
- Generic Trojan.i
- Ransom-O


McAfee Labs Stinger 12.1.0.2692 (32-bit)
- Change log not available for this version


McAfee Labs Stinger 12.1.0.2666 (32-bit)
- New Detections: Exploit-CVE2018-4878.a, Exploit-CVE2018-4878.b
- Enhanced Detections: Exploit-CVE2017-0199, Exploit-CVE2017-0199.as, Exploit-CVE2017-0199.at, Generic Exploit.f, Generic Trojan.i, WASM/CoinMiner.a


McAfee Labs Stinger 12.1.0.2651 (32-bit)
- New Detections: Exploit-CVE2017-0199.aq, Generic Exploit.a, VBS/Powershell.a
- Enhanced Detections: Trojan-Meltdown


McAfee Labs Stinger 12.1.0.2621 (32-bit)
- New Detections: AutoIt/injector.E, Trojan-Trisis
- Enhanced Detections: Exploit-CVE2017-8759, Exploit-CVE2017-8759.i, Exploit-CVE2017-8759.k, Generic Trojan.i, Java/Adwind, Trojan-Trisis


McAfee Labs Stinger 12.1.0.2604 (32-bit)
- Enhanced Detections: Generic PWS.y, Trojan-CoinMiner


McAfee Labs Stinger 12.1.0.2591 (32-bit)
- Enhanced Detections: Trojan-AitInject.o


McAfee Labs Stinger 12.1.0.2565 (32-bit)
- Enhanced Detections: Emotet-FAX!, Emotet-FCY!, Generic Trojan.i


McAfee Labs Stinger 12.1.0.2530 (32-bit)
- New Detections: Exploit-CVE2017-0199.am
- Enhanced Detections: Emotet-FCB!, Generic Trojan.az, PWS-Emotet.a!, Trojan-CoinMiner


McAfee Labs Stinger 12.1.0.2525 (32-bit)
- Change log not available for this version


McAfee Labs Stinger 12.1.0.2515 (32-bit)
- Change log not available for this version


McAfee Labs Stinger 12.1.0.2500 (32-bit)
- New Detections: Exploit-CVE2017-8759.g
- Enhanced Detections: Exploit-CVE2017-0199.aa, Exploit-CVE2017-8759.d, Exploit-CVE2017-8759.e, Exploit-CVE2017-8759.f, Ransom-GlobeImp, Ransomware-Cerber


McAfee Labs Stinger 12.1.0.2475 (32-bit)
- Enhanced Detections: Generic Trojan.j


McAfee Labs Stinger 12.1.0.2465 (32-bit)
- Enhanced Detections: Exploit-CVE2017-0199.d, Exploit-MS17-010.d, Generic Trojan.i, Generic Trojan.j, JS/Downloader.gen.fa, PY/Exploit-MS17-010.a, PY/Exploit-MS17-010.b, PY/Exploit-MS17-010.c


McAfee Labs Stinger 12.1.0.2455 (32-bit)
- Enhanced Detections: Exploit-CVE2017-0199, Exploit-CVE2017-0199.x, Exploit-CVE2017-0199.z, Generic PWS.o, Generic Trojan.i, Generic trojan.i


McAfee Labs Stinger 12.1.0.2435 (32-bit)
Enhanced Detections: Exploit-CVE2017-8594, Exploit-CVE2017-8598, Exploit-CVE2017-8601, Exploit-CVE2017-8605, Exploit-CVE2017-8617, Exploit-CVE2017-8619


McAfee Labs Stinger 12.1.0.2417 (32-bit)
- Enhanced Detections: Generic Trojan.az, Generic Trojan.j, Generic trojan.i, PWSZbot-FHN, Ransom-O, Ransomware-Locky.k


McAfee Labs Stinger 12.1.0.2400 (32-bit)
- Enhanced Detections: Exploit-CVE2017-0199.j, Exploit-CVE2017-0199.k, Exploit-CVE2017-0199.l, Generic Trojan.at, Generic trojan.i, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2383 (32-bit)
- New Detections: Generic Trojan.ar
- Enhanced Detections: Exploit-CVE2017-0199, Generic Trojan.i, Generic Trojan.o, Generic trojan.i, JS/Redirector.eb, NSIS/Addrop, PWSZbot-FHN, Ransom-WannaCry, Ransom-WannaCry!lnk, Ransomware-Cerber


McAfee Labs Stinger 12.1.0.2374 (32-bit)
- New Detections: JS/Redirector.eb, Ransom-Cerber.j
- Enhanced Detections: Exploit-CVE2017-0199, Generic Trojan.o, PWSZbot-FHN, Ransom-O, W32/AdylkuzzMiner, W32/Teerac.b


McAfee Labs Stinger 12.1.0.2362 (32-bit)
- New Detections: JS/Redirector.ea
- Enhanced Detections: Exploit-CVE2015-1641.b, Generic Exploit-RTF.b, Generic Exploit-RTF.c, Generic Exploit-RTF.d, Generic Exploit-RTF.e, Generic Trojan.i, Generic Trojan.o, Java/Adwind, PWSZbot-FHN, W32/Autorun.worm.aaeh


McAfee Labs Stinger 12.1.0.2348 (32-bit)
- New Detections: P52
- Enhanced Detections: Exploit-CVE2017-0199.i, Generic Trojan.c


McAfee Labs Stinger 12.1.0.2342 (32-bit)
- New Detections: Trojan-Alanis, Trojan-Blem
- Enhanced Detections: Generic Trojan.o, PWSZbot-FHN, Ransom-O, Ransomware-Cerber


McAfee Labs Stinger 12.1.0.2341 (32-bit)
- New Detections: Exploit-CVE2017-0199.e, Exploit-CVE2017-0199.f, Exploit-CVE2017-0199.g, HackTool-Shadowbrokers
- Enhanced Detections: Exploit-CVE2012-0158.s, Exploit-CVE2017-0199, Exploit-CVE2017-0199.c, Exploit-CVE2017-0199.d, Exploit-CVE2017-0199.f, FakeAlert-av360, Generic Trojan.o, HackTool-Shadowbrokers, PWS-Zbot.gen.po, PWSZbot-FHN, Trojan-Powelike


McAfee Labs Stinger 12.1.0.2331 (32-bit)
- New Detections: Fariet.gen.a
- Enhanced Detections: PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2316 (32-bit)
- Enhanced Detections: Exploit-CVE2017-0034, Exploit-CVE2017-0059, Exploit-CVE2017-0067, Generic Trojan.o, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2314 (32-bit)
- Enhanced Detections: Exploit-CVE2012-0158.ae, Generic PWS.o, Generic Trojan.o, NSIS/ObfusRansom.r, NSIS/ObfusRansom.x, PWSZbot-FHN, Ransom-O


McAfee Labs Stinger 12.1.0.2299 (32-bit)
- New Detections: JS/Exploit-Rigkit.l ,Ransom-Spora.a!lnk ,SWF/Exploit-Rig.h
- Enhanced Detections: Exploit-CVE2012-0158.n ,Exploit-CVE2017-0037 ,Generic Trojan.o ,JS/Redirector.dw ,Trojan-FKBG


McAfee Labs Stinger 12.1.0.2297 (32-bit)
- Enhanced Detections: Exploit-CVE2012-1856!rtf ,Exploit-SWF ,Generic Packed.ace ,Generic Trojan.i ,Generic Trojan.o ,JS/Exploit-Rigkit.e ,JS/Redirector.dw ,PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2289 (32-bit)
- New Detections: 7zipSFX, AT4RE Protector, AlexProtect, AntiDote, AstrumSFX, AutoHotKey, AutoIT, AutoIT 2.6.4, AutoIT 3.0.x.x - 3.1.x.x, AutoIT 3.2.0.x - 3.2.5.x, AutoIT 3.2.6.x+, Bat To Exe Converter, DMG, EXECrypter, EXECryptor, Efca, Enigma, Excalibur, Exploit-CVE2012-0158.ae, FishPE.a, GenteeInstaller, GnuCompiler, GoToAssist, HackPack.a, InnoSFX, InstallShieldSFX, Karp.ai, Karp.c, Karp.w.a, Karp.w.b, Kryp.c, Kryp.d, Kryp.e, LowFox, MMBuilderSFX, MaskPE, Matrix-Lock, Mutilator, NSAnti, New Installer, New Packer, Obfuscated JScript.d, Obfuscated JScript.e, ObfuscatedAutoIt.a, PE-Armour, PEP, PePatch-poly.a, PePatch-poly.b, PolyCrypt, Polyene, RCryptor, RCryptor 1.6d, RCryptor 2.0, RLPack, RPCrypt, RarSFX, Revolt.a, Revolt.b, Revolt.c, RuBoard, SmartInstallMaker, Themida, Thinstall, TorrentSFX, WinAceSFX, WiseSFX, nBinder 5, nPack, oRiEN, prefetch_clean
- Enhanced Detections: EXECryptor,  Generic Downloader.gm,  Generic Trojan.i,  Generic Trojan.o,  Generic.y,  Golroted.gen.g,  NSIS/ObfusRansom.u,  PEP,  Polyene,  RCryptor,  Ransomware-Locky.g,  Themida,  WiseSFX


McAfee Labs Stinger 12.1.0.2280 (32-bit)
- Enhanced Detections: Generic Trojan.c, PWSZbot-FHN, W97M/Downloader.bvf


McAfee Labs Stinger 12.1.0.2270 (32-bit)
- New Detections: JS/Exploit-Rigkit.j
- Enhanced Detections: Fareit-ARC.a, Ransom-Spora.b, Trojan-CoinMiner


McAfee Labs Stinger 12.1.0.2260 (32-bit)
- New Detections: Ransom-Spora
- Enhanced Detections: Exploit-RTF.docswf.c, Exploit-swf.bx, NSIS/ObfusRansom.q


McAfee Labs Stinger 12.1.0.2246 (32-bit)
- New Detections: Generic Trojan.al, Generic Trojan.am, NSIS/ObfusRansom.r
- Enhanced Detections: Exploit-CVE2015-2545, Generic Trojan.ae, Generic Trojan.ai, Generic Trojan.i, JS/LnkPull.b, NSIS/ObfusRansom.q, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2241 (32-bit)
- New Detections: Exploit-swf.bx, Trojan-AitInject.M
- Enhanced Detections: Generic Trojan.ab, Generic Trojan.i, JS/LnkPull.b, Malformed-PDF, NSIS/ObfusRansom.q, PWSZbot-FHN, VBS/Downloader.eh


McAfee Labs Stinger 12.1.0.2232 (32-bit)
- Enhanced Detections: Generic Trojan.i, PWSZbot-FHN, Ransomware-Locky.g


McAfee Labs Stinger 12.1.0.2223 (32-bit)
- Enhanced Detections: Exploit-CVE2016-7287, Fareit-ARC.a, Generic Trojan.ae, Generic Trojan.c, PWSZbot-FHN, Ransom-Cerber, SWF/Exploit-Rig.c


McAfee Labs Stinger 12.1.0.2214 (32-bit)
- Enhanced Detections: PWSZbot-FHN, Trojan-PoweLike.b!lnk, W32/IRCbot-FLW!lnk


McAfee Labs Stinger 12.1.0.2208 (32-bit)
- New Detections: JS/Exploit-Rigkit.g
- Enhanced Detections: Exploit-CVE2012-0158.ad, Exploit-swf.br, Exploit-swf.bs, Generic Trojan.i, JS/Exploit-Angler.s, Ransom-O, Ransomware-Locky.f!enc, Ransomware-Locky.g, Ransomware-Locky.h!enc, Trojan-Fareit.l, VBS/Autorun.worm.k


McAfee Labs Stinger 12.1.0.2202 (32-bit)
- Enhanced Detections: Generic Trojan.j, PWSZbot-FHN, Ransomware-Locky.f!enc, Ransomware-Locky.g, Ransomware-Locky.h!enc


McAfee Labs Stinger 12.1.0.2190 (32-bit)
- New Detections: Exploit-swf.bt
- Enhanced Detections: Exploit-SWF, JS/Exploit-Angler.r, PWSZbot-FHN, Ransomware-Locky.h!enc


McAfee Labs Stinger 12.1.0.2180 (32-bit)
- Enhanced Detections: Generic Trojan.i, NSIS/ObfusRansom.k, Ransomware-Locky.g, Ransomware-Locky.h!enc, Trojan-FKBG, W32/Koobface.worm.gen.z


McAfee Labs Stinger 12.1.0.2170 (32-bit)
- New Detections: Exploit-CVE2015-1641, PoweDuke
- Enhanced Detections: Exploit-CVE2012-0158.ad, Exploit-CVE2016-7198, Exploit-CVE2016-7200, Exploit-CVE2016-7201, Generic Exploit-RTF.a, PWSZbot-FHN, Ransomware-Locky.f!enc, Ransomware-Locky.g, VBS/BackDoor-NJRat


McAfee Labs Stinger 12.1.0.2165 (32-bit)
- New Detections: Generic Trojan.ae, Generic Trojan.af, JS/Exploit.d, Trojan-FKFG
- Enhanced Detections: Exploit-CVE2012-0158.ad, Exploit-IFrame.a, Golroted.gen.f, HTML/Darkleech.b, PWSZbot-FHN, Trojan-AitInject.I


McAfee Labs Stinger 12.1.0.2160 (32-bit)
- New Detections: Exploit-RTF.docswf.a
- Enhanced Detections: Exploit-CVE2016-0189, Exploit-RTF, Generic Trojan.i, HTML/Darkleech.b, PWSZbot-FHN, Vawtrak.gen.a


McAfee Labs Stinger 12.1.0.2159 (32-bit)
- New Detections: Exploit-IFrame.a, PWS/POSStealer.a, Trojan-AitInject.k
- Enhanced Detections: Downloader-CEW, Exploit-PDF.b, Exploit-SWF.bl, Generic Packed.ace, Generic Trojan.aa, Generic Trojan.i, JS/Exploit-Rigkit.e, JS/Exploit-SundownEK, Ransomware-Locky.f!enc, Trojan-FKBG


McAfee Labs Stinger 12.1.0.2152 (32-bit)
- New Detections: BAT/Agent, JS/Exploit-Rigkit.f, SWF/Exploit-Neutrino.a, SWF/Exploit-Rig.a, SWF/Exploit-Rig.b, SWF/Exploit-Rig.c, SWF/Exploit-Rig.d, SWF/Exploit-Rig.e, SWF/Exploit-Rig.f
- Enhanced Detections: Exploit-CVE2016-3298, Exploit-RTF, Exploit-SWF.bk, Generic PWS.o, Generic Packed.ace, Generic Trojan.aa, Generic Trojan.ab, Generic Trojan.i, Generic Trojan.j, JS/Exploit-Rigkit.e, JS/Lnkpull.a, PWSZbot-FHN, Ransom-Cerber!html, Ransom-O, Ransomware-Locky, Ransomware-Locky.f!enc, SWF/ExploitKit.l, Trojan-AitInject.H, Vawtrak.gen.a


McAfee Labs Stinger 12.1.0.2150 (32-bit)
- Enhanced Detections: Exploit-CVE2016-3386, Exploit-CVE2016-7189, Generic Exploit.f, Generic Trojan.aa, Generic Trojan.i, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2149 (32-bit)
- New Detections: JS/Lnkpull.a, Ransomware-Locky.f!enc
- Enhanced Detections: Generic Trojan.ab, Generic Trojan.i, PWSZbot-FHN, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2148 (32-bit)
- New Detections: JS/Exploit-Rigkit.e, Trojan-FJPQ
- Enhanced Detections: Generic Downloader.gm, Generic Trojan.aa, Golroted.gen.f, JS/Exploit-Rigkit.d, NSIS/ObfusRansom.g, NSIS/Ransom-Cerber.a, PWSZbot-FHN, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2147 (32-bit)
- New Detections: Exploit-CVE2015-5122, Ransom-CryPy
- Enhanced Detections: Exploit-CVE2010-3333!rtf, Exploit-SWF.bc, Exploit-SWF.x, Generic Trojan.aa, Vawtrak.gen.a


McAfee Labs Stinger 12.1.0.2146 (32-bit)
- New Detections: Exploit-CVE2010-3333!rtf, Trojan-AitInject.H
- Enhanced Detections: Exploit-CVE2012-0158, Exploit-SWF.bk, Generic Exploit-RTF.a, Generic PWS.o, PWSZbot-FHN, Trojan-Fareit.K


McAfee Labs Stinger 12.1.0.2145 (32-bit)
- Enhanced Detections: Exploit-SWF.bk, PWSZbot-FHN, Trojan-PoweLike.a!lnk


McAfee Labs Stinger 12.1.0.2144 (32-bit)
- New Detections: Exploit-CVE2016-3298
- Enhanced Detections: Exploit-CVE2015-2545, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2143 (32-bit)
- New Detections: Trojan-Fareit.K
- Enhanced Detections: Exploit-CVE2012-0158.ac, Exploit-CVE2012-0158.g, Generic Exploit.f, Generic Trojan.i, PWSZbot-FHN, Trojan-PoweLike


McAfee Labs Stinger 12.1.0.2142 (32-bit)
- New Detections: NSIS/ObfusRansom.g, Trojan-FJXA
- Enhanced Detections: Exploit-CVE2016-3351, Exploit-SWF, Generic Trojan.aa, Generic Trojan.i, PWSZbot-FHN, Ransom-Cerber!html, Trojan-CoinMiner, Trojan-PoweLike.a!lnk, Vawtrak.gen.a


McAfee Labs Stinger 12.1.0.2141 (32-bit)
- New Detections: Trojan-PoweLike.a!lnk
- Enhanced Detections: Exploit-CVE2015-8651, Generic Trojan.i, Generic Trojan.z, PWSZbot-FHN, Ransom-O


McAfee Labs Stinger 12.1.0.2140 (32-bit)
- New Detections: PWS-Zbot.gen.yz
- Enhanced Detections: Generic Packed.ace, Generic Trojan.aa, Generic Trojan.i, NSIS/ObfusRansom.d, PWSZbot-FHN, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2139 (32-bit)
- New Detections: Exploit-CVE2016-3386, Exploit-CVE2016-7189, JS/Exploit-Rigkit.d
- Enhanced Detections: Generic Trojan.i, PWSZbot-FHN, VBS/Autorun.worm.aaaz, Vawtrak.gen.a


McAfee Labs Stinger 12.1.0.2137 (32-bit)
- Enhanced Detections: Golroted.gen.f, NSIS/ObfusRansom.d, PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2135 (32-bit)
- New Detections: NSIS/ObfusRansom.e
- Enhanced Detections: Exploit-CVE2012-0158.n, Exploit-CVE2016-3377, Generic PWS.o, Generic Trojan.i, Golroted.gen.f, NSIS/ObfusRansom.a, OSX/Komplex.d, PWSZbot-FHN, Ransomware-Locky.d!enc, W32/Pate


McAfee Labs Stinger 12.1.0.2134 (32-bit)
- New Detections: Exploit-CVE2016-3351, Kovter!remnants
- Enhanced Detections: Exploit-CVE2015-1641!rtf, Exploit-CVE2015-2545, Exploit-SWF.bk, JS/Exploit-Rigkit.c, JS/Locky.m, JS/Locky.n, NSIS/ObfusRansom.d, OSX/Komplex.a, OSX/Komplex.b, OSX/Komplex.c, PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc, Ransomware-Locky.e!enc, SWF/ExploitKit.n, Trojan-CoinMiner


McAfee Labs Stinger 12.1.0.2132 (32-bit)
- New Detections: SWF/ExploitKit.n, Vawtrak.gen.a
- Enhanced Detections: Generic Trojan.i, Ransomware-Locky.e!enc, W32/Pate


McAfee Labs Stinger 12.1.0.2131 (32-bit)
- New Detections: OSX/Komplex.d
- Enhanced Detections: Exploit-CVE2012-0158.ad, Exploit-CVE2016-3294, Exploit-CVE2016-3295, Exploit-CVE2016-3375, Generic Trojan.aa, JS/SMSSend.c, MalHeur-ACE, PWSZbot-FHN, Ransomware-Locky.e!enc, SWF/ExploitKit.m


McAfee Labs Stinger 12.1.0.2130 (32-bit)
- New Detections: JS/Locky.m, JS/Locky.n, NSIS/ObfusRansom.d, OSX/Komplex.a, OSX/Komplex.b, OSX/Komplex.c
- Enhanced Detections: PWSZbot-FHN, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2129 (32-bit)
- Enhanced Detections: NSIS/ObfusKovter.b, PWSZbot-FHN, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2126 (32-bit)
- New Detections: BAT/Del, JS/Exploit-Rigkit.c
- Enhanced Detections: Generic Trojan.i, PWSZbot-FHN, Ransom-Cerber, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2124 (32-bit)
- New Detections: Exploit-CVE2016-3295
- Enhanced Detections: Exploit-CVE2015-1641!rtf, Generic Trojan.i, JS/Ransom-Lock, OSX/Mokes, PWSZbot-FHN, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2123 (32-bit)
- Enhanced Detections: Exploit-CVE2012-0158.n, Generic Packed.ace, Generic Trojan.i, PWSZbot-FHN, Ransom-O, Ransomware-Locky.e!enc, Trojan-PoweLike!lnk.a


McAfee Labs Stinger 12.1.0.2121 (32-bit)
- Enhanced Detections: Generic Packed.ace, Generic Trojan.i, Golroted.gen.f, PWSZbot-FHN, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2113 (32-bit)
- New Detections: JS/Ransom-Lock, NSIS/ObfusKovter.b, OSX/Mokes, Trojan-PoweLike!lnk.a
- Enhanced Detections: Exploit-CVE2012-0158.y, Generic Trojan.i, NSIS/ObfusRansom.a, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2111 (32-bit)
- Enhanced Detections: Generic Exploit-RTF.a, Generic Trojan.j, Generic Trojan.z, Golroted.gen.f, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2110 (32-bit)
- Enhanced Detections: Generic Packed.acem, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2108 (32-bit)
- Enhanced Detections: Generic Trojan.i, Golroted.gen.f, NSIS/ObfusKovter.a, PWSZbot-FHN, Ransom-O, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2105 (32-bit)
- Enhanced Detections: Generic Trojan.i, NSIS/ObfusRansom.b, PWSZbot-FHN, Ransomware-Locky.d!enc, Ransomware-Locky.e!enc, SWF/ExploitKit.m, Trojan-AitInject.G, W32/Virut


McAfee Labs Stinger 12.1.0.2101 (32-bit)
- New Detections: NSIS/ObfusKovter.a
- Enhanced Detections: Exploit-CVE2016-3290, Exploit-PowerShell, Exploit-SWF.bh, Generic Trojan.i, Generic Trojan.j, PWSZbot-FHN, Ransom-O, Trojan-PoweLike, Trojan-PoweLike!bat, Trojan-PoweLike!lnk


McAfee Labs Stinger 12.1.0.2100 (32-bit)
- New Detections: NSIS/ObfusRansom.a
- Enhanced Detections: Exploit-CVE2012-0158.aa, Exploit-CVE2012-0158.ad, Exploit-CVE2015-2545, PWSZbot-FHN, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2099 (32-bit)
- New Detections: Exploit-SWF.bk, SWF/ExploitKit.l
- Enhanced Detections: Exploit-CVE2012-0158.aa, Generic Trojan.i, Generic Trojan.j, Neutrino-ExploitKit.h, Ransomware-Locky.d!enc, SWF/ExploitKit.f


McAfee Labs Stinger 12.1.0.2097 (32-bit)
- New Detections: Exploit-CVE2012-0158.ab, Exploit-CVE2012-0158.ac, Exploit-CVE2012-0158.ad, Exploit-CVE2016-0189, Exploit-CVE2016-3290, Exploit-SWF.bj, Generic Packed.s, Generic Packed.t, MSIL/Packed.a, Trojan-PoweLike, Trojan-PoweLike!bat, Trojan-PoweLike!lnk
- Enhanced Detections: Exploit-CVE2012-0158.aa, Exploit-CVE2015-2545, Exploit-RTF, Generic Exploit-RTF.a, Generic Exploit.f, Generic PWS.o, Generic Packed.ace, Generic Trojan.i, Generic Trojan.j, Generic Trojan.t, HTML/Neutrino.c, HTML/Neutrino.d, HTML/Neutrino.e, PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc, Stuxnet, Trojan-Fareit.c, VBS/Autorun.worm.k


McAfee Labs Stinger 12.1.0.2095 (32-bit)
- New Detections: Exploit-CVE2012-0158.ab, Exploit-CVE2012-0158.ac, Exploit-CVE2012-0158.ad, Exploit-CVE2016-0189, Exploit-CVE2016-3290, Exploit-SWF.bj, Generic Packed.s, Generic Packed.t, MSIL/Packed.a, Trojan-PoweLike, Trojan-PoweLike!bat, Trojan-PoweLike!lnk
- Enhanced Detections: Exploit-CVE2012-0158.aa, Exploit-CVE2015-2545, Generic Exploit-RTF.a, Generic Exploit.f, Generic PWS.o, Generic Trojan.i, Generic Trojan.j, Generic Trojan.t, HTML/Neutrino.c, HTML/Neutrino.d, HTML/Neutrino.e, PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc, Stuxnet, Trojan-Fareit.c, VBS/Autorun.worm.k


McAfee Labs Stinger 12.1.0.2094 (32-bit)
- New Detections: Exploit-CVE2012-0158.ab, Exploit-CVE2012-0158.ac, Exploit-CVE2016-0189, Exploit-CVE2016-3290, Exploit-SWF.bj, Generic Packed.s, Generic Packed.t, MSIL/Packed.a, Trojan-PoweLike, Trojan-PoweLike!bat, Trojan-PoweLike!lnk
- Enhanced Detections: Exploit-CVE2012-0158.aa, Generic Exploit.f, Generic PWS.o, Generic Trojan.i, HTML/Neutrino.d, HTML/Neutrino.e, PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc, Stuxnet, Trojan-Fareit.c, VBS/Autorun.worm.k


McAfee Labs Stinger 12.1.0.2092 (32-bit)
- New Detections: Exploit-CVE2012-0158.ab, Exploit-CVE2012-0158.ac, Exploit-CVE2016-0189, Exploit-CVE2016-3290, Exploit-SWF.bj
- Enhanced Detections: Exploit-CVE2012-0158.aa, Generic Exploit.f, Generic PWS.o, Generic Trojan.i, HTML/Neutrino.d, HTML/Neutrino.e, PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc, Stuxnet, Trojan-Fareit.c, VBS/Autorun.worm.k


McAfee Labs Stinger 12.1.0.2089 (32-bit)
- New Detections: Exploit-CVE2012-0158.ab,  Exploit-CVE2012-0158.ac,  Exploit-CVE2016-0189,  Exploit-CVE2016-3290
- Enhanced Detections:  Exploit-CVE2012-0158.aa,  Generic PWS.o,  HTML/Neutrino.d,  HTML/Neutrino.e,  PWSZbot-FHN,  Ransom-O,  Ransomware-Locky.d!enc,  Stuxnet,  Trojan-Fareit.c,  VBS/Autorun.worm.k


McAfee Labs Stinger 12.1.0.2088 (32-bit)
- New Detections:  Exploit-CVE2012-0158.ab,  Exploit-CVE2016-3290
- Enhanced Detections:  Exploit-CVE2012-0158.aa,  HTML/Neutrino.e,  PWSZbot-FHN,  Ransom-O,  Ransomware-Locky.d!enc,  Stuxnet,  Trojan-Fareit.c,  VBS/Autorun.worm.k


McAfee Labs Stinger 12.1.0.2087 (32-bit)
- New Detections: Exploit-CVE2016-3290
- Enhanced Detections: PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc, Stuxnet, Trojan-Fareit.c


McAfee Labs Stinger 12.1.0.2086 (32-bit)
- New Detections: Exploit-CVE2016-3290
- Enhanced Detections: PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc, Trojan-Fareit.c


McAfee Labs Stinger 12.1.0.2085 (32-bit)
- New Detections: HTML/Neutrino.e, Neutrino-ExploitKit.h
- Enhanced Detections: Generic Trojan.i, HTML/Neutrino.c, JS/Exploit-Blacole.ht, PWSZbot-FHN, Ransomware-Locky.e!enc, SWF/ExploitKit.f, SWF/ExploitKit.g


McAfee Labs Stinger 12.1.0.2081 (32-bit)
- New Detections: Neutrino-ExploitKit.g, W32/Remsec-APT
- Enhanced Detections: Exploit-CVE2012-0158.y, Golroted.gen.f, JS/Exploit, Neutrino-ExploitKit.f, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2079 (32-bit)
- New Detections: Exploit-CVE2012-0158.z, Exploit-CVE2016-0099, Generic Trojan.v, SWF/ExploitKit.j, SWF/ExploitKit.k
- Enhanced Detections: Generic Trojan.i, PWSZbot-FHN, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2077 (32-bit)
- New Detections: Exploit-CVE2012-0158.y
- Enhanced Detections: PWSZbot-FHN, Ransomware-Locky.d!enc, SWF/ExploitKit.b


McAfee Labs Stinger 12.1.0.2076 (32-bit)
- Enhanced Detections: PWSZbot-FHN, Ransomware-Locky.d!enc, W32/CoinMiner.d


McAfee Labs Stinger 12.1.0.2075 (32-bit)
- New Detections: Neutrino-ExploitKit.d, Neutrino-ExploitKit.e, Neutrino-ExploitKit.f, SWF/ExploitKit.f, SWF/ExploitKit.g, SWF/ExploitKit.h, SWF/ExploitKit.i, Trojan-FJHT!dat
- Enhanced Detections: HTML/Neutrino.b, SWF/ExploitKit.c, SWF/ExploitKit.d, SWF/ExploitKit.e


McAfee Labs Stinger 12.1.0.2070 (32-bit)
- Enhanced Detections: Exploit-CVE2012-0158.w, Generic Trojan.i, PWSZbot-FHN, Trojan-FIGV


McAfee Labs Stinger 12.1.0.2069 (32-bit)
- Enhanced Detections: Exploit-CVE2012-0158.w, PWSZbot-FHN, W32/XDocCrypt


McAfee Labs Stinger 12.1.0.2068 (32-bit)
- New Detections: Golroted.gen.f
- Enhanced Detections: Generic Trojan.i, OSX/Generic.ag, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2067 (32-bit)
- New Detections: Exploit-CVE2012-0158.x
- Enhanced Detections: Generic Trojan.s, PWSZbot-FHN, Ransomware-Locky.c!enc, Ransomware-Locky.d!enc, Stuxnet, Trojan-CoinMiner, W32/CoinMiner.d


McAfee Labs Stinger 12.1.0.2061 (32-bit)
- New Detections: Exploit-CVE2012-0158.w, SWF/ExploitKit.b
- Enhanced Detections: Exploit-CVE2012-0158.v, Generic Trojan.o, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2060 (32-bit)
- New Detections: Trojan-FIGV
- Enhanced Detections: PWSZbot-FHN, Ransomware-Locky.d!enc, W32/Yaha.eml, W32/Yaha.y@MM, W32/Yaha@MM, W32/Zindos.worm


McAfee Labs Stinger 12.1.0.2058 (32-bit)
- Enhanced Detections: Exploit-SWF, JS/Exploit-Angler.r, PWSZbot-FHN, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2057 (32-bit)
- New Detections: Exploit-CVE2012-0158.v, Generic Trojan.za, Generic Trojan.zb, Ransomware-Locky.c!enc, Ransomware-Locky.d!enc
- Enhanced Detections: Exploit-CVE2012-0158.u, Generic Trojan.z, JS/Bondat.a!lnk, JS/Exploit-Angler.r, PWSZbot-FHN, W32/Bugbear.b!data, W32/Deborm.worm.ah, W32/Dumaru.ad@MM, W32/Dumaru.al.dll, W32/Elkern.cav.c.dam


McAfee Labs Stinger 12.1.0.2056 (32-bit)
- Enhanced Detections: PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2055 (32-bit)
- New Detections: HTML/Neutrino.b
- Enhanced Detections: Exploit-CVE2012-0158.s, Exploit-CVE2012-0158.t, Exploit-SWF.bf, Exploit-SWF.bg, Generic FakeAlert.gy, Generic PWS.o, PWSZbot-FHN, Ransomware-Locky.b!enc


McAfee Labs Stinger 12.1.0.2054 (32-bit)
- Enhanced Detections: Downloader-CJX!lnk, Exploit-CVE2012-0158, Exploit-CVE2012-0158.q, Exploit-CVE2012-0158.r, Exploit-XMLhttpd.d, FakeAlert-SpyKiller, Generic PWS.o, Generic Packed.ace, Generic Trojan.t, Generic.dam, PWS-Narod, PWS-Narod.dll, PWSZbot-FHN, W32/Autorun.worm.ej, W32/Autorun.worm.fa, W32/Sobig.f.dam


McAfee Labs Stinger 12.1.0.2053 (32-bit)
- New Detections: Autoruns.b, Exploit-CVE2012-0158.u
- Enhanced Detections: with fishy extension


McAfee Labs Stinger 12.1.0.2052 (32-bit)
- New Detections: Exploit-CVE2012-0158.s, Exploit-CVE2012-0158.t
- Enhanced Detections: Exploit-SWF, Exploit-SWF.bh, Generic Trojan.z, PWSZbot-FHN, Ransom-O


McAfee Labs Stinger 12.1.0.2051 (32-bit)
- New Detections: Exploit-CVE2012-0158.q, Exploit-CVE2012-0158.r, Ransom-Cerber!html
- Enhanced Detections: Exploit-CVE2012-0158.p, Exploit-SWF.bd, NSIS/ObfusRansom, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2049 (32-bit)
- New Detections: Exploit-CVE2012-0158.p, JS/Exploit-Angler.r
- Enhanced Detections: Exploit-CVE2016-0199 , Exploit-CVE2016-3199 , Exploit-CVE2016-3222 , Exploit-CVE2016-3234 , Exploit-SWF.bi , Generic Exploit.f


McAfee Labs Stinger 12.1.0.2047 (32-bit)
- New Detections: NSIS/ObfusRansom, Ransomware-Locky.b!enc
- Enhanced Detections: Exploit-SWF, Generic Trojan.t, HTML/Neutrino.a, Ransomware-Locky.a!enc, SWF/ExploitKit.a


McAfee Labs Stinger 12.1.0.2044 (32-bit)
- New Detections: Exploit-SWF.bh, Exploit-SWF.bi
- Enhanced Detections: Exploit-RTF, HTML/Neutrino.a, Ransomware-Locky.a!enc


McAfee Labs Stinger 12.1.0.2043 (32-bit)
- New Detections: Exploit-CVE2016-0199, Exploit-SWF.bf, Exploit-SWF.bg
- Enhanced Detections: Generic Trojan.z, Neutrino-ExploitKit.c, Ransomware-Locky.a!enc


McAfee Labs Stinger 12.1.0.2042 (32-bit)
- New Detections: Exploit-CVE2016-3222, Exploit-SWF.be, Neutrino-ExploitKit.c, SWF/ExploitKit.a
- Enhanced Detections: Exploit-CVE2010-3333.p, Exploit-CVE2010-3333.q, Exploit-CVE2012-0158.a, Exploit-CVE2014-6332.a, Generic Trojan.i, Generic Trojan.o, HTML/Neutrino.a, JS/Exploit-Rigkit.b, Ransom-O


McAfee Labs Stinger 12.1.0.2041 (32-bit)
- New Detections: Exploit-CVE2014-6332.a, Exploit-CVE2016-3199, Exploit-CVE2016-3234, HTML/Neutrino.a
- Enhanced Detections: Generic Trojan.i


McAfee Labs Stinger 12.1.0.2040 (32-bit)
- New Detections: Exploit-SWF.bd
- Enhanced Detections: Exploit-CVE2012-0158.a


McAfee Labs Stinger 12.1.0.2039 (32-bit)
- New Detections: Exploit-CVE2010-3333.p, Exploit-CVE2010-3333.q
- Enhanced Detections: Exploit-CVE2015-1641!rtf, Generic Downloader.gm, Generic Exploit.p


McAfee Labs Stinger 12.1.0.2037 (32-bit)
- New Detections: Generic Trojan.t
- Enhanced Detections: Exploit-CVE2015-2545.a, Exploit-SWF.ba, Exploit-SWF.bb, Neutrino-ExploitKit.a, Neutrino-ExploitKit.b, Ransom-O


McAfee Labs Stinger 12.1.0.2036 (32-bit)
- New Detections: Exploit-SWF.bc
- Enhanced Detections: Generic Exploit.f, Generic FakeAlert.t


McAfee Labs Stinger 12.1.0.2035 (32-bit)
- New Detections: Generic.A, Generic.y
- Enhanced Detections: with fishy extension


McAfee Labs Stinger 12.1.0.2034 (32-bit)
- Enhanced Detections: Exploit-CVE2012-0158, Generic Exploit-RTF.a, Golroted.gen.a, JS/Downloader


McAfee Labs Stinger 12.1.0.2033 (32-bit)
- New Detections: Exploit-SWF.ba, Exploit-SWF.bb, Neutrino-ExploitKit.a, Neutrino-ExploitKit.b
- Enhanced Detections: Exploit-CVE2015-1641!rtf, Generic PWS.o, Generic Trojan.i, Generic Trojan.o, Ransom-O, SWF/Exploit.a


McAfee Labs Stinger 12.1.0.2032 (32-bit)
- New Detections: Ransom-Exxroute!htm
- Enhanced Detections: Generic Trojan.i, Generic Trojan.o, JS/Exploit-Angler.n, Ransom-O, VBS/Downloader.cn


McAfee Labs Stinger 12.1.0.2031 (32-bit)
- New Detections: Generic Exploit-RTF.a
- Enhanced Detections: Exploit-CVE2012-0158, Generic Trojan.z, JS/Exploit-Angler.m, Ransomware-Locky.a!enc


McAfee Labs Stinger 12.1.0.2030 (32-bit)
- Enhanced Detections: Exploit-CVE2015-2545, Generic Exploit.f, Generic PWS.o, Generic Trojan.i, Generic Trojan.o


McAfee Labs Stinger 12.1.0.2029 (32-bit)
- Enhanced Detections: Exploit-CVE2012-0158, Generic Packed.ace, Generic Trojan.i, JS/Exploit-Angler.n


McAfee Labs Stinger 12.1.0.2028 (32-bit)
- New Detections: Golroted-TRG, TeslaCrypt-TRG
- Enhanced Detections: Exploit-SWF.ad, Generic PWS.o, Ransom-O


McAfee Labs Stinger 12.1.0.2027 (32-bit)
- New Detections: VBS/Downloader.cn
- Enhanced Detections: Generic Trojan.j, JS/Exploit-Angler.q, Ransomware-Locky!enc, Ransomware-Locky.a!enc


McAfee Labs Stinger 12.1.0.2026 (32-bit)
- New Detections: Ransomware-Locky.a!enc
- Enhanced Detections: Exploit-SWF, Generic Trojan.i, Generic Trojan.o, JS/Exploit-Angler.m, with fishy extension


McAfee Labs Stinger 12.1.0.2025 (32-bit)
- New Detections: Generic Trojan.S
- Enhanced Detections: Exploit-CVE2015-2545, Generic Trojan.i


McAfee Labs Stinger 12.1.0.2024 (32-bit)
- Enhanced Detections: Generic Trojan.i


McAfee Labs Stinger 12.1.0.2023 (32-bit)
- New Detections: JS/Exploit-Angler.q
- Enhanced Detections: Generic Trojan.j, Golroted.gen.a, Ransom-O


McAfee Labs Stinger 12.1.0.2022 (32-bit)
- Enhanced Detections: Exploit-CVE2016-0184, Exploit-SWF, FakeAlert-DZ, Generic Trojan.j


McAfee Labs Stinger 12.1.0.2020 (32-bit)
- New Detections: ALS/Neyer.a, Ransomware-Locky!enc
- Enhanced Detections: JS/Exploit-Angler.m


McAfee Labs Stinger 12.1.0.2017 (32-bit)
- Enhanced Detections: Exploit-SWF, JS/Exploit-Angler.m


McAfee Labs Stinger 12.1.0.2014 (32-bit)
- Enhanced Detections: Generic Trojan!job


McAfee Labs Stinger 12.1.0.2013 (32-bit)
- Enhanced Detections: DOS-FAY, Generic Trojan.j, JS/Exploit-Angler.m, Ransom-O


McAfee Labs Stinger 12.1.0.2012 (32-bit)
- New Detections: Exploit-SWF.az, NanoCore!mxr, NanoCore-Scanmemory
- Enhanced Detections: DOS-FAY, Exploit-SWF, Generic PWS.o


McAfee Labs Stinger 12.1.0.2010 (32-bit)
- New Detections: Exploit-CVE2016-4117
- Enhanced Detections: Golroted.gen.a, JS/Exploit-Angler.m


McAfee Labs Stinger 12.1.0.2009 (32-bit)
- New Detections: Ransom-Mischa
- Enhanced Detections: DOS-FAY, Exploit-Axpergle!swf, Generic Exploit.f, Generic Trojan.j, JS/Exploit-Angler.m, JS/Exploit-Angler.o, Ransom-O, VBObfus.g, VBS/Trojan-B


McAfee Labs Stinger 12.1.0.2008 (32-bit)
- New Detections: DOS-FAY, Generic Trojan!job, MalHeur-ACE
- Enhanced Detections: DOS-FAY, Exploit-CVE2015-1641!rtf, Exploit-RTF, Generic Trojan.i, Generic Trojan.j, JS/Exploit-Angler.m, Trojan-AitInject.F


McAfee Labs Stinger 12.1.0.2007 (32-bit)
- Change log not available for this version


McAfee Labs Stinger 12.1.0.2006 (32-bit)
- Enhanced Detections: Exploit-CVE2015-2545, Exploit-CVE2016-0155, Generic PWS.o, Generic Packed.ace, JS/Exploit


McAfee Labs Stinger 12.1.0.2005 (32-bit)
- Enhanced Detections: Exploit-CVE2015-1641!rtf, Exploit-CVE2015-2545, Exploit-CVE2016-0164, Exploit-RTF, Generic Exploit.f, Generic Trojan.i, Golroted.gen.a, JS/Exploit-Angler.p, JS/Redirector, Trojan-CoinMiner, W32/CoinMiner.d


McAfee Labs Stinger 12.1.0.2003 (32-bit)
- Enhanced Detections: Generic Trojan.i


McAfee Labs Stinger 12.1.0.2002 (32-bit)
- New Detections: Golroted.gen.a, JS/Exploit-Angler.p, Trojan-AitInject.F, VBS/Trojan-B
- Enhanced Detections: Corebot!mxr, Exploit-SWF, Generic Trojan.i, Generic Trojan.z, Ransom-O, Trojan-Dridex


McAfee Labs Stinger 12.1.0.2001 (32-bit)
- New Detections: JS/Exploit-Angler.o
- Enhanced Detections: Generic Packed, Generic Packed.ace


McAfee Labs Stinger 12.1.0.2000 (32-bit)
- Enhanced detections are those that have been modified for this release. Detections are enhanced to cover new variants, optimize performance, and correct incorrect identifications.
- Enhanced Detections: Generic PWS.o, Generic Trojan.i, Ransom-O

SoftEther VPN Gate Client Plugin 2018.10.20 Build 9669 查看版本資訊

更新時間:2018-10-20
更新細節:

Pinegrow Web Editor 4.911 查看版本資訊

更新時間:2018-09-25
更新細節:

What's new in this version:

- Margin and Padding control with equal = values in the Style Panel
- Wrong positioning of CSS Grid items in some cases when using resize handles
- Issue with switching to inline forms in Bootstrap 3

pdfFactory 6.33 查看版本資訊

更新時間:2018-09-24
更新細節:

McAfee Labs Stinger 12.1.0.2891 (32-bit) 查看版本資訊

更新時間:2018-09-22
更新細節:

What's new in this version:

McAfee Labs Stinger 12.1.0.2891 (32-bit)
- New Detections: PyLocky.a, Trojan-Exploit.png
- Enhanced Detections: Packed-FNF


McAfee Labs Stinger 12.1.0.2884 (32-bit)
- New Detections: GameCrack.A
- Enhanced Detections: Trojan-PWS


McAfee Labs Stinger 12.1.0.2866 (32-bit)
- New Detections: Ransom-Ryuk, Ransom-Warskwing


McAfee Labs Stinger 12.1.0.2850 (32-bit)
- New Detections: Exploit-CVE2017-11882.aq, Exploit-ShadowBroker


McAfee Labs Stinger 12.1.0.2836 (32-bit)
- Change log not available for this version


McAfee Labs Stinger 12.1.0.2822 (32-bit)
- Enhanced Detections: PS/EternalBlue


McAfee Labs Stinger 12.1.0.2809 (32-bit)
- New Detections: Exploit-CVE2017-11882.r
- Enhanced Detections: Exploit-CVE2017-8570.c, Generic PWS.o, HackTool-Shadowbrokers, Trojan-Marduk.a


McAfee Labs Stinger 12.1.0.2770 (32-bit)
- Change log not available for this version


McAfee Labs Stinger 12.1.0.2749 (32-bit)
- Enhanced Detections: Exploit-CVE2017-8759.m


McAfee Labs Stinger 12.1.0.2734 (32-bit)
- Enhanced Detections: Exploit-CVE2017-8759.m


McAfee Labs Stinger 12.1.0.2717 (32-bit)
- Enhanced Detections: Exploit-CVE2017-0199.bg, Exploit-CVE2017-11882.l, Exploit-CVE2017-8759.x


McAfee Labs Stinger 12.1.0.2707 (32-bit)
Enhanced Detections:
- Exploit-CVE2017-0199.bf
- Generic Trojan.i
- Ransom-O


McAfee Labs Stinger 12.1.0.2692 (32-bit)
- Change log not available for this version


McAfee Labs Stinger 12.1.0.2666 (32-bit)
- New Detections: Exploit-CVE2018-4878.a, Exploit-CVE2018-4878.b
- Enhanced Detections: Exploit-CVE2017-0199, Exploit-CVE2017-0199.as, Exploit-CVE2017-0199.at, Generic Exploit.f, Generic Trojan.i, WASM/CoinMiner.a


McAfee Labs Stinger 12.1.0.2651 (32-bit)
- New Detections: Exploit-CVE2017-0199.aq, Generic Exploit.a, VBS/Powershell.a
- Enhanced Detections: Trojan-Meltdown


McAfee Labs Stinger 12.1.0.2621 (32-bit)
- New Detections: AutoIt/injector.E, Trojan-Trisis
- Enhanced Detections: Exploit-CVE2017-8759, Exploit-CVE2017-8759.i, Exploit-CVE2017-8759.k, Generic Trojan.i, Java/Adwind, Trojan-Trisis


McAfee Labs Stinger 12.1.0.2604 (32-bit)
- Enhanced Detections: Generic PWS.y, Trojan-CoinMiner


McAfee Labs Stinger 12.1.0.2591 (32-bit)
- Enhanced Detections: Trojan-AitInject.o


McAfee Labs Stinger 12.1.0.2565 (32-bit)
- Enhanced Detections: Emotet-FAX!, Emotet-FCY!, Generic Trojan.i


McAfee Labs Stinger 12.1.0.2530 (32-bit)
- New Detections: Exploit-CVE2017-0199.am
- Enhanced Detections: Emotet-FCB!, Generic Trojan.az, PWS-Emotet.a!, Trojan-CoinMiner


McAfee Labs Stinger 12.1.0.2525 (32-bit)
- Change log not available for this version


McAfee Labs Stinger 12.1.0.2515 (32-bit)
- Change log not available for this version


McAfee Labs Stinger 12.1.0.2500 (32-bit)
- New Detections: Exploit-CVE2017-8759.g
- Enhanced Detections: Exploit-CVE2017-0199.aa, Exploit-CVE2017-8759.d, Exploit-CVE2017-8759.e, Exploit-CVE2017-8759.f, Ransom-GlobeImp, Ransomware-Cerber


McAfee Labs Stinger 12.1.0.2475 (32-bit)
- Enhanced Detections: Generic Trojan.j


McAfee Labs Stinger 12.1.0.2465 (32-bit)
- Enhanced Detections: Exploit-CVE2017-0199.d, Exploit-MS17-010.d, Generic Trojan.i, Generic Trojan.j, JS/Downloader.gen.fa, PY/Exploit-MS17-010.a, PY/Exploit-MS17-010.b, PY/Exploit-MS17-010.c


McAfee Labs Stinger 12.1.0.2455 (32-bit)
- Enhanced Detections: Exploit-CVE2017-0199, Exploit-CVE2017-0199.x, Exploit-CVE2017-0199.z, Generic PWS.o, Generic Trojan.i, Generic trojan.i


McAfee Labs Stinger 12.1.0.2435 (32-bit)
Enhanced Detections: Exploit-CVE2017-8594, Exploit-CVE2017-8598, Exploit-CVE2017-8601, Exploit-CVE2017-8605, Exploit-CVE2017-8617, Exploit-CVE2017-8619


McAfee Labs Stinger 12.1.0.2417 (32-bit)
- Enhanced Detections: Generic Trojan.az, Generic Trojan.j, Generic trojan.i, PWSZbot-FHN, Ransom-O, Ransomware-Locky.k


McAfee Labs Stinger 12.1.0.2400 (32-bit)
- Enhanced Detections: Exploit-CVE2017-0199.j, Exploit-CVE2017-0199.k, Exploit-CVE2017-0199.l, Generic Trojan.at, Generic trojan.i, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2383 (32-bit)
- New Detections: Generic Trojan.ar
- Enhanced Detections: Exploit-CVE2017-0199, Generic Trojan.i, Generic Trojan.o, Generic trojan.i, JS/Redirector.eb, NSIS/Addrop, PWSZbot-FHN, Ransom-WannaCry, Ransom-WannaCry!lnk, Ransomware-Cerber


McAfee Labs Stinger 12.1.0.2374 (32-bit)
- New Detections: JS/Redirector.eb, Ransom-Cerber.j
- Enhanced Detections: Exploit-CVE2017-0199, Generic Trojan.o, PWSZbot-FHN, Ransom-O, W32/AdylkuzzMiner, W32/Teerac.b


McAfee Labs Stinger 12.1.0.2362 (32-bit)
- New Detections: JS/Redirector.ea
- Enhanced Detections: Exploit-CVE2015-1641.b, Generic Exploit-RTF.b, Generic Exploit-RTF.c, Generic Exploit-RTF.d, Generic Exploit-RTF.e, Generic Trojan.i, Generic Trojan.o, Java/Adwind, PWSZbot-FHN, W32/Autorun.worm.aaeh


McAfee Labs Stinger 12.1.0.2348 (32-bit)
- New Detections: P52
- Enhanced Detections: Exploit-CVE2017-0199.i, Generic Trojan.c


McAfee Labs Stinger 12.1.0.2342 (32-bit)
- New Detections: Trojan-Alanis, Trojan-Blem
- Enhanced Detections: Generic Trojan.o, PWSZbot-FHN, Ransom-O, Ransomware-Cerber


McAfee Labs Stinger 12.1.0.2341 (32-bit)
- New Detections: Exploit-CVE2017-0199.e, Exploit-CVE2017-0199.f, Exploit-CVE2017-0199.g, HackTool-Shadowbrokers
- Enhanced Detections: Exploit-CVE2012-0158.s, Exploit-CVE2017-0199, Exploit-CVE2017-0199.c, Exploit-CVE2017-0199.d, Exploit-CVE2017-0199.f, FakeAlert-av360, Generic Trojan.o, HackTool-Shadowbrokers, PWS-Zbot.gen.po, PWSZbot-FHN, Trojan-Powelike


McAfee Labs Stinger 12.1.0.2331 (32-bit)
- New Detections: Fariet.gen.a
- Enhanced Detections: PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2316 (32-bit)
- Enhanced Detections: Exploit-CVE2017-0034, Exploit-CVE2017-0059, Exploit-CVE2017-0067, Generic Trojan.o, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2314 (32-bit)
- Enhanced Detections: Exploit-CVE2012-0158.ae, Generic PWS.o, Generic Trojan.o, NSIS/ObfusRansom.r, NSIS/ObfusRansom.x, PWSZbot-FHN, Ransom-O


McAfee Labs Stinger 12.1.0.2299 (32-bit)
- New Detections: JS/Exploit-Rigkit.l ,Ransom-Spora.a!lnk ,SWF/Exploit-Rig.h
- Enhanced Detections: Exploit-CVE2012-0158.n ,Exploit-CVE2017-0037 ,Generic Trojan.o ,JS/Redirector.dw ,Trojan-FKBG


McAfee Labs Stinger 12.1.0.2297 (32-bit)
- Enhanced Detections: Exploit-CVE2012-1856!rtf ,Exploit-SWF ,Generic Packed.ace ,Generic Trojan.i ,Generic Trojan.o ,JS/Exploit-Rigkit.e ,JS/Redirector.dw ,PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2289 (32-bit)
- New Detections: 7zipSFX, AT4RE Protector, AlexProtect, AntiDote, AstrumSFX, AutoHotKey, AutoIT, AutoIT 2.6.4, AutoIT 3.0.x.x - 3.1.x.x, AutoIT 3.2.0.x - 3.2.5.x, AutoIT 3.2.6.x+, Bat To Exe Converter, DMG, EXECrypter, EXECryptor, Efca, Enigma, Excalibur, Exploit-CVE2012-0158.ae, FishPE.a, GenteeInstaller, GnuCompiler, GoToAssist, HackPack.a, InnoSFX, InstallShieldSFX, Karp.ai, Karp.c, Karp.w.a, Karp.w.b, Kryp.c, Kryp.d, Kryp.e, LowFox, MMBuilderSFX, MaskPE, Matrix-Lock, Mutilator, NSAnti, New Installer, New Packer, Obfuscated JScript.d, Obfuscated JScript.e, ObfuscatedAutoIt.a, PE-Armour, PEP, PePatch-poly.a, PePatch-poly.b, PolyCrypt, Polyene, RCryptor, RCryptor 1.6d, RCryptor 2.0, RLPack, RPCrypt, RarSFX, Revolt.a, Revolt.b, Revolt.c, RuBoard, SmartInstallMaker, Themida, Thinstall, TorrentSFX, WinAceSFX, WiseSFX, nBinder 5, nPack, oRiEN, prefetch_clean
- Enhanced Detections: EXECryptor,  Generic Downloader.gm,  Generic Trojan.i,  Generic Trojan.o,  Generic.y,  Golroted.gen.g,  NSIS/ObfusRansom.u,  PEP,  Polyene,  RCryptor,  Ransomware-Locky.g,  Themida,  WiseSFX


McAfee Labs Stinger 12.1.0.2280 (32-bit)
- Enhanced Detections: Generic Trojan.c, PWSZbot-FHN, W97M/Downloader.bvf


McAfee Labs Stinger 12.1.0.2270 (32-bit)
- New Detections: JS/Exploit-Rigkit.j
- Enhanced Detections: Fareit-ARC.a, Ransom-Spora.b, Trojan-CoinMiner


McAfee Labs Stinger 12.1.0.2260 (32-bit)
- New Detections: Ransom-Spora
- Enhanced Detections: Exploit-RTF.docswf.c, Exploit-swf.bx, NSIS/ObfusRansom.q


McAfee Labs Stinger 12.1.0.2246 (32-bit)
- New Detections: Generic Trojan.al, Generic Trojan.am, NSIS/ObfusRansom.r
- Enhanced Detections: Exploit-CVE2015-2545, Generic Trojan.ae, Generic Trojan.ai, Generic Trojan.i, JS/LnkPull.b, NSIS/ObfusRansom.q, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2241 (32-bit)
- New Detections: Exploit-swf.bx, Trojan-AitInject.M
- Enhanced Detections: Generic Trojan.ab, Generic Trojan.i, JS/LnkPull.b, Malformed-PDF, NSIS/ObfusRansom.q, PWSZbot-FHN, VBS/Downloader.eh


McAfee Labs Stinger 12.1.0.2232 (32-bit)
- Enhanced Detections: Generic Trojan.i, PWSZbot-FHN, Ransomware-Locky.g


McAfee Labs Stinger 12.1.0.2223 (32-bit)
- Enhanced Detections: Exploit-CVE2016-7287, Fareit-ARC.a, Generic Trojan.ae, Generic Trojan.c, PWSZbot-FHN, Ransom-Cerber, SWF/Exploit-Rig.c


McAfee Labs Stinger 12.1.0.2214 (32-bit)
- Enhanced Detections: PWSZbot-FHN, Trojan-PoweLike.b!lnk, W32/IRCbot-FLW!lnk


McAfee Labs Stinger 12.1.0.2208 (32-bit)
- New Detections: JS/Exploit-Rigkit.g
- Enhanced Detections: Exploit-CVE2012-0158.ad, Exploit-swf.br, Exploit-swf.bs, Generic Trojan.i, JS/Exploit-Angler.s, Ransom-O, Ransomware-Locky.f!enc, Ransomware-Locky.g, Ransomware-Locky.h!enc, Trojan-Fareit.l, VBS/Autorun.worm.k


McAfee Labs Stinger 12.1.0.2202 (32-bit)
- Enhanced Detections: Generic Trojan.j, PWSZbot-FHN, Ransomware-Locky.f!enc, Ransomware-Locky.g, Ransomware-Locky.h!enc


McAfee Labs Stinger 12.1.0.2190 (32-bit)
- New Detections: Exploit-swf.bt
- Enhanced Detections: Exploit-SWF, JS/Exploit-Angler.r, PWSZbot-FHN, Ransomware-Locky.h!enc


McAfee Labs Stinger 12.1.0.2180 (32-bit)
- Enhanced Detections: Generic Trojan.i, NSIS/ObfusRansom.k, Ransomware-Locky.g, Ransomware-Locky.h!enc, Trojan-FKBG, W32/Koobface.worm.gen.z


McAfee Labs Stinger 12.1.0.2170 (32-bit)
- New Detections: Exploit-CVE2015-1641, PoweDuke
- Enhanced Detections: Exploit-CVE2012-0158.ad, Exploit-CVE2016-7198, Exploit-CVE2016-7200, Exploit-CVE2016-7201, Generic Exploit-RTF.a, PWSZbot-FHN, Ransomware-Locky.f!enc, Ransomware-Locky.g, VBS/BackDoor-NJRat


McAfee Labs Stinger 12.1.0.2165 (32-bit)
- New Detections: Generic Trojan.ae, Generic Trojan.af, JS/Exploit.d, Trojan-FKFG
- Enhanced Detections: Exploit-CVE2012-0158.ad, Exploit-IFrame.a, Golroted.gen.f, HTML/Darkleech.b, PWSZbot-FHN, Trojan-AitInject.I


McAfee Labs Stinger 12.1.0.2160 (32-bit)
- New Detections: Exploit-RTF.docswf.a
- Enhanced Detections: Exploit-CVE2016-0189, Exploit-RTF, Generic Trojan.i, HTML/Darkleech.b, PWSZbot-FHN, Vawtrak.gen.a


McAfee Labs Stinger 12.1.0.2159 (32-bit)
- New Detections: Exploit-IFrame.a, PWS/POSStealer.a, Trojan-AitInject.k
- Enhanced Detections: Downloader-CEW, Exploit-PDF.b, Exploit-SWF.bl, Generic Packed.ace, Generic Trojan.aa, Generic Trojan.i, JS/Exploit-Rigkit.e, JS/Exploit-SundownEK, Ransomware-Locky.f!enc, Trojan-FKBG


McAfee Labs Stinger 12.1.0.2152 (32-bit)
- New Detections: BAT/Agent, JS/Exploit-Rigkit.f, SWF/Exploit-Neutrino.a, SWF/Exploit-Rig.a, SWF/Exploit-Rig.b, SWF/Exploit-Rig.c, SWF/Exploit-Rig.d, SWF/Exploit-Rig.e, SWF/Exploit-Rig.f
- Enhanced Detections: Exploit-CVE2016-3298, Exploit-RTF, Exploit-SWF.bk, Generic PWS.o, Generic Packed.ace, Generic Trojan.aa, Generic Trojan.ab, Generic Trojan.i, Generic Trojan.j, JS/Exploit-Rigkit.e, JS/Lnkpull.a, PWSZbot-FHN, Ransom-Cerber!html, Ransom-O, Ransomware-Locky, Ransomware-Locky.f!enc, SWF/ExploitKit.l, Trojan-AitInject.H, Vawtrak.gen.a


McAfee Labs Stinger 12.1.0.2150 (32-bit)
- Enhanced Detections: Exploit-CVE2016-3386, Exploit-CVE2016-7189, Generic Exploit.f, Generic Trojan.aa, Generic Trojan.i, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2149 (32-bit)
- New Detections: JS/Lnkpull.a, Ransomware-Locky.f!enc
- Enhanced Detections: Generic Trojan.ab, Generic Trojan.i, PWSZbot-FHN, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2148 (32-bit)
- New Detections: JS/Exploit-Rigkit.e, Trojan-FJPQ
- Enhanced Detections: Generic Downloader.gm, Generic Trojan.aa, Golroted.gen.f, JS/Exploit-Rigkit.d, NSIS/ObfusRansom.g, NSIS/Ransom-Cerber.a, PWSZbot-FHN, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2147 (32-bit)
- New Detections: Exploit-CVE2015-5122, Ransom-CryPy
- Enhanced Detections: Exploit-CVE2010-3333!rtf, Exploit-SWF.bc, Exploit-SWF.x, Generic Trojan.aa, Vawtrak.gen.a


McAfee Labs Stinger 12.1.0.2146 (32-bit)
- New Detections: Exploit-CVE2010-3333!rtf, Trojan-AitInject.H
- Enhanced Detections: Exploit-CVE2012-0158, Exploit-SWF.bk, Generic Exploit-RTF.a, Generic PWS.o, PWSZbot-FHN, Trojan-Fareit.K


McAfee Labs Stinger 12.1.0.2145 (32-bit)
- Enhanced Detections: Exploit-SWF.bk, PWSZbot-FHN, Trojan-PoweLike.a!lnk


McAfee Labs Stinger 12.1.0.2144 (32-bit)
- New Detections: Exploit-CVE2016-3298
- Enhanced Detections: Exploit-CVE2015-2545, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2143 (32-bit)
- New Detections: Trojan-Fareit.K
- Enhanced Detections: Exploit-CVE2012-0158.ac, Exploit-CVE2012-0158.g, Generic Exploit.f, Generic Trojan.i, PWSZbot-FHN, Trojan-PoweLike


McAfee Labs Stinger 12.1.0.2142 (32-bit)
- New Detections: NSIS/ObfusRansom.g, Trojan-FJXA
- Enhanced Detections: Exploit-CVE2016-3351, Exploit-SWF, Generic Trojan.aa, Generic Trojan.i, PWSZbot-FHN, Ransom-Cerber!html, Trojan-CoinMiner, Trojan-PoweLike.a!lnk, Vawtrak.gen.a


McAfee Labs Stinger 12.1.0.2141 (32-bit)
- New Detections: Trojan-PoweLike.a!lnk
- Enhanced Detections: Exploit-CVE2015-8651, Generic Trojan.i, Generic Trojan.z, PWSZbot-FHN, Ransom-O


McAfee Labs Stinger 12.1.0.2140 (32-bit)
- New Detections: PWS-Zbot.gen.yz
- Enhanced Detections: Generic Packed.ace, Generic Trojan.aa, Generic Trojan.i, NSIS/ObfusRansom.d, PWSZbot-FHN, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2139 (32-bit)
- New Detections: Exploit-CVE2016-3386, Exploit-CVE2016-7189, JS/Exploit-Rigkit.d
- Enhanced Detections: Generic Trojan.i, PWSZbot-FHN, VBS/Autorun.worm.aaaz, Vawtrak.gen.a


McAfee Labs Stinger 12.1.0.2137 (32-bit)
- Enhanced Detections: Golroted.gen.f, NSIS/ObfusRansom.d, PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2135 (32-bit)
- New Detections: NSIS/ObfusRansom.e
- Enhanced Detections: Exploit-CVE2012-0158.n, Exploit-CVE2016-3377, Generic PWS.o, Generic Trojan.i, Golroted.gen.f, NSIS/ObfusRansom.a, OSX/Komplex.d, PWSZbot-FHN, Ransomware-Locky.d!enc, W32/Pate


McAfee Labs Stinger 12.1.0.2134 (32-bit)
- New Detections: Exploit-CVE2016-3351, Kovter!remnants
- Enhanced Detections: Exploit-CVE2015-1641!rtf, Exploit-CVE2015-2545, Exploit-SWF.bk, JS/Exploit-Rigkit.c, JS/Locky.m, JS/Locky.n, NSIS/ObfusRansom.d, OSX/Komplex.a, OSX/Komplex.b, OSX/Komplex.c, PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc, Ransomware-Locky.e!enc, SWF/ExploitKit.n, Trojan-CoinMiner


McAfee Labs Stinger 12.1.0.2132 (32-bit)
- New Detections: SWF/ExploitKit.n, Vawtrak.gen.a
- Enhanced Detections: Generic Trojan.i, Ransomware-Locky.e!enc, W32/Pate


McAfee Labs Stinger 12.1.0.2131 (32-bit)
- New Detections: OSX/Komplex.d
- Enhanced Detections: Exploit-CVE2012-0158.ad, Exploit-CVE2016-3294, Exploit-CVE2016-3295, Exploit-CVE2016-3375, Generic Trojan.aa, JS/SMSSend.c, MalHeur-ACE, PWSZbot-FHN, Ransomware-Locky.e!enc, SWF/ExploitKit.m


McAfee Labs Stinger 12.1.0.2130 (32-bit)
- New Detections: JS/Locky.m, JS/Locky.n, NSIS/ObfusRansom.d, OSX/Komplex.a, OSX/Komplex.b, OSX/Komplex.c
- Enhanced Detections: PWSZbot-FHN, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2129 (32-bit)
- Enhanced Detections: NSIS/ObfusKovter.b, PWSZbot-FHN, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2126 (32-bit)
- New Detections: BAT/Del, JS/Exploit-Rigkit.c
- Enhanced Detections: Generic Trojan.i, PWSZbot-FHN, Ransom-Cerber, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2124 (32-bit)
- New Detections: Exploit-CVE2016-3295
- Enhanced Detections: Exploit-CVE2015-1641!rtf, Generic Trojan.i, JS/Ransom-Lock, OSX/Mokes, PWSZbot-FHN, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2123 (32-bit)
- Enhanced Detections: Exploit-CVE2012-0158.n, Generic Packed.ace, Generic Trojan.i, PWSZbot-FHN, Ransom-O, Ransomware-Locky.e!enc, Trojan-PoweLike!lnk.a


McAfee Labs Stinger 12.1.0.2121 (32-bit)
- Enhanced Detections: Generic Packed.ace, Generic Trojan.i, Golroted.gen.f, PWSZbot-FHN, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2113 (32-bit)
- New Detections: JS/Ransom-Lock, NSIS/ObfusKovter.b, OSX/Mokes, Trojan-PoweLike!lnk.a
- Enhanced Detections: Exploit-CVE2012-0158.y, Generic Trojan.i, NSIS/ObfusRansom.a, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2111 (32-bit)
- Enhanced Detections: Generic Exploit-RTF.a, Generic Trojan.j, Generic Trojan.z, Golroted.gen.f, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2110 (32-bit)
- Enhanced Detections: Generic Packed.acem, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2108 (32-bit)
- Enhanced Detections: Generic Trojan.i, Golroted.gen.f, NSIS/ObfusKovter.a, PWSZbot-FHN, Ransom-O, Ransomware-Locky.e!enc


McAfee Labs Stinger 12.1.0.2105 (32-bit)
- Enhanced Detections: Generic Trojan.i, NSIS/ObfusRansom.b, PWSZbot-FHN, Ransomware-Locky.d!enc, Ransomware-Locky.e!enc, SWF/ExploitKit.m, Trojan-AitInject.G, W32/Virut


McAfee Labs Stinger 12.1.0.2101 (32-bit)
- New Detections: NSIS/ObfusKovter.a
- Enhanced Detections: Exploit-CVE2016-3290, Exploit-PowerShell, Exploit-SWF.bh, Generic Trojan.i, Generic Trojan.j, PWSZbot-FHN, Ransom-O, Trojan-PoweLike, Trojan-PoweLike!bat, Trojan-PoweLike!lnk


McAfee Labs Stinger 12.1.0.2100 (32-bit)
- New Detections: NSIS/ObfusRansom.a
- Enhanced Detections: Exploit-CVE2012-0158.aa, Exploit-CVE2012-0158.ad, Exploit-CVE2015-2545, PWSZbot-FHN, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2099 (32-bit)
- New Detections: Exploit-SWF.bk, SWF/ExploitKit.l
- Enhanced Detections: Exploit-CVE2012-0158.aa, Generic Trojan.i, Generic Trojan.j, Neutrino-ExploitKit.h, Ransomware-Locky.d!enc, SWF/ExploitKit.f


McAfee Labs Stinger 12.1.0.2097 (32-bit)
- New Detections: Exploit-CVE2012-0158.ab, Exploit-CVE2012-0158.ac, Exploit-CVE2012-0158.ad, Exploit-CVE2016-0189, Exploit-CVE2016-3290, Exploit-SWF.bj, Generic Packed.s, Generic Packed.t, MSIL/Packed.a, Trojan-PoweLike, Trojan-PoweLike!bat, Trojan-PoweLike!lnk
- Enhanced Detections: Exploit-CVE2012-0158.aa, Exploit-CVE2015-2545, Exploit-RTF, Generic Exploit-RTF.a, Generic Exploit.f, Generic PWS.o, Generic Packed.ace, Generic Trojan.i, Generic Trojan.j, Generic Trojan.t, HTML/Neutrino.c, HTML/Neutrino.d, HTML/Neutrino.e, PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc, Stuxnet, Trojan-Fareit.c, VBS/Autorun.worm.k


McAfee Labs Stinger 12.1.0.2095 (32-bit)
- New Detections: Exploit-CVE2012-0158.ab, Exploit-CVE2012-0158.ac, Exploit-CVE2012-0158.ad, Exploit-CVE2016-0189, Exploit-CVE2016-3290, Exploit-SWF.bj, Generic Packed.s, Generic Packed.t, MSIL/Packed.a, Trojan-PoweLike, Trojan-PoweLike!bat, Trojan-PoweLike!lnk
- Enhanced Detections: Exploit-CVE2012-0158.aa, Exploit-CVE2015-2545, Generic Exploit-RTF.a, Generic Exploit.f, Generic PWS.o, Generic Trojan.i, Generic Trojan.j, Generic Trojan.t, HTML/Neutrino.c, HTML/Neutrino.d, HTML/Neutrino.e, PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc, Stuxnet, Trojan-Fareit.c, VBS/Autorun.worm.k


McAfee Labs Stinger 12.1.0.2094 (32-bit)
- New Detections: Exploit-CVE2012-0158.ab, Exploit-CVE2012-0158.ac, Exploit-CVE2016-0189, Exploit-CVE2016-3290, Exploit-SWF.bj, Generic Packed.s, Generic Packed.t, MSIL/Packed.a, Trojan-PoweLike, Trojan-PoweLike!bat, Trojan-PoweLike!lnk
- Enhanced Detections: Exploit-CVE2012-0158.aa, Generic Exploit.f, Generic PWS.o, Generic Trojan.i, HTML/Neutrino.d, HTML/Neutrino.e, PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc, Stuxnet, Trojan-Fareit.c, VBS/Autorun.worm.k


McAfee Labs Stinger 12.1.0.2092 (32-bit)
- New Detections: Exploit-CVE2012-0158.ab, Exploit-CVE2012-0158.ac, Exploit-CVE2016-0189, Exploit-CVE2016-3290, Exploit-SWF.bj
- Enhanced Detections: Exploit-CVE2012-0158.aa, Generic Exploit.f, Generic PWS.o, Generic Trojan.i, HTML/Neutrino.d, HTML/Neutrino.e, PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc, Stuxnet, Trojan-Fareit.c, VBS/Autorun.worm.k


McAfee Labs Stinger 12.1.0.2089 (32-bit)
- New Detections: Exploit-CVE2012-0158.ab,  Exploit-CVE2012-0158.ac,  Exploit-CVE2016-0189,  Exploit-CVE2016-3290
- Enhanced Detections:  Exploit-CVE2012-0158.aa,  Generic PWS.o,  HTML/Neutrino.d,  HTML/Neutrino.e,  PWSZbot-FHN,  Ransom-O,  Ransomware-Locky.d!enc,  Stuxnet,  Trojan-Fareit.c,  VBS/Autorun.worm.k


McAfee Labs Stinger 12.1.0.2088 (32-bit)
- New Detections:  Exploit-CVE2012-0158.ab,  Exploit-CVE2016-3290
- Enhanced Detections:  Exploit-CVE2012-0158.aa,  HTML/Neutrino.e,  PWSZbot-FHN,  Ransom-O,  Ransomware-Locky.d!enc,  Stuxnet,  Trojan-Fareit.c,  VBS/Autorun.worm.k


McAfee Labs Stinger 12.1.0.2087 (32-bit)
- New Detections: Exploit-CVE2016-3290
- Enhanced Detections: PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc, Stuxnet, Trojan-Fareit.c


McAfee Labs Stinger 12.1.0.2086 (32-bit)
- New Detections: Exploit-CVE2016-3290
- Enhanced Detections: PWSZbot-FHN, Ransom-O, Ransomware-Locky.d!enc, Trojan-Fareit.c


McAfee Labs Stinger 12.1.0.2085 (32-bit)
- New Detections: HTML/Neutrino.e, Neutrino-ExploitKit.h
- Enhanced Detections: Generic Trojan.i, HTML/Neutrino.c, JS/Exploit-Blacole.ht, PWSZbot-FHN, Ransomware-Locky.e!enc, SWF/ExploitKit.f, SWF/ExploitKit.g


McAfee Labs Stinger 12.1.0.2081 (32-bit)
- New Detections: Neutrino-ExploitKit.g, W32/Remsec-APT
- Enhanced Detections: Exploit-CVE2012-0158.y, Golroted.gen.f, JS/Exploit, Neutrino-ExploitKit.f, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2079 (32-bit)
- New Detections: Exploit-CVE2012-0158.z, Exploit-CVE2016-0099, Generic Trojan.v, SWF/ExploitKit.j, SWF/ExploitKit.k
- Enhanced Detections: Generic Trojan.i, PWSZbot-FHN, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2077 (32-bit)
- New Detections: Exploit-CVE2012-0158.y
- Enhanced Detections: PWSZbot-FHN, Ransomware-Locky.d!enc, SWF/ExploitKit.b


McAfee Labs Stinger 12.1.0.2076 (32-bit)
- Enhanced Detections: PWSZbot-FHN, Ransomware-Locky.d!enc, W32/CoinMiner.d


McAfee Labs Stinger 12.1.0.2075 (32-bit)
- New Detections: Neutrino-ExploitKit.d, Neutrino-ExploitKit.e, Neutrino-ExploitKit.f, SWF/ExploitKit.f, SWF/ExploitKit.g, SWF/ExploitKit.h, SWF/ExploitKit.i, Trojan-FJHT!dat
- Enhanced Detections: HTML/Neutrino.b, SWF/ExploitKit.c, SWF/ExploitKit.d, SWF/ExploitKit.e


McAfee Labs Stinger 12.1.0.2070 (32-bit)
- Enhanced Detections: Exploit-CVE2012-0158.w, Generic Trojan.i, PWSZbot-FHN, Trojan-FIGV


McAfee Labs Stinger 12.1.0.2069 (32-bit)
- Enhanced Detections: Exploit-CVE2012-0158.w, PWSZbot-FHN, W32/XDocCrypt


McAfee Labs Stinger 12.1.0.2068 (32-bit)
- New Detections: Golroted.gen.f
- Enhanced Detections: Generic Trojan.i, OSX/Generic.ag, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2067 (32-bit)
- New Detections: Exploit-CVE2012-0158.x
- Enhanced Detections: Generic Trojan.s, PWSZbot-FHN, Ransomware-Locky.c!enc, Ransomware-Locky.d!enc, Stuxnet, Trojan-CoinMiner, W32/CoinMiner.d


McAfee Labs Stinger 12.1.0.2061 (32-bit)
- New Detections: Exploit-CVE2012-0158.w, SWF/ExploitKit.b
- Enhanced Detections: Exploit-CVE2012-0158.v, Generic Trojan.o, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2060 (32-bit)
- New Detections: Trojan-FIGV
- Enhanced Detections: PWSZbot-FHN, Ransomware-Locky.d!enc, W32/Yaha.eml, W32/Yaha.y@MM, W32/Yaha@MM, W32/Zindos.worm


McAfee Labs Stinger 12.1.0.2058 (32-bit)
- Enhanced Detections: Exploit-SWF, JS/Exploit-Angler.r, PWSZbot-FHN, Ransomware-Locky.d!enc


McAfee Labs Stinger 12.1.0.2057 (32-bit)
- New Detections: Exploit-CVE2012-0158.v, Generic Trojan.za, Generic Trojan.zb, Ransomware-Locky.c!enc, Ransomware-Locky.d!enc
- Enhanced Detections: Exploit-CVE2012-0158.u, Generic Trojan.z, JS/Bondat.a!lnk, JS/Exploit-Angler.r, PWSZbot-FHN, W32/Bugbear.b!data, W32/Deborm.worm.ah, W32/Dumaru.ad@MM, W32/Dumaru.al.dll, W32/Elkern.cav.c.dam


McAfee Labs Stinger 12.1.0.2056 (32-bit)
- Enhanced Detections: PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2055 (32-bit)
- New Detections: HTML/Neutrino.b
- Enhanced Detections: Exploit-CVE2012-0158.s, Exploit-CVE2012-0158.t, Exploit-SWF.bf, Exploit-SWF.bg, Generic FakeAlert.gy, Generic PWS.o, PWSZbot-FHN, Ransomware-Locky.b!enc


McAfee Labs Stinger 12.1.0.2054 (32-bit)
- Enhanced Detections: Downloader-CJX!lnk, Exploit-CVE2012-0158, Exploit-CVE2012-0158.q, Exploit-CVE2012-0158.r, Exploit-XMLhttpd.d, FakeAlert-SpyKiller, Generic PWS.o, Generic Packed.ace, Generic Trojan.t, Generic.dam, PWS-Narod, PWS-Narod.dll, PWSZbot-FHN, W32/Autorun.worm.ej, W32/Autorun.worm.fa, W32/Sobig.f.dam


McAfee Labs Stinger 12.1.0.2053 (32-bit)
- New Detections: Autoruns.b, Exploit-CVE2012-0158.u
- Enhanced Detections: with fishy extension


McAfee Labs Stinger 12.1.0.2052 (32-bit)
- New Detections: Exploit-CVE2012-0158.s, Exploit-CVE2012-0158.t
- Enhanced Detections: Exploit-SWF, Exploit-SWF.bh, Generic Trojan.z, PWSZbot-FHN, Ransom-O


McAfee Labs Stinger 12.1.0.2051 (32-bit)
- New Detections: Exploit-CVE2012-0158.q, Exploit-CVE2012-0158.r, Ransom-Cerber!html
- Enhanced Detections: Exploit-CVE2012-0158.p, Exploit-SWF.bd, NSIS/ObfusRansom, PWSZbot-FHN


McAfee Labs Stinger 12.1.0.2049 (32-bit)
- New Detections: Exploit-CVE2012-0158.p, JS/Exploit-Angler.r
- Enhanced Detections: Exploit-CVE2016-0199 , Exploit-CVE2016-3199 , Exploit-CVE2016-3222 , Exploit-CVE2016-3234 , Exploit-SWF.bi , Generic Exploit.f


McAfee Labs Stinger 12.1.0.2047 (32-bit)
- New Detections: NSIS/ObfusRansom, Ransomware-Locky.b!enc
- Enhanced Detections: Exploit-SWF, Generic Trojan.t, HTML/Neutrino.a, Ransomware-Locky.a!enc, SWF/ExploitKit.a


McAfee Labs Stinger 12.1.0.2044 (32-bit)
- New Detections: Exploit-SWF.bh, Exploit-SWF.bi
- Enhanced Detections: Exploit-RTF, HTML/Neutrino.a, Ransomware-Locky.a!enc


McAfee Labs Stinger 12.1.0.2043 (32-bit)
- New Detections: Exploit-CVE2016-0199, Exploit-SWF.bf, Exploit-SWF.bg
- Enhanced Detections: Generic Trojan.z, Neutrino-ExploitKit.c, Ransomware-Locky.a!enc


McAfee Labs Stinger 12.1.0.2042 (32-bit)
- New Detections: Exploit-CVE2016-3222, Exploit-SWF.be, Neutrino-ExploitKit.c, SWF/ExploitKit.a
- Enhanced Detections: Exploit-CVE2010-3333.p, Exploit-CVE2010-3333.q, Exploit-CVE2012-0158.a, Exploit-CVE2014-6332.a, Generic Trojan.i, Generic Trojan.o, HTML/Neutrino.a, JS/Exploit-Rigkit.b, Ransom-O


McAfee Labs Stinger 12.1.0.2041 (32-bit)
- New Detections: Exploit-CVE2014-6332.a, Exploit-CVE2016-3199, Exploit-CVE2016-3234, HTML/Neutrino.a
- Enhanced Detections: Generic Trojan.i


McAfee Labs Stinger 12.1.0.2040 (32-bit)
- New Detections: Exploit-SWF.bd
- Enhanced Detections: Exploit-CVE2012-0158.a


McAfee Labs Stinger 12.1.0.2039 (32-bit)
- New Detections: Exploit-CVE2010-3333.p, Exploit-CVE2010-3333.q
- Enhanced Detections: Exploit-CVE2015-1641!rtf, Generic Downloader.gm, Generic Exploit.p


McAfee Labs Stinger 12.1.0.2037 (32-bit)
- New Detections: Generic Trojan.t
- Enhanced Detections: Exploit-CVE2015-2545.a, Exploit-SWF.ba, Exploit-SWF.bb, Neutrino-ExploitKit.a, Neutrino-ExploitKit.b, Ransom-O


McAfee Labs Stinger 12.1.0.2036 (32-bit)
- New Detections: Exploit-SWF.bc
- Enhanced Detections: Generic Exploit.f, Generic FakeAlert.t


McAfee Labs Stinger 12.1.0.2035 (32-bit)
- New Detections: Generic.A, Generic.y
- Enhanced Detections: with fishy extension


McAfee Labs Stinger 12.1.0.2034 (32-bit)
- Enhanced Detections: Exploit-CVE2012-0158, Generic Exploit-RTF.a, Golroted.gen.a, JS/Downloader


McAfee Labs Stinger 12.1.0.2033 (32-bit)
- New Detections: Exploit-SWF.ba, Exploit-SWF.bb, Neutrino-ExploitKit.a, Neutrino-ExploitKit.b
- Enhanced Detections: Exploit-CVE2015-1641!rtf, Generic PWS.o, Generic Trojan.i, Generic Trojan.o, Ransom-O, SWF/Exploit.a


McAfee Labs Stinger 12.1.0.2032 (32-bit)
- New Detections: Ransom-Exxroute!htm
- Enhanced Detections: Generic Trojan.i, Generic Trojan.o, JS/Exploit-Angler.n, Ransom-O, VBS/Downloader.cn


McAfee Labs Stinger 12.1.0.2031 (32-bit)
- New Detections: Generic Exploit-RTF.a
- Enhanced Detections: Exploit-CVE2012-0158, Generic Trojan.z, JS/Exploit-Angler.m, Ransomware-Locky.a!enc


McAfee Labs Stinger 12.1.0.2030 (32-bit)
- Enhanced Detections: Exploit-CVE2015-2545, Generic Exploit.f, Generic PWS.o, Generic Trojan.i, Generic Trojan.o


McAfee Labs Stinger 12.1.0.2029 (32-bit)
- Enhanced Detections: Exploit-CVE2012-0158, Generic Packed.ace, Generic Trojan.i, JS/Exploit-Angler.n


McAfee Labs Stinger 12.1.0.2028 (32-bit)
- New Detections: Golroted-TRG, TeslaCrypt-TRG
- Enhanced Detections: Exploit-SWF.ad, Generic PWS.o, Ransom-O


McAfee Labs Stinger 12.1.0.2027 (32-bit)
- New Detections: VBS/Downloader.cn
- Enhanced Detections: Generic Trojan.j, JS/Exploit-Angler.q, Ransomware-Locky!enc, Ransomware-Locky.a!enc


McAfee Labs Stinger 12.1.0.2026 (32-bit)
- New Detections: Ransomware-Locky.a!enc
- Enhanced Detections: Exploit-SWF, Generic Trojan.i, Generic Trojan.o, JS/Exploit-Angler.m, with fishy extension


McAfee Labs Stinger 12.1.0.2025 (32-bit)
- New Detections: Generic Trojan.S
- Enhanced Detections: Exploit-CVE2015-2545, Generic Trojan.i


McAfee Labs Stinger 12.1.0.2024 (32-bit)
- Enhanced Detections: Generic Trojan.i


McAfee Labs Stinger 12.1.0.2023 (32-bit)
- New Detections: JS/Exploit-Angler.q
- Enhanced Detections: Generic Trojan.j, Golroted.gen.a, Ransom-O


McAfee Labs Stinger 12.1.0.2022 (32-bit)
- Enhanced Detections: Exploit-CVE2016-0184, Exploit-SWF, FakeAlert-DZ, Generic Trojan.j


McAfee Labs Stinger 12.1.0.2020 (32-bit)
- New Detections: ALS/Neyer.a, Ransomware-Locky!enc
- Enhanced Detections: JS/Exploit-Angler.m


McAfee Labs Stinger 12.1.0.2017 (32-bit)
- Enhanced Detections: Exploit-SWF, JS/Exploit-Angler.m


McAfee Labs Stinger 12.1.0.2014 (32-bit)
- Enhanced Detections: Generic Trojan!job


McAfee Labs Stinger 12.1.0.2013 (32-bit)
- Enhanced Detections: DOS-FAY, Generic Trojan.j, JS/Exploit-Angler.m, Ransom-O


McAfee Labs Stinger 12.1.0.2012 (32-bit)
- New Detections: Exploit-SWF.az, NanoCore!mxr, NanoCore-Scanmemory
- Enhanced Detections: DOS-FAY, Exploit-SWF, Generic PWS.o


McAfee Labs Stinger 12.1.0.2010 (32-bit)
- New Detections: Exploit-CVE2016-4117
- Enhanced Detections: Golroted.gen.a, JS/Exploit-Angler.m


McAfee Labs Stinger 12.1.0.2009 (32-bit)
- New Detections: Ransom-Mischa
- Enhanced Detections: DOS-FAY, Exploit-Axpergle!swf, Generic Exploit.f, Generic Trojan.j, JS/Exploit-Angler.m, JS/Exploit-Angler.o, Ransom-O, VBObfus.g, VBS/Trojan-B


McAfee Labs Stinger 12.1.0.2008 (32-bit)
- New Detections: DOS-FAY, Generic Trojan!job, MalHeur-ACE
- Enhanced Detections: DOS-FAY, Exploit-CVE2015-1641!rtf, Exploit-RTF, Generic Trojan.i, Generic Trojan.j, JS/Exploit-Angler.m, Trojan-AitInject.F


McAfee Labs Stinger 12.1.0.2007 (32-bit)
- Change log not available for this version


McAfee Labs Stinger 12.1.0.2006 (32-bit)
- Enhanced Detections: Exploit-CVE2015-2545, Exploit-CVE2016-0155, Generic PWS.o, Generic Packed.ace, JS/Exploit


McAfee Labs Stinger 12.1.0.2005 (32-bit)
- Enhanced Detections: Exploit-CVE2015-1641!rtf, Exploit-CVE2015-2545, Exploit-CVE2016-0164, Exploit-RTF, Generic Exploit.f, Generic Trojan.i, Golroted.gen.a, JS/Exploit-Angler.p, JS/Redirector, Trojan-CoinMiner, W32/CoinMiner.d


McAfee Labs Stinger 12.1.0.2003 (32-bit)
- Enhanced Detections: Generic Trojan.i


McAfee Labs Stinger 12.1.0.2002 (32-bit)
- New Detections: Golroted.gen.a, JS/Exploit-Angler.p, Trojan-AitInject.F, VBS/Trojan-B
- Enhanced Detections: Corebot!mxr, Exploit-SWF, Generic Trojan.i, Generic Trojan.z, Ransom-O, Trojan-Dridex


McAfee Labs Stinger 12.1.0.2001 (32-bit)
- New Detections: JS/Exploit-Angler.o
- Enhanced Detections: Generic Packed, Generic Packed.ace


McAfee Labs Stinger 12.1.0.2000 (32-bit)
- Enhanced detections are those that have been modified for this release. Detections are enhanced to cover new variants, optimize performance, and correct incorrect identifications.
- Enhanced Detections: Generic PWS.o, Generic Trojan.i, Ransom-O

ASUS GPU Tweak II 1.8.5.6 查看版本資訊

更新時間:2018-09-19
更新細節:

What's new in this version:

- Support GeForce RTX 20 series only

pdfFactory 6.32 查看版本資訊

更新時間:2018-08-24
更新細節:

What's new in this version:

- All executable files (*.exe, *.dll) and all driver files (*.cat) are now dual-signed with EV SHA-1 and SHA-256 code signing certificates. You can get more information here.
- (Pro only) the SettingsBookmarks command now works correctly when run from the printer driver UI