SCM-1.NetIntf sheet in the EN18031:2024 template #10
-
|
Hi Zealience, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Hi @antonio-tringali and @pendzel, As highlighted by Pendzel, document all relevant communication mechanisms (secure or not) for a given network interface. Keep in mind that the secure communication mechanisms will be a subset of this list, and will also have to be reported in [E.Info.SCM-1.SCM.Protocol]. It is beneficial to document the various protocols all the way up to the application layer as it helps identify which assets are communicated over which communication mechanism(s) and which network interface(s). Do not hesitate if you have further questions! |
Beta Was this translation helpful? Give feedback.
-
|
Hello, thanks a lot for the info. What I mean is, if we have channels, ports, like SSH, etc, but they are not expose to internet (even if anyone can have access to them because my product is in a public place) Do I need to protect all the traffic independently of where it comes from? Or only if the traffic comes from internet? And the standard applies to both incoming and outgoing traffic? Thanks a lot in advance. |
Beta Was this translation helpful? Give feedback.



You need to document both the network interfaces and the communication mechanisms, and the excel sheet reflects this. This sheet shows the full communication stack your device uses.
I like to think of this sheet as a way to fully describe all layers of communication (TCP/IP, OSI models) that your device relies on to connect to the internet. interfaces that make your device “internet connected.”
The standard explicitly asks you to start the categorization from the lowest layer: the Physical. For this layer, the standard provides four options to classify each network interface:Radio(Wifi) Wired(Ethernet) Optical Acoustic.
Tip
I belive it’s worth not focusing only on the physical layer in st…