Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

table_config_posture_asset

robfry edited this page Oct 10, 2014 · 4 revisions

Home

Database Overview ####configs_posture_asset table


key | type | value

asset_hostname | string | %value% |

Comma separated string value which contains a whole, or piece, of a naming convention used to indentify critical assets. For example, 'windowsdc' would be a value to input if the standard naming convention for a Windows domain controller was windowsdc101.


subnet | string | %value% |

Comma separated string value which contains a whole, or piece, of an IPv4 octet to a subnet to help identify critical assets. For example, if critical PCI subnets were on 10.10.10.x, 10.10.11.x, 10.10.12.x, then you could input in 10.10,10.11,10.12 into this field to specify them as being critical and therefore increment the score appropriately.


paired | boolean | %true/false% |

Boolean value to determine if both the hostname return and subnet return should be considered 'paired', i.e., both values have to be true in order for the evaluation to be considered critical and score incremented. Take for example a laptop which traverses between PCI and non-PCI subnets and whether that configuration is needed or not in each companies configuration.


pci | integer | %value% |

Integer value which will be used if the evaluation is determined to be critical, then the score will be incremeted by this amount.


Clone this wiki locally