This is a learning module for Information Security Management. Its aim is to introduce the students to Information Security Management Systems, e.g. the ISO 27000 framework. They will also reflect on the fact that all risks cannot be technically mitigated, and that some threats don't constitute any risks. ISM is about structurally handle risks.
The module is part of the Open Security Education project and the maintainer is Daniel Bosk. The latest release can be found under releases. You can safely link directly to the PDFs found there.
To build the PDFs, after cloning the repository you must clone its required submodules:
$ git submodule update --recursive --initThen you can go into the directory of the desired document and run make.
The source files are structured as follows:
ismsmemocontains a memo assignment on ISMS.risksemcontains a seminar assignment on risk management.
In each directory the files are structured as follows:
<name>.texcontains the main instruction.aims.texis an itemized list of the intended learning outcomes, as such it can be included in another document summarizing the list of intended learning outcomes.literature.texcovers the required reading instructions, thus you can include these in a study guide containing all reading instructions for the course.<name>.bibcontains the bibliography entries, thus this file can be included along with the reading instructions.
To contribute, please fork the repository, make your changes, commit them and then create a pull request in the original repository.