feross / SpoofMAC

:briefcase: Change your MAC address for debugging
https://feross.org/spoofmac/
3.01k stars 271 forks source link

Bluescreens systems with Cisco AnyConnect installed #81

Closed universejam closed 6 years ago

universejam commented 6 years ago

Probably best to just avoid running when AnyConnect is installed.


Log Name:      Cisco AnyConnect Secure Mobility Client
Source:        acvpnagent
Date:          06-Jan-18 5:03:40 PM
Event ID:      1
Task Category: Engineering Debug Details
Level:         Error
Keywords:      Classic
User:          N/A
Description:
Function: CTelemetryPluginMgr::GetSettings
File: .\TelemetryPluginMgr.cpp
Line: 311
m_pITelemetryPlugin is NULL
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="acvpnagent" />
    <EventID Qualifiers="9216">1</EventID>
    <Level>2</Level>
    <Task>1</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2018-01-06T10:33:40.305340400Z" />
    <EventRecordID>20387</EventRecordID>
    <Channel>Cisco AnyConnect Secure Mobility Client</Channel>
    <Security />
  </System>
  <EventData>
    <Data>Function: CTelemetryPluginMgr::GetSettings
File: .\TelemetryPluginMgr.cpp
Line: 311
m_pITelemetryPlugin is NULL</Data>
  </EventData>
</Event
```>
TkTech commented 6 years ago

This would seem like a critical AnyConnect issue, probably the [unnecessary] driver not handling a MAC address change. Not really a SpoofMAC issue.