Oh, look. We don't need enter Jenkins account. Everything auto populates. And we did not even map it yet...
Microsoft is phoning home the content of PowerPoint slides
311–320 of 391 posts
Re: Microsoft is phoning home the content of PowerPoint slides
#312Re: Microsoft is phoning home the content of PowerPoint slides
#313What I want is Little Snitch on steroids built into the OS where every process, including all native ones, including UI apps, are blocked from network connectivity by default, and the user gets an easy monitor of outgoing traffic with TLS/SSL inspection built in (you'd need some OS API to enable that). Kind of like granular oauth permissions, apps should have to declare which outgoing they have, a description/why, an…
Isn't this what safing does basically?
Re: Microsoft is phoning home the content of PowerPoint slides
#314Earlier quoted context omitted.
It uses the windows firewall. Do I trust Windows firewall to block itself? NO!
Even if it was a wrapper over Windows Firewall, why would that make you trust the filtering less? Like even if it was running fully custom ring 0 code, there's still also Windows kernel code running at the same level. Microsoft could make the kernel interfere however they want.
If you don't trust MS, don't use windows or at least never ever let connect to the internet. In a fight between you wanting to keep your privacy and an OS designed and determined to exploit you for profit, you will always lose.
Re: Microsoft is phoning home the content of PowerPoint slides
#315Earlier quoted context omitted.
From what I understand opensnitch use ebpf to match where the exiting packets are going. TCP being TCP, it is easy to know where the incoming answer will be delivered to as well.
Not sure if this would work also for connectionless protocols such as UDP. That is, if I open a socket and send some datagrams to an external address:port to exfiltrate users data, then close the socket and exit, I don't think it would be able to tell which program did that, unless it detects it live.
Re: Microsoft is phoning home the content of PowerPoint slides
#316I've raised this point repeatedly in different orgs. It's met with some combination of indifference and lack of understanding and not-my-responsibility-ism, but I'm sure that this will eventually blow up hard in some company's face - like 9-digit settlement for breach of contract, or worse things like breach of export control laws. Enterprise data security on the "MS Office level" at this point is like driving 60 mph…
Yeah, I'm surprised every healthcare related business doesn't either ban PowerPoint or block this "feature" somehow. HIPAA is a hell of a drug.
Windows 10 has only made the problem worse. The last desktop PC I got from my company's IT department had windows 10 on it and it was configured to send every last keypress to MS. Why they had the Windows 10 keylogger enabled I'll never understand, but at least it was easy enough to disable.
Re: Microsoft is phoning home the content of PowerPoint slides
#317Earlier quoted context omitted.
Yeah, I'm surprised every healthcare related business doesn't either ban PowerPoint or block this "feature" somehow. HIPAA is a hell of a drug.
If you're putting PHI in a presentation, you probably already have HIPAA problems.
Re: Microsoft is phoning home the content of PowerPoint slides
#318Re: Microsoft is phoning home the content of PowerPoint slides
#319Earlier quoted context omitted.
Have you used the Designer feature? That’s what’s being talked about. It should prompt you when you first use it. If you’re on a work account, your admin may have enabled or disabled it already with GPO/MDM.
> Have you used the Designer feature? Yes. > If you’re on a work account, your admin may have enabled or disabled it already with GPO/MDM. It has to be a global Office 365 setting, my computer is not in the domain, I’m the only admin for it. That’s why I’m asking where the setting for the permission is, so I can have a look at it (I’m secondary admin for the O365 account) and potentially disable it.
It's part of "connected experiences" so this is the article on GPO: https://learn.microsoft.com/en-us/deployoffice/privacy/manag...
On a Mac, one thing to note is:
> If the user has an Office 365 (or Microsoft 365) subscription and is signed in with a work or school account, or if the user has Office LTSC Standard for Mac 2021 or Office Standard 2019 for Mac, then the user can't turn off connected experiences that analyze content.
Re: Microsoft is phoning home the content of PowerPoint slides
#320This is a one paragraph claim that doesn't provide resources to show that their claim has basis. It could very well be entirely accurate, but there's no information contained here to know one way or the other. For example there have been numerous claims made previously that link ANY network traffic to a supposed invasion of privacy, but once you delve into the underlying traffic it isn't nearly as nefarious as it ini…
Would it just be encoded and Wireshark could decode it out of the box?