11 Followers
37 Following
27 Posts
Man builds Johnny 5 robot from Short Circuit film

Ryan Howard has spent six years creating the replica from the iconic 1980s film.

BBC News
Imagine a world where shareholder returns were not the primary concern of the third largest company in existence.

Microsoft could prioritise customer security and implement this very quickly.

It would also probably reduce their network log storage requirements ($$) by quite a bit...

Who has been clicking on Windows tray notifications & what's the url? #Defender #AdvancedHunting #malvertising

DeviceProcessEvents
| where FileName in~ ("msedge.exe","chrome.exe") and ProcessCommandLine has ("--notification-launch-id")
| extend u=tostring(split(ProcessCommandLine,"|",4)[0])
| where u startswith "http"
| distinct u,AccountUpn,DeviceName,FileName,DeviceId