IP Library › Granted Patent US 12,008,126
Granted Patent B2
US 12,008,126 · App. 17/448,849 · Granted Jun 11, 2024

Asynchronous supervision for sovereign cloud platforms

Inventors: Brian Scott Waters (Renton, WA); Martin Peter Check (Redmond, WA); Matthew Paul Erickson (Duvall, WA); Tyler S Wiegers (Redmond, WA); Christopher Glenn Maynard (Issaquah, WA); Siddhartha Rana (Bothell, WA); Dominic Mario Rael (Seattle, WA)
Assignee: Microsoft Technology Licensing, LLC
G06F21/6218G06Q50/26
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12,008,126
App. No.
17/448,849
Granted
Jun 11, 2024
Kind
B2
Abstract

A computer system that includes one or more processors configured to execute a secure sovereign manager that controls remote execution of commands on a sovereign cloud computing platform. The secure sovereign manager is configured to create an escorted session for an unqualified user for invoking commands on the sovereign cloud computing platform. The unqualified user does not have sovereign-trusted credentials that define qualifications required for accessing the sovereign cloud computing platform. The escorted session is asynchronously supervised by a qualified user that has sovereign-trusted credentials. The secure sovereign manager is configured to receive an indication of approval or denial of invocation of a received command. Based on at least receiving an indication of approval, the secure sovereign manager invokes the received command on the sovereign cloud computing platform.

Claims (94)

1. A computer system comprising:

one or more processors configured to execute a secure sovereign manager that controls remote execution of commands on a sovereign cloud computing platform, wherein the secure sovereign manager is configured to:

create an escorted session for an unqualified user for invoking commands on the sovereign cloud computing platform, wherein the unqualified user does not have sovereign-trusted credentials that define qualifications required for accessing the sovereign cloud computing platform, and wherein the escorted session is asynchronously supervised by a qualified user that has sovereign-trusted credentials;

receive a command from the unqualified user in the escorted session;

process the received command using a compliance analyzer to programmatically determine whether to present the received command for review by the qualified user supervising the escorted session wherein:

the compliance analyzer includes a curated list of forbidden commands; and

to programmatically determine whether to present the received command for review by the qualified user supervising the escorted session, the compliance analyzer is configured at least to determine whether the received command is included in the curated list of forbidden commands; and

based at least in part on a determination of whether to present the received command for review:

(a) determine that the received command will not be presented for review by the qualified user supervising the escorted session, prevent invocation of the received command, and send an error message to the unqualified user; or

(b) asynchronously present the received command to the qualified user,

receive an indication of approval or denial of invocation of the received command from the qualified user, and

(b1) based on at least receiving an indication of approval, invoke the received command on the sovereign cloud computing platform; or

(b2) based on at least receiving an indication of denial, prevent invocation of the received command and send an error message to the unqualified user.

2. The computer system of claim 1 , wherein the compliance analyzer includes a curated list of approved commands, and

wherein to programmatically determine whether to present the received command for review by the qualified user supervising the escorted session, the compliance analyzer is further configured to:

determine that the received command is included in the curated list of approved commands;

determine that the received command will not be presented for review by the qualified user supervising the escorted session; and

cause the received command to be invoked on the sovereign cloud computing platform.

3. The computer system of claim 1 , wherein the compliance analyzer includes a risk analysis module configured to determine a risk value that indicates a potential security risk to the sovereign cloud computing platform associated with invoking commands, and

wherein to programmatically determine whether to present the received command for review by the qualified user supervising the escorted session, the compliance analyzer is further configured to:

process the received command using the risk analysis module to determine a risk value associated with the received command;

determine that the received command will be presented for review by the qualified user supervising the escorted session based on at least the risk value associated with the received command; and

cause the received command and the determined risk value to be asynchronously presented to the qualified user.

4. The computer system of claim 3 , wherein the risk analysis module includes a machine learning model that is feedback trained to learn risk values associated with each command using a dataset of indications of approval or denial of invocation of each of those commands received from qualified users.

5. The computer system of claim 1 , wherein the secure sovereign manager is configured to:

generate a summary of commands that have been received from the unqualified user in the escorted session; and

asynchronously present the summary of commands alongside the received command to the qualified user supervising the escorted session.

6. The computer system of claim 1 , wherein the secure sovereign manager is configured to:

receive a modification input from the qualified user that includes a modification to the received command;

modify the received command based on the modification input; and

receive an indication of approval of invocation for the received command that has been modified based on the modification input.

7. The computer system of claim 1 , wherein the secure sovereign manager is configured to create a plurality of escorted sessions for a plurality of unqualified users, the plurality of escorted sessions being asynchronously supervised by the qualified user.

8. The computer system of claim 1 , wherein the secure sovereign manager is further configured to:

verify a sovereign-trusted credential of the qualified user using a credential manager associated with the sovereign cloud computing platform;

attach the verified sovereign-trusted credential of the qualified user to invoked commands that were approved by the qualified user; and

store a log of invoked commands that were approved by the qualified user.

9. The computer system of claim 1 , wherein the secure sovereign manager is further configured to:

capture a result of invocation of the received command on the sovereign cloud computing platform;

scan the result using the compliance analyzer to programmatically determine whether to present the result for review by the qualified user supervising the escorted session;

based on at least a determination to present the result for review, asynchronously present the result to the qualified user;

receive an indication of approval or denial of unqualified user access to the result from the qualified user; and

based on at least receiving an indication of approval, post the result at a storage location accessible by the unqualified user; or

based on at least receiving an indication of denial, prevent access to the result by the unqualified user.

10. The computer system of claim 9 , wherein the secure sovereign manager is further configured to:

receive a modification input from the qualified user that includes a content modification to the result;

modify a content of the result based on the modification input; and

receive an indication of approval of unqualified user access to the result that has been modified based on the modification input.

11. The computer system of claim 10 , wherein the modification input is a redaction of one or more portions of content of the result.

12. A method comprising:

at one or more processors executing a secure sovereign manager that controls remote execution of commands on a sovereign cloud computing platform:

creating an escorted session for an unqualified user for invoking commands on the sovereign cloud computing platform, wherein the unqualified user does not have sovereign-trusted credentials that define qualifications required for accessing the sovereign cloud computing platform, and wherein the escorted session is asynchronously supervised by a qualified user that has sovereign-trusted credentials;

receiving a command from the unqualified user in the escorted session;

processing the received command using a compliance analyzer to programmatically determine whether to present the received command for review by the qualified user supervising the escorted session, wherein:

the compliance analyzer includes a curated list of forbidden commands; and

programmatically determining whether to present the received command for review by the qualified user supervising the escorted session includes determining whether the received command is included in the curated list of forbidden commands; and

based at least in part on a determination of whether to present the received command for review:

(a) determining that the received command will not be presented for review by the qualified user supervising the escorted session, preventing invocation of the received command, and sending an error message to the unqualified user; or

(b) asynchronously presenting the received command to the qualified user,

receiving an indication of approval or denial of invocation of the received command from the qualified user, and

(b1) based on at least receiving an indication of approval, invoking the received command on the sovereign cloud computing platform; or

(b2) based on at least receiving an indication of denial, preventing invocation of the received command and send an error message to the unqualified user.

13. The method of claim 12 , wherein the compliance analyzer includes a curated list of approved commands, and wherein programmatically determining whether to present the received command for review by the qualified user supervising the escorted session, further comprises:

determining that the received command is included in the curated list of approved commands;

determining that the received command will not be presented for review by the qualified user supervising the escorted session; and

causing the received command to be invoked on the sovereign cloud computing platform.

14. The method of claim 12 , wherein the compliance analyzer includes a risk analysis module configured to determine a risk value that indicates a potential security risk to the sovereign cloud computing platform associated with invoking commands, and wherein programmatically determining whether to present the received command for review by the qualified user supervising the escorted session, further comprises:

processing the received command using the risk analysis module to determine a risk value associated with the received command;

determining that the received command will be presented for review by the qualified user supervising the escorted session based on at least the risk value associated with the received command; and

causing the received command and the determined risk value to be asynchronously presented to the qualified user.

15. The method of claim 12 , further comprising:

capturing a result of invocation of the received command on the sovereign cloud computing platform;

scanning the result using the compliance analyzer to programmatically determine whether to present the result for review by the qualified user supervising the escorted session;

based on at least a determination to present the result for review, asynchronously presenting the result to the qualified user;

receiving an indication of approval or denial of unqualified user access to the result from the qualified user; and

based on at least receiving an indication of approval, posting the result at a storage location accessible by the unqualified user; or

based on at least receiving an indication of denial, preventing access to the result by the unqualified user.

16. The method of claim 15 , further comprising:

receiving a modification input from the qualified user that includes a content modification to the result;

modifying a content of the result based on the modification input; and

receiving an indication of approval of unqualified user access to the result that has been modified based on the modification input.

17. The method of claim 16 , wherein the modification input is a redaction of one or more portions of content of the result.

18. A computer system comprising:

one or more processors configured to execute a secure sovereign manager that controls remote execution of commands on a sovereign cloud computing platform that is controlled by a government entity of a sovereign nation, wherein the secure sovereign manager is configured to:

create an escorted session for an unqualified user for invoking commands on the sovereign cloud computing platform, wherein the unqualified user does not have sovereign-trusted credentials that define qualifications required for accessing the sovereign cloud computing platform, wherein the escorted session is asynchronously supervised by a qualified user that has sovereign-trusted credentials, and wherein the sovereign-trusted credentials include one or more of a citizenship and a security clearance for the government entity of the sovereign nation;

receive a command from the unqualified user in the escorted session;

process the received command using a compliance analyzer to programmatically determine whether to present the received command for review by the qualified user supervising the escorted session, wherein:

the compliance analyzer includes a curated list of forbidden commands; and

to programmatically determine whether to present the received command for review by the qualified user supervising the escorted session, the compliance analyzer is configured at least to determine whether the received command is included in the curated list of forbidden commands; and

based at least in part on a determination of whether to present the received command for review:

(a) determine that the received command will not be presented for review by the qualified user supervising the escorted session, prevent invocation of the received command, and send an error message to the unqualified user; or

(b) asynchronously present the received command to the qualified user

receive an indication of approval or denial of invocation of the received command from the qualified user, and

(b1) based on at least receiving an indication of approval, invoke the received command on the sovereign cloud computing platform; or

(b2) based on at least receiving an indication of denial, prevent invocation of the received command and send an error message to the unqualified user.

Assignments (1)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Sep 24, 2021
From: WATERS, BRIAN SCOTT; CHECK, MARTIN PETER; ERICKSON, MATTHEW PAUL; WIEGERS, TYLER S; MAYNARD, CHRISTOPHER GLENN; RANA, SIDDHARTHA; RAEL, DOMINIC MARIO
To: MICROSOFT TECHNOLOGY LICENSING, LLC
Reel/Frame 057595/0400 →
Continuity (1)
Related Publication 20230093882A1 · Mar 30, 2023