SonicWALL SonicOS Syntax

The syntax for this plugin and an audit are as follows:

<custom_item>

description: "SonicWALL - Disable insecure services - HTTP"

info: "HTTP is insecure by nature as it sends all traffic across the wire in clear text."

solution: "Navigate to network->interfaces. Configure each interface by unchecking the http management box."

reference: "800-53|CM-7,SANS-CSC|11,SANS-CSC|10,PCI|2.2.3,CSF|PR.PT-3,800-53|CM-6"

cmd: "show interface all"

regex: "http[\\s]mgmt"

not_expect: "http[\\s]mgmt[\\s]+on"

</custom_item>