Files
SecGen/scenarios/tests/goals.xml
thomashaw 0a06435dc9 big_merge
2021-11-22 16:26:34 +00:00

25 lines
685 B
XML

<?xml version="1.0"?>
<scenario xmlns="http://www.github/cliffe/SecGen/scenario"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/scenario">
<system>
<system_name>ab_cli</system_name>
<base platform="linux" distro="Debian 9" type="server"/>
<input into_datastore="IP_addresses">
<value>172.17.0.2</value>
</input>
<utility module_path=".*auditbeat"/>
<vulnerability module_path=".*symlinks"/>
<network type="private_network">
<input into="IP_address">
<datastore access="0">IP_addresses</datastore>
</input>
</network>
</system>
</scenario>