Skip to content

Product Lifecycle in OT – with solutions

Exercice 1 : Papers / report study

In separate groups you analyze a report Prüfung von Manipulationsmöglichkeiten von Hardware in verteilten Fertigungsprozessen (PANDA), taken from here - do not worry, the report is in English - and various papers/articles.

3 groups will assess :

  • WP2 of the report -> (Firmware and Chill)
  • WP3 of the report -> (Ghost in the machine)
  • WP4 of the report -> (Honeywell I shrunk the Network)

while 3 others will look into

Your deliverables

Your task is to create a 1-page summary and to present it to the rest of the class during our next course. The outcomes will be share across the class afterwards.

Exercice 2 : SBOM in practice

We have seen the importance of SBOM (or BOM more generally) in the course. There exists multiple tools for generating such an information and a list of tools can be found under SPDX - Open Source Tools.

As we are using mostly python and docker, we focus on the following tools :

Go ahead and generate SBOM for the following examples :

  • your own OPC UA server
  • the image nginx:1.27.4
Solution

The solutions are :