Defender-DeviceNetworkInfo

ActionTypeTitleSampleRule
anyDevice network configurationYY

any: Device network configuration

#
Table
DeviceNetworkInfo

Fields #

NameDescriptionRules
Timestamp
DeviceId
DeviceName
NetworkAdapterName
MacAddress
NetworkAdapterType
NetworkAdapterStatus1 detection rule
TunnelType
ConnectedNetworks
DnsAddresses
IPv4Dhcp
IPv6Dhcp
DefaultGateways
IPAddresses
ReportId
NetworkAdapterVendor
OnboardingStatus
NetworkAdapterDnsSuffix

Example Event #

{
  "ConnectedNetworks": [
    {
      "Name": "Network 2",
      "Description": "Network",
      "IsConnectedToInternet": false,
      "Category": "Private"
    }
  ],
  "DefaultGateways": [
    "10.2.10.254"
  ],
  "DeviceId": "ec2cc6b53848cc3454a79df3684465dee27fec8c",
  "DeviceName": "jd-dc01-2022.ludus.domain",
  "DnsAddresses": [
    "127.0.0.1",
    "10.2.10.11"
  ],
  "IPAddresses": [
    {
      "IPAddress": "10.2.10.11",
      "SubnetPrefix": 24,
      "AddressType": "Private"
    }
  ],
  "MacAddress": "BC-24-11-41-F2-58",
  "NetworkAdapterName": "{2A7BD48E-DDC6-4641-9F41-682F29F1D76C}",
  "NetworkAdapterStatus": "Up",
  "NetworkAdapterType": "Ethernet",
  "NetworkAdapterVendor": "Proxmox Server Solutions GmbH",
  "ReportId": 639211684813537060,
  "ReportId@odata.type": "#Int64",
  "Timestamp": "2026-08-01T08:02:26.4772765Z",
  "TunnelType": "None"
}

Detection Patterns #

Common Indicators #

Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.

FieldKindValueRulesVendors
OnboardingStatus (kusto rule field)neOnboarded4 ruleskusto
ActionType (kusto rule field)eqConnectionSuccess3 ruleskusto
ActionType (kusto rule field)neListeningConnectionCreated1 rulekusto
ActionType (kusto rule field)starts_withAppControl2 ruleskusto
DestinationPort (kusto rule field)eq33893 ruleskusto
DestinationPort (kusto rule field)in1351 rulekusto
NodeLabel (kusto rule field)eqdevice3 ruleskusto
TpmActivated (kusto rule field)netrue3 ruleskusto
TpmEnabled (kusto rule field)netrue3 ruleskusto
TpmSupported (kusto rule field)netrue3 ruleskusto
parent_process_name (kusto rule field)nemicrosoft.tri.sensor.exe3 ruleskusto
type (kusto rule field)eqDeviceInventoryId3 ruleskusto
DestinationHostname (kusto rule field)eqlogin.microsoftonline.com2 ruleskusto
file_name (kusto rule field)eqncrypt.dll2 ruleskusto
ClientIP (kusto rule field)is_not_null1 rulekusto

Detection Rules #

Full rule details for this event, including ATT&CK technique mappings and native queries →

Kusto #

  • RDP Nesting source medium: Query detects potential lateral movement within a network by identifying when an RDP connection (EventID 4624, LogonType 10) is made to an initial system, followed by a subsequent RDP connection from that system to another, using the same account within a 60-minute window. To reduce false positives, it excludes scenarios where the same account has made 5 or more connections to the same set of computers in the previous 7 days. This approach focuses on highlighting unusual RDP behaviour that suggests lateral movement, which is often associated with attacker tactics during a network breach.T1021
  • Hunt Device Discovery Subnet Ranges source: This KQL query helps you identify which subnet ranges are behind the Microsoft Defender for Endpoint Device Discovery 'Monitored Networks' page. By using this query you can investigate if all of your corporate networks are being monitored and change monitored states effectivly. More information can be found in the references.
  • Hunt for devices organized by subnet source: This rule helps you organize devices by subnet in your networks. By doing this, you can identify how many not-onboarded devices, devices not supporting MDE containment, and types of devices live in your subnet ranges.

References #