Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Michal dev security microsoft.security 2017 08 01 preview #6563

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
8f04d58
changed enum name ruleType to RecommendationType in IoTSecuritySoluti…
MichalHel Jun 17, 2019
92b9586
changed examples of IOT security solution RP
MichalHel Jun 24, 2019
249a0fb
nullable userDefinedResources query/subs
Jun 24, 2019
0ea94e2
fixing the Security Solution RP
MichalHel Jun 25, 2019
b4c9282
Merge branch 'michal-dev-security-Microsoft.Security-2017-08-01-previ…
MichalHel Jun 25, 2019
f7ae816
Changed the enums of the Recommendations type and status of the IOT S…
MichalHel Jul 7, 2019
3ed7591
changed property of the recommendation configuration form "descriptio…
MichalHel Jul 7, 2019
ade263a
Fixed examples of IOT Security Manager RP
MichalHel Jul 7, 2019
1071b32
Fixed error in schema related to IoT security Solution RP
MichalHel Jul 7, 2019
3a1d3ee
fixed enums in IoT Security solution RP
MichalHel Jul 7, 2019
19a8d93
fixed spelling mistakes in IoT solution Manager RP files
MichalHel Jul 8, 2019
4809c78
Update specification/security/resource-manager/Microsoft.Security/pre…
MichalHel Jul 8, 2019
d66d78b
Update specification/security/resource-manager/Microsoft.Security/pre…
MichalHel Jul 8, 2019
5d2345b
Fixed spelling mistakes in IoT solution manager RP
MichalHel Jul 8, 2019
6e9b53b
Merge branch 'michal-dev-security-Microsoft.Security-2017-08-01-previ…
MichalHel Jul 8, 2019
6b6ce4f
Fixed spelling mistakes in IoT solution Manager RP
MichalHel Jul 8, 2019
4b6c2b7
removed unprintable characters and tabs from the IoT Security Solutio…
MichalHel Jul 8, 2019
635daec
Merge branch 'master' into michal-dev-security-Microsoft.Security-201…
MichalHel Jul 17, 2019
0e0525c
Merge branch 'master' into michal-dev-security-Microsoft.Security-201…
MichalHel Jul 18, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,17 @@
"querySubscriptions": [
"075423e9-7d33-4166-8bdf-3920b04e3735"
]
}
},
"recommendationsConfiguration": [
{
"recommendationType": "IoT_OpenPorts",
"status": "Disabled"
},
{
"recommendationType": "IoT_SharedCredentials",
"status": "Disabled"
}
]
}
}
},
Expand Down Expand Up @@ -51,6 +61,88 @@
"autoDiscoveredResources": [
"/subscriptions/075423e9-7d33-4166-8bdf-3920b04e3735",
"/subscriptions/075423e9-7d33-4166-8bdf-3920b04e3735/resourceGroups/myRg/providers/Microsoft.Devices/IotHubs/FirstIotHub"
],
"recommendationsConfiguration": [
{
"recommendationType": "IoT_ACRAuthentication",
"name": "Service Principal Not Used with ACR",
"status": "Enabled"
},
{
"recommendationType": "IoT_AgentSendsUnutilizedMessages",
"name": "Agent sending underutilized messages",
"status": "TurnedOn"
},
{
"recommendationType": "IoT_Baseline",
"name": "Operating system (OS) baseline validation failure",
"status": "Enabled"
},
{
"recommendationType": "IoT_EdgeHubMemOptimize",
"name": "Edge Hub memory can be optimized",
"status": "Enabled"
},
{
"recommendationType": "IoT_EdgeLoggingOptions",
"name": "No Logging Configured for Edge Module",
"status": "Enabled"
},
{
"recommendationType": "IoT_InconsistentModuleSettings",
"name": "Module Settings Inconsistent in SecurityGroup",
"status": "Enabled"
},
{
"recommendationType": "IoT_InstallAgent",
"name": "Install the Azure Security of Things Agent",
"status": "Enabled"
},
{
"recommendationType": "IoT_IPFilter_DenyAll",
"name": "Default IP Filter Policy should be Deny",
"status": "Enabled"
},
{
"recommendationType": "IoT_IPFilter_PermissiveRule",
"name": "IP Filter rule includes large IP range",
"status": "Enabled"
},
{
"recommendationType": "IoT_OpenPorts",
"name": "Open Ports On Device",
"status": "Disabled"
},
{
"recommendationType": "IoT_PermissiveFirewallPolicy",
"name": "Permissive firewall policy in one of the chains was found",
"status": "Enabled"
},
{
"recommendationType": "IoT_PermissiveInputFirewallRules",
"name": "Permissive firewall rule in the input chain was found",
"status": "Enabled"
},
{
"recommendationType": "IoT_PermissiveOutputFirewallRules",
"name": "Permissive firewall rule in the output chain was found",
"status": "Enabled"
},
{
"recommendationType": "IoT_PrivilegedDockerOptions",
"name": "High level permissions configured in Edge model twin for Edge module",
"status": "Enabled"
},
{
"recommendationType": "IoT_SharedCredentials",
"name": "Same Authentication Credentials used by multiple devices",
"status": "Disabled"
},
{
"recommendationType": "IoT_VulnerableTLSCipherSuite",
"name": "TLS cipher suite upgrade",
"status": "Enabled"
}
]
}
}
Expand Down Expand Up @@ -81,14 +173,86 @@
"/subscriptions/075423e9-7d33-4166-8bdf-3920b04e3735",
"/subscriptions/075423e9-7d33-4166-8bdf-3920b04e3735/resourceGroups/myRg/providers/Microsoft.Devices/IotHubs/FirstIotHub"
],
"recommendationsConfiguration": [
"recommendationsConfiguration": [
{
"recommendationType": "IoT_ACRAuthentication",
"name": "Service Principal Not Used with ACR",
"status": "Enabled"
},
{
"recommendationType": "IoT_AgentSendsUnutilizedMessages",
"name": "Agent sending underutilized messages",
"status": "TurnedOn"
},
{
"recommendationType": "IoT_Baseline",
"name": "Operating system (OS) baseline validation failure",
"status": "Enabled"
},
{
"recommendationType": "IoT_EdgeHubMemOptimize",
"name": "Edge Hub memory can be optimized",
"status": "Enabled"
},
{
"recommendationType": "IoT_EdgeLoggingOptions",
"name": "No Logging Configured for Edge Module",
"status": "Enabled"
},
{
"recommendationType": "IoT_InconsistentModuleSettings",
"name": "Module Settings Inconsistent in SecurityGroup",
"status": "Enabled"
},
{
"recommendationType": "IoT_InstallAgent",
"name": "Install the Azure Security of Things Agent",
"status": "Enabled"
},
{
"recommendationType": "IoT_IPFilter_DenyAll",
"name": "Default IP Filter Policy should be Deny",
"status": "Enabled"
},
{
"recommendationType": "IoT_IPFilter_PermissiveRule",
"name": "IP Filter rule includes large IP range",
"status": "Enabled"
},
{
"recommendationType": "IoT_OpenPorts",
"name": "Open Ports On Device",
"status": "Disabled"
},
{
"recommendationType": "IoT_PermissiveFirewallPolicy",
"name": "Permissive firewall policy in one of the chains was found",
"status": "Enabled"
},
{
"recommendationType": "IoT_PermissiveInputFirewallRules",
"name": "Permissive firewall rule in the input chain was found",
"status": "Enabled"
},
{
"recommendationType": "IoT_PermissiveOutputFirewallRules",
"name": "Permissive firewall rule in the output chain was found",
"status": "Enabled"
},
{
"recommendationType": "IoT_PrivilegedDockerOptions",
"name": "High level permissions configured in Edge model twin for Edge module",
"status": "Enabled"
},
{
"recommendationType": "OpenPortsOnDevice",
"status": "TurnedOff"
"recommendationType": "IoT_SharedCredentials",
"name": "Same Authentication Credentials used by multiple devices",
"status": "Disabled"
},
{
"recommendationType": "IdenticalAuthenticationCredentials",
"status": "TurnedOff"
"recommendationType": "IoT_VulnerableTLSCipherSuite",
"name": "TLS cipher suite upgrade",
"status": "Enabled"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,64 +34,84 @@
],
"recommendationsConfiguration": [
{
"recommendationType": "OpenPortsOnDevice",
"description": "Open Ports on device",
"status": "TurnedOff"
"recommendationType": "IoT_ACRAuthentication",
"name": "Service Principal Not Used with ACR",
"status": "Enabled"
},
{
"recommendationType": "PermissiveFirewallPolicy",
"description": "Permissive firewall policy found in one of the chains",
"recommendationType": "IoT_AgentSendsUnutilizedMessages",
"name": "Agent sending underutilized messages",
"status": "TurnedOn"
},
{
"recommendationType": "PermissiveFirewallRuleInput",
"description": "Permissive firewall rule in the input chain was found",
"status": "TurnedOn"
"recommendationType": "IoT_Baseline",
"name": "Operating system (OS) baseline validation failure",
"status": "Enabled"
},
{
"recommendationType": "PermissiveFirewallRuleOut",
"description": "Permissive firewall rule in the output chain was found",
"status": "TurnedOn"
"recommendationType": "IoT_EdgeHubMemOptimize",
"name": "Edge Hub memory can be optimized",
"status": "Enabled"
},
{
"recommendationType": "OperationSystemNotValid",
"description": "Operation system baseline validation has failed",
"status": "TurnedOn"
"recommendationType": "IoT_EdgeLoggingOptions",
"name": "No Logging Configured for Edge Module",
"status": "Enabled"
},
{
"recommendationType": "UnutilizedMessagesFromAgent",
"description": "Agent sends unutilized messages",
"status": "TurnedOn"
"recommendationType": "IoT_InconsistentModuleSettings",
"name": "Module Settings Inconsistent in SecurityGroup",
"status": "Enabled"
},
{
"recommendationType": "SecurityTwinConfigurationNotOptimal",
"description": "Security twin configuration not optimal",
"status": "TurnedOn"
"recommendationType": "IoT_InstallAgent",
"name": "Install the Azure Security of Things Agent",
"status": "Enabled"
},
{
"recommendationType": "SecurityTwinConfigurationConflict",
"description": "Security twin configuration conflict",
"status": "TurnedOn"
"recommendationType": "IoT_IPFilter_DenyAll",
"name": "Default IP Filter Policy should be Deny",
"status": "Enabled"
},
{
"recommendationType": "IdenticalAuthenticationCredentials",
"description": "Identical authentication credentials used by multiple devices",
"status": "TurnedOff"
"recommendationType": "IoT_IPFilter_PermissiveRule",
"name": "IP Filter rule includes large IP range",
"status": "Enabled"
},
{
"recommendationType": "DenyDefaultIpPolicy",
"description": "Default IP filter policy should be deny",
"status": "TurnedOn"
"recommendationType": "IoT_OpenPorts",
"name": "Open Ports On Device",
"status": "Disabled"
},
{
"recommendationType": "TooLargeIPRange",
"description": "IP filter rule includes large IP range",
"status": "TurnedOn"
"recommendationType": "IoT_PermissiveFirewallPolicy",
"name": "Permissive firewall policy in one of the chains was found",
"status": "Enabled"
},
{
"recommendationType": "EnableDiagnosticsLog",
"description": "Enable diagnostics logs in IoT Hub",
"status": "TurnedOn"
"recommendationType": "IoT_PermissiveInputFirewallRules",
"name": "Permissive firewall rule in the input chain was found",
"status": "Enabled"
},
{
"recommendationType": "IoT_PermissiveOutputFirewallRules",
"name": "Permissive firewall rule in the output chain was found",
"status": "Enabled"
},
{
"recommendationType": "IoT_PrivilegedDockerOptions",
"name": "High level permissions configured in Edge model twin for Edge module",
"status": "Enabled"
},
{
"recommendationType": "IoT_SharedCredentials",
"name": "Same Authentication Credentials used by multiple devices",
"status": "Disabled"
},
{
"recommendationType": "IoT_VulnerableTLSCipherSuite",
"name": "TLS cipher suite upgrade",
"status": "Enabled"
}
]
}
Expand Down
Loading