go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/resources/windows/testdata/firewall-profiles.json (about)

     1  [{
     2      "CimClass": {
     3        "CimSuperClassName": "CIM_ManagedElement",
     4        "CimSuperClass": "ROOT/standardcimv2:CIM_ManagedElement",
     5        "CimClassProperties": "",                               
     6        "CimClassQualifiers": "",
     7        "CimClassMethods": "",
     8        "CimSystemProperties": "Microsoft.Management.Infrastructure.CimSystemProperties"
     9      },
    10      "CimInstanceProperties": [],
    11      "CimSystemProperties": {},
    12      "Profile": "Private",
    13      "Enabled": 1,
    14      "DefaultInboundAction": 0,
    15      "DefaultOutboundAction": 0,
    16      "AllowInboundRules": 2,
    17      "AllowLocalFirewallRules": 2,
    18      "AllowLocalIPsecRules": 2,
    19      "AllowUserApps": 2,
    20      "AllowUserPorts": 2,
    21      "AllowUnicastResponseToMulticast": 2,
    22      "NotifyOnListen": 0,
    23      "EnableStealthModeForIPsec": 2,
    24      "LogMaxSizeKilobytes": 4096,
    25      "LogAllowed": 0,
    26      "LogBlocked": 0,
    27      "LogIgnored": 2,
    28      "Caption": null,
    29      "Description": null,
    30      "ElementName": "",
    31      "InstanceID": "MSFT|FW|FirewallProfile|Private",
    32      "DisabledInterfaceAliases": [
    33        "NotConfigured"
    34      ],
    35      "LogFileName": "%systemroot%\\system32\\LogFiles\\Firewall\\pfirewall.log",
    36      "Name": "Private",
    37      "PSComputerName": null
    38    },
    39    {
    40      "CimClass": {
    41        "CimSuperClassName": "CIM_ManagedElement",
    42        "CimSuperClass": "ROOT/standardcimv2:CIM_ManagedElement",
    43        "CimClassProperties": "",                               
    44        "CimClassQualifiers": "",
    45        "CimClassMethods": "",
    46        "CimSystemProperties": "Microsoft.Management.Infrastructure.CimSystemProperties"
    47      },
    48      "CimInstanceProperties": [],
    49      "CimSystemProperties": {},
    50      "Profile": "Public",
    51      "Enabled": 1,
    52      "DefaultInboundAction": 0,
    53      "DefaultOutboundAction": 0,
    54      "AllowInboundRules": 2,
    55      "AllowLocalFirewallRules": 2,
    56      "AllowLocalIPsecRules": 2,
    57      "AllowUserApps": 2,
    58      "AllowUserPorts": 2,
    59      "AllowUnicastResponseToMulticast": 2,
    60      "NotifyOnListen": 0,
    61      "EnableStealthModeForIPsec": 2,
    62      "LogMaxSizeKilobytes": 4096,
    63      "LogAllowed": 0,
    64      "LogBlocked": 0,
    65      "LogIgnored": 2,
    66      "Caption": null,
    67      "Description": null,
    68      "ElementName": "",
    69      "InstanceID": "MSFT|FW|FirewallProfile|Public",
    70      "DisabledInterfaceAliases": [
    71        "NotConfigured"
    72      ],
    73      "LogFileName": "%systemroot%\\system32\\LogFiles\\Firewall\\pfirewall.log",
    74      "Name": "Public",
    75      "PSComputerName": null
    76    }
    77  ]