device
Contents
device¶
Events used to normalize events for the device or endpoint that generated the event (source or destination).
Attributes¶
Name |
Type |
Description |
Sample Value |
---|---|---|---|
dvc_action |
string |
If reported by an intermediary device such as a firewall, the action taken by device. |
|
dvc_domain |
string |
Name of the domain the device is part of. |
|
dvc_fqdn |
string |
The fully qualified domain name of the host |
|
dvc_hostname |
string |
The host name from which the event/log came from. There may be multiple host names in an event (i.e. syslog could have forwarder host name), this field is to be the most true log host name (i.e. NOT the forwarders name). |
|
dvc_inbound_interface |
string |
If reported by an intermediary device such as a firewall, the network interface used by it for the connection to the source device |
|
dvc_interface_guid |
string |
GUID of the network interface which was used for authentication request |
|
dvc_interface_name |
string |
the name (description) of the network interface that was used for authentication request. You can get the list of all available network adapters using “ipconfig /all” command |
|
dvc_ip_addr |
ip |
IP address assigned to the device generating the event and/or the IP address in the network packet. This could be used in the context of source, destination, device and even NAT when it is provided by an intermediary NAT device such as a firewall. |
|
dvc_ip_dhcp_assigned_ip_addr |
ip |
IP address assigned by the DHCP server. |
|
dvc_ip_is_ipv6 |
boolean |
If IP address is IP version 6 |
|
dvc_mac_addr |
string |
MAC address of the device where the event was generated or network interface where a connection starts or ends. |
|
dvc_model_name |
string |
The model name of the device |
|
dvc_model_number |
string |
The model number of the device |
|
dvc_os |
string |
The OS of the device |
|
dvc_outbound_interface |
string |
If reported by an intermediary device such as a firewall, the network interface used by it for the connection to the destination device. |
|
dvc_type |
string |
The type of the device |
|