TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Intel AMT Checker for Linux

227 pointsby laamalifabout 8 years ago

14 comments

criddellabout 8 years ago
Why would Intel insist on being so secretive about their management engine? Is it some kind of competitive advantage for them?<p>Supposedly, it&#x27;s useful for management tasks in enterprise environments, but if I were CIO, I think I would ban VPro chips. Who wants ring -3 processes running on their network for which they have no information about?
评论 #14336101 未加载
评论 #14336541 未加载
评论 #14338918 未加载
评论 #14336686 未加载
Artlavabout 8 years ago
So, if it says &quot;Error: IOCTL_MEI_CONNECT_CLIENT receive message. err=-1&quot;, what does it mean?<p>Tried it on i5-6260U, should be new enough to have the thing.
评论 #14335472 未加载
评论 #14335296 未加载
评论 #14335402 未加载
评论 #14335295 未加载
jaimex2about 8 years ago
God #$%@ing damn it, this is why we can&#x27;t have nice things. You can do only so much to not get pwned software wise, now you need to be paranoid about the hardware too?!<p>Going through all Xeon servers is going to be fun tomorrow.
评论 #14335904 未加载
评论 #14335921 未加载
评论 #14336698 未加载
评论 #14335909 未加载
评论 #14336398 未加载
acdabout 8 years ago
I want to be able to bios disable Intel AMT and AMDs variant of it. This is another bad attack vector. Further i want a simpler boot loader UEFI is bloatware and bad for security as its easy to hide things in those huge prorietary binary blobs.
FrozenVoidabout 8 years ago
If anyone get compiling errors with &#x27;timeval tv&#x27; being undefined add this to headers #include &lt;sys&#x2F;time.h&gt;
评论 #14336542 未加载
nevesabout 8 years ago
It looks like I’m out the news cycle. What is AMT? Why would I need to check for it? Why just in Linux?
评论 #14335748 未加载
评论 #14335564 未加载
评论 #14335486 未加载
tumdum_about 8 years ago
Did anyone read that code before using it? :)
评论 #14335838 未加载
评论 #14337004 未加载
评论 #14337598 未加载
INTPenisabout 8 years ago
I&#x27;m shocked to say that the Thinkpad x260 does not have AMT at all.<p>Shocked not because I think it&#x27;s a huge conspiracy to control your computer but because I honestly do believe AMT was made with the best intentions of providing a level of theft mitigation for devices. Just like &quot;Find my Mac&quot; from Apple that seems to get very little flack.<p>I&#x27;d be surprised if this meant that my pretty expensive Lenovo Thinkpad X-series lacks theft protection.
评论 #14336848 未加载
评论 #14336795 未加载
ingeniumabout 8 years ago
Hmm, I ensured the mei driver was loaded (lsmod confirms it), but I get: &quot;Cannot open &#x2F;dev&#x2F;mei: No such file or directory&quot;<p>dmesg shows: &quot;[ 18.233688] mei_me 0000:00:16.0: Device doesn&#x27;t have valid ME Interface [ 18.233700] mei_me 0000:00:16.1: Device doesn&#x27;t have valid ME Interface&quot;<p>So I&#x27;m guessing I&#x27;m not vulnerable. I suppose Supermicro replaced it with their own IPMI interface.
评论 #14336163 未加载
评论 #14336184 未加载
评论 #14336015 未加载
d33about 8 years ago
&quot;Intel AMT: ENABLED, AMT is unprovisioned&quot;. Does that mean AMT is still potentially vulnerable to attacks from user&#x2F;kernelspace?
评论 #14335374 未加载
besogneabout 8 years ago
&quot;Error: Management Engine refused connection. This probably means you don&#x27;t have AMT&quot;<p>$ ls &#x2F;dev&#x2F;mei0 -lh<p>crw------- 1 root root 246, 0 May 15 21:02 &#x2F;dev&#x2F;mei0<p>Is there a way to completely remove AMT ?
virtualwhysabout 8 years ago
&gt; Intel AMT: ENABLED &gt; AMT is unprovisioned<p>Think I&#x27;d be alright even if it were provisioned as the ethernet port on this Dell Precision laptop got fried during a lightning storm last year (i.e. from reports I&#x27;ve read a wired connection is needed for the exploit to work). Then again, better to know AMT isn&#x27;t provisioned than to rely on third party reporting.
sigmarabout 8 years ago
I remember early word during this AMT debacle was that there were certain conditions in which AMT could be remotely provisioned. Were those statements false? Is Enabled&#x2F;unprovisioned completely safe?
newman314about 8 years ago
I&#x27;m running VMware on a whitebox with a H87 chipset and vPro capable processor. MEI shows up in dmesg.<p>Has anyone else checked their VMware box accordingly?