THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

device type or device version trough the protocol header frame

Is there any way I could know the device type or device version trough the protocol header frame for an OT environment? or any other way?Not nmap

macampic's avatar
3
macampic
asked 2021-04-20 15:59:11 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Depends entirely on the protocols being used and possibly the messages exchanged by the protocol. What protocol do you have in mind?

grahamb's avatar grahamb (2021-04-20 16:13:36 +0000) edit

I am thinking about industrial protocols, for example modbus. I would like to know if for example it is a PLC or HMI

macampic's avatar macampic (2021-04-20 16:15:29 +0000) edit

These are commercial products (The ICS Detection Challenge took place at S4x18 and S4x19) with some talk about open source tools in the S4x19 ICS Detection Challenge Results.
There are a few "community tools" available from Dragos.

Chuckc's avatar Chuckc (2021-04-21 01:08:29 +0000) edit

Presumably "OT" means "operational technology".

Guy Harris's avatar Guy Harris (2021-04-21 08:50:15 +0000) edit

In this case yes, the part of the network involved in the (usually) industrial process that is unfortunately sometimes connected to the IT network and occasionally even worse, part of the same. In an ideal world there would be an airgap.

grahamb's avatar grahamb (2021-04-21 09:24:04 +0000) edit
add a comment see more comments

1 Answer

0

For Modbus you can determine which is the client and which is the server by the source IP's of the requests and responses. A server is more than likely a PLC and an HMI more than likely a client. Some items, e.g. a SCADA system could be both, as a client to a PLC and as a server for handoff to other items, e.g. an HMI.

There is nothing else in the Modbus protocol that would allow you to determine specific about the devices, although some servers might map data such as hardware\software versions to specific registers, but that would be specific for that device and its configuration. Clients won't be sending anything that might identify them.

Other protocols, e.g. DNP3, do have protocol specific commands to obtain device information such as group 0 Device Attributes, but unless a master station issues a request for these values you won't see them in the traffic.

grahamb's avatar
23.8k
grahamb
answered 2021-04-20 18:05:34 +0000
edit flag offensive 0 remove flag delete link

Comments

You may also be able to infer the manufacturer by inspection of the MAC addresses, if the device is on the same network segment.

grahamb's avatar grahamb (2021-04-22 16:03:39 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer