Forum Discussion

1 Reply

  • DylanInfosec's avatar
    DylanInfosec
    Iron Contributor

    Hey Champ14-1020

    Disclaimer: I’m not familiar with Cloud PC behavior but this generally does look suspicious. 

    You can try pinning down what’s happening by looking at an affected device’s Timeline (+-1m) in the Defender portal around the time of these events to identify what is triggering this alert. There are some legitimate programs that perform questionable tasks. Perhaps a startup or provisioning script is being pushed out.

    Even something in Advanced Hunting like: 

    DeviceNetworkEvents
    | where TimeGenerated between ( .. )
    | where DeviceId == “<id>”
    | where RemotePort == 389
    | project TimeGenerated, DeviceId, InitiatingProcessFileName, InitiatingProcessCommandLine, InitiatingProcessAccoutName

    could help identify what may be happening here. 

    Best regards,

    Dylan

Resources