Skip to main content

Malware using Intel’s tool to evade firewall

Malware using Intel’s tool to evade firewall

Malware abuses Intel Chip Management Feature to infiltrate

Hackers have been known to use creative and innovative ideas to break into a system. However, it is usually by means of deceiving the user and/or exploiting loopholes. This security breach however, happens to the rare scenario when a hacker has utilized a software in the exact way as it was designed to be used to hack into a system.
Bypassing the Firewall
Microsoft has announced that a group going by the name of Platinum has made use of Intel’s Active Management Technology (AMT) to bypass Window’s firewall completely. The tool is available on machines running Intel’s vPro line of processors and chipsets. The group has its own file transfer tool which utilizes – for its communication services – Serial-over-LAN (SOL) channel from within the AMT. This channel has been designed to operate independently of the Operating System running on the machine and therefore, the tool is able to bypass Window’s firewall thus making it ” invisible to firewall and network monitoring applications running on the host device.” 
The Serial-Over-Lan (SOL) channel” exposes a virtual serial device with a chipset-provided channel over TCP” is not enabled by default, and requires administrative privileges to actually run on the target workstations. Since the provisioning of such a channel is bound by the use of user credentials – username and password – the Redmond giant speculates that PLATINUM “might have obtained compromised credentials from victim networks”.
The AMT firmware runs at a low level, below the operating system, and it has access to not just the processor, but also the network interface.The software allows a user to remotely install an OS on a machine that does not have one yet, allows for the power cycling of devices and also provides an IP based KVM (Keyboard,Video,Mouse) solution to enable users to accomplish these tasks.
Statements
This is what Microsoft had to say in a public statement:
We confirmed that the tool did not expose vulnerabilities in the management technology itself, but rather misused AMT SOL within target networks that have already been compromised to keep communication stealthy and evade security applications.
The new SOL protocol within the PLATINUM file-transfer tool makes use of the AMT Technology SDK’s Redirection Library API (imrsdk.dll). Data transactions are performed by the calls IMR_SOLSendText()/IMR_SOLReceiveText(), which are analogous to networking send() and recv() calls. The SOL protocol used is identical to the TCP protocol other than the addition of a variable-length header on the data for error detection. Also, the updated client sends an unencrypted packet with the content “007″ before authentication.
Not everyone needs to be worried about this however, since machines running Windows 10 version 1607 or later and Configuration Manager 1610 or later are deemed protected for this or any other attack by the same means. This system configuration is not only capable of detecting a targeted attack activity but it can also “differentiate between legitimate usage of AMT SOL and targeted attacks attempting to use it as a communication channel.”
The company has also said this is the first attack that has utilized chipset features for its purposes and it does not expose the vulnerabilities of Intel’s AMT software, rather it uses the technology to evade security systems in a complex and compromised network. Microsoft has also released a video alongside the public statement for users to understand how the attack takes shape which you can check out below.

https://sec.ch9.ms/ch9/78cf/646930d5-711f-41af-99df-b83cf5f478cf/platinumdemo_mid.mp4
Source: Neowin

Comments

Popular posts from this blog

sxhkd volume andbrightness config for dwm on void

xbps-install  sxhkd ------------ mkdir .config/sxhkd cd .config/sxhkd nano/vim sxhkdrc -------------------------------- XF86AudioRaiseVolume         amixer -c 1 -- sset Master 2db+ XF86AudioLowerVolume         amixer -c 1 -- sset Master 2db- XF86AudioMute         amixer -c 1 -- sset Master toggle alt + shift + Escape         pkill -USR1 -x sxhkd XF86MonBrightnessUp          xbacklight -inc 20 XF86MonBrightnessDown          xbacklight -dec 20 ------------------------------------------------------------- amixer -c card_no -- sset Interface volume run alsamixer to find card no and interface names xbps-install -S git git clone https://git.suckless.org/dwm xbps-install -S base-devel libX11-devel libXft-devel libXinerama-devel  vim config.mk # FREETYPEINC = ${X11INC}/freetype2 #comment for non-bsd make clean install   cp config.def.h config.h vim config.h xbps-install -S font-symbola #for emoji on statusbar support     void audio config xbps-i

Hidden Wiki

Welcome to The Hidden Wiki New hidden wiki url 2015 http://zqktlwi4fecvo6ri.onion Add it to bookmarks and spread it!!! Editor's picks Bored? Pick a random page from the article index and replace one of these slots with it. The Matrix - Very nice to read. How to Exit the Matrix - Learn how to Protect yourself and your rights, online and off. Verifying PGP signatures - A short and simple how-to guide. In Praise Of Hawala - Anonymous informal value transfer system. Volunteer Here are five different things that you can help us out with. Plunder other hidden service lists for links and place them here! File the SnapBBSIndex links wherever they go. Set external links to HTTPS where available, good certificate, and same content. Care to start recording onionland's history? Check out Onionland's Museum Perform Dead Services Duties. Introduction Points Ahmia.fi - Clearnet search engine for Tor Hidden Services (allows you

download office 2021 and activate

get office from here  https://tb.rg-adguard.net/public.php open powershell as admin (win+x and a ) type cmd  goto insall dir 1.         cd /d %ProgramFiles(x86)%\Microsoft Office\Office16 2.           cd /d %ProgramFiles%\Microsoft Office\Office16 try 1 or 2 depending on installation  install volume license  for /f %x in ('dir /b ..\root\Licenses16\ProPlus2021VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x" activate using kms cscript ospp.vbs /setprt:1688 cscript ospp.vbs /unpkey:6F7TH >nul cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH cscript ospp.vbs /sethst:s8.uk.to cscript ospp.vbs /act Automatic script (windefender may block it) ------------------------------------------------------------------------------------------------------------------- @echo off title Activate Microsoft Office 2021 (ALL versions) for FREE - MSGuides.com&cls&echo =====================================================================================&