-
Notifications
You must be signed in to change notification settings - Fork 5.6k
initial PR to the new release branch #15842
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
Changes from 1 commit
08c3ad9
b15be0d
93ab1ea
6d697a0
9d4c906
2e90567
9ebeb15
e204172
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,68 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2021-02-01", | ||
| "subscriptionId": "e747cc13-97d4-4a79-b463-42d7f4e558f2", | ||
| "resourceGroupName": "rg1", | ||
| "firewallPolicyName": "firewallPolicy", | ||
| "parameters": { | ||
| "filters": [ | ||
| { | ||
| "field": "Mode", | ||
| "values": [ | ||
| "Deny" | ||
| ] | ||
| } | ||
| ], | ||
| "search": "", | ||
| "orderBy": { | ||
| "field": "severity", | ||
| "asc": true | ||
| }, | ||
| "resultsPerPage": 20, | ||
| "skip": 0 | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "signatures": [ | ||
| { | ||
| "signatureId": 2000015, | ||
| "mode": 2, | ||
| "severity": 1, | ||
| "direction": 2, | ||
| "group": "A Network Trojan was detected", | ||
| "description": "P2P Phatbot Control Connection", | ||
| "sourcePorts": [ | ||
| "any" | ||
| ], | ||
| "destinationPorts": [ | ||
| "any" | ||
| ], | ||
| "lastUpdated": "2010-07-30T00:00:00", | ||
| "inheritedFromParentPolicy": false, | ||
| "protocol": "tcp" | ||
| }, | ||
| { | ||
| "signatureId": 2000106, | ||
| "mode": 2, | ||
| "severity": 1, | ||
| "direction": 1, | ||
| "group": "Attempted User Privilege Gain", | ||
| "description": "WEB_SERVER SQL sp_delete_alert attempt", | ||
| "sourcePorts": [ | ||
| "any" | ||
| ], | ||
| "destinationPorts": [ | ||
| "any" | ||
| ], | ||
| "lastUpdated": "2019-09-27T00:00:00", | ||
| "inheritedFromParentPolicy": false, | ||
| "protocol": "http" | ||
| } | ||
| ], | ||
| "allRecords": 2 | ||
| } | ||
| } | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2021-02-01", | ||
| "subscriptionId": "e747cc13-97d4-4a79-b463-42d7f4e558f2", | ||
| "resourceGroupName": "rg1", | ||
| "firewallPolicyName": "firewallPolicy", | ||
| "parameters": { | ||
| "filterName": "severity" | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "filterValues": [ | ||
| "low", | ||
| "medium", | ||
| "high" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2021-02-01", | ||
| "subscriptionId": "e747cc13-97d4-4a79-b463-42d7f4e558f2", | ||
| "resourceGroupName": "rg1", | ||
| "firewallPolicyName": "firewallPolicy", | ||
| "parameters": {} | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/e747cc13-97d4-4a79-b463-42d7f4e558f2/resourceGroups/rg1/providers/Microsoft.Network/firewallPolicies/firewallPolicy/IntrusionDetectionSignaturesOverrides/default", | ||
|
||
| "name": "default", | ||
| "type": "Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides", | ||
| "properties": { | ||
| "signatures": { | ||
| "2000105": "Off", | ||
| "2000106": "Deny" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2021-02-01", | ||
| "subscriptionId": "e747cc13-97d4-4a79-b463-42d7f4e558f2", | ||
| "resourceGroupName": "rg1", | ||
| "firewallPolicyName": "firewallPolicy", | ||
| "parameters": { | ||
| "id": "/subscriptions/e747cc13-97d4-4a79-b463-42d7f4e558f2/resourceGroups/rg1/providers/Microsoft.Network/firewallPolicies/firewallPolicy/IntrusionDetectionSignaturesOverrides/default", | ||
| "name": "default", | ||
| "type": "Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides", | ||
| "properties": { | ||
| "signatures": { | ||
| "2000105": "Off", | ||
| "2000106": "Deny" | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/e747cc13-97d4-4a79-b463-42d7f4e558f2/resourceGroups/rg1/providers/Microsoft.Network/firewallPolicies/firewallPolicy/IntrusionDetectionSignaturesOverrides/default", | ||
| "name": "default", | ||
| "type": "Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides", | ||
| "properties": { | ||
| "signatures": { | ||
| "2000105": "Off", | ||
| "2000106": "Deny" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2021-02-01", | ||
| "subscriptionId": "e747cc13-97d4-4a79-b463-42d7f4e558f2", | ||
| "resourceGroupName": "rg1", | ||
| "firewallPolicyName": "firewallPolicy", | ||
| "parameters": { | ||
| "id": "/subscriptions/e747cc13-97d4-4a79-b463-42d7f4e558f2/resourceGroups/rg1/providers/Microsoft.Network/firewallPolicies/firewallPolicy/IntrusionDetectionSignaturesOverrides/default", | ||
| "name": "default", | ||
| "type": "Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides", | ||
| "properties": { | ||
| "signatures": { | ||
| "2000105": "Off", | ||
| "2000106": "Deny" | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/e747cc13-97d4-4a79-b463-42d7f4e558f2/resourceGroups/rg1/providers/Microsoft.Network/firewallPolicies/firewallPolicy/IntrusionDetectionSignaturesOverrides/default", | ||
| "name": "default", | ||
| "type": "Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides", | ||
| "properties": { | ||
| "signatures": { | ||
| "2000105": "Off", | ||
| "2000106": "Deny" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.