WO2024254350A2 - System, method, and computer program product for dynamically controlling access based on unique access criteria - Google Patents
System, method, and computer program product for dynamically controlling access based on unique access criteria Download PDFInfo
- Publication number
- WO2024254350A2 WO2024254350A2 PCT/US2024/032872 US2024032872W WO2024254350A2 WO 2024254350 A2 WO2024254350 A2 WO 2024254350A2 US 2024032872 W US2024032872 W US 2024032872W WO 2024254350 A2 WO2024254350 A2 WO 2024254350A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- user
- access
- record
- data associated
- processor
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
- G06F21/45—Structures or tools for the administration of authentication
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
- G06F21/31—User authentication
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/55—Detecting local intrusion or implementing counter-measures
- G06F21/554—Detecting local intrusion or implementing counter-measures involving event detection and direct action
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L2463/00—Additional details relating to network architectures or network communication protocols for network security covered by H04L63/00
- H04L2463/082—Additional details relating to network architectures or network communication protocols for network security covered by H04L63/00 applying multi-factor authentication
Definitions
- This disclosure relates generally to authorizing access to production systems and, in some non-limiting embodiments or aspects, to systems, methods, and computer program products for dynamically controlling access based on unique access criteria.
- privileged users may receive authorization to access the software system from administrative users (e.g., users having a broad range of access to the software system beyond that of privileged users), granting the privileged user an authorized session on the software system (e.g., on a server of the software system).
- privileged users may exist initially as non-privileged users (e.g., users having no access to the software system) and the non-privileged users may receive login credentials (e.g., a username and a password) to use in order to authenticate as the privileged user to gain authorized access to the software system.
- the privileged users may maintain access to the software system as long as the privileged user does not terminate the authorized session (e.g., a login session).
- a computer- implemented method comprising: receiving, with at least one processor, an access request and data associated with a system record, the access request associated with a username of a user, the data associated with the system record comprising a change reason and a change identifier; provisioning, with the at least one processor, ephemeral credentials to the user based on authenticating the user and based on the data associated with the system record; authorizing, with the at least one processor, the user to access at least one target system associated with the access request based on the ephemeral credentials; determining, with the at least one processor, that the user is no longer authorized to access the at least one target system based on the ephemeral credentials; and terminating, with the at least one processor, access to the at least one target system based on determining that the user is no longer authorized to access
- the method further includes: authenticating, with the at least one processor, the user using multifactor authentication based on the username of the user.
- the ephemeral credentials are based on a secure shell protocol.
- the method further includes: prompting, with the at least one processor, the user to provide the data associated with the system record.
- the method further includes: validating, with the at least one processor, the data associated with the system record with an initial system record stored in a data repository, wherein validating the data associated with the system record comprises: determining that the data associated with the system record matches master data associated with the initial system record stored in the data repository; and correlating the data associated with the system record with the username of the user based on the master data associated with the initial system record.
- provisioning the ephemeral credentials to the user comprises: determining a duration of time associated with the system record based on the change reason; and generating the ephemeral credentials comprising the duration of time associated with the system record, the duration of time associated with the system record represents a time for which the ephemeral credentials are valid.
- determining that the user is no longer authorized to access the at least one target system comprises: determining that the duration of time associated with the system record has lapsed.
- determining that the user is no longer authorized to access the at least one target system comprises: detecting that the user has completed an action associated with the change reason and the change identifier.
- the ephemeral credentials comprise one or more user role accounts.
- the ephemeral credentials comprise a key identifier, the key identifier comprising the username of the user and the change identifier.
- the method further includes: logging, with the at least one processor, the key identifier, a time of authorization of the user, and a username of at least one user role account of the one or more user role accounts to a log record; storing, with the at least one processor, the key identifier in cache memory of the at least one target system; and retrieving, with the at least one processor, the username of the user of the key identifier from the cache memory of the production server based on a process identifier associated with the at least one target system.
- authorizing the user to access the at least one target system comprises: receiving a request for a connection, the request comprising the ephemeral credentials; retrieving master data associated with an initial system record stored in a data repository based on the change identifier of the key identifier matching a record identifier of the initial system record; and correlating the at least one target system with the change reason based on an identifier associated with the at least one target system and a change reason of the master data associated with the initial system record.
- the data repository receives the master data in real-time from a configuration management database.
- the method further includes generating the ephemeral credentials by digitally signing a user key with a root private key. In non-limiting embodiments or aspects, the method further includes: generating the root private key and corresponding root public key in response to receiving a change request; and distributing the root public key to a subset of production servers including the production server.
- a system comprising: at least one processor configured to: receive an access request and data associated with a system record, the access request associated with a username of a user, the data associated with the system record comprising a change reason and a change identifier; provision ephemeral credentials to the user based on authenticating the user and based on the data associated with the system record; authorize the user to access at least one target system associated with the access request based on the ephemeral credentials; determine that the user is no longer authorized to access the at least one target system based on the ephemeral credentials; and terminate access to the at least one target system based on determining that the user is no longer authorized to access a production server.
- the at least one processor is further configured to: authenticate the user using multifactor authentication based on the username of the user.
- the ephemeral credentials are based on a secure shell protocol.
- the at least one processor is further configured to: prompt the user to provide the data associated with the system record.
- the at least one processor is further configured to: validate the data associated with the system record with an initial system record stored in a data repository, wherein validating the data associated with the system record comprises: determining that the data associated with the system record matches master data associated with the initial system record stored in the data repository; and correlating the data associated with the system record with the username of the user based on the master data associated with the initial system record.
- provisioning the ephemeral credentials to the user comprises: determining a duration of time associated with the system record based on the change reason; and generating the ephemeral credentials comprising the duration of time associated with the system record, the duration of time associated with the system record represents a time for which the ephemeral credentials are valid.
- determining that the user is no longer authorized to access the at least one target system comprises: determining that the duration of time associated with the system record has lapsed. In non-limiting embodiments or aspects, wherein determining that the user is no longer authorized to access the at least one target system comprises: detecting that the user has completed an action associated with the change reason and the change identifier. In non-limiting embodiments or aspects, the ephemeral credentials comprise one or more user role accounts.
- authorizing the user to access the at least one target system comprises: receiving a request for a connection from the user, the request comprising the ephemeral credentials; determining that the one or more user role accounts of the ephemeral credentials is authorized to access the production server; and initiating a communication session based on the one or more user role accounts, the communication session is configured to transmit one or more messages between a user device of the user and the production server.
- the at least one processor is further configured to: record the communication session to generate a recorded communication session; associate the recorded communication session with the username of the user that transmitted the request for the connection; and store the recorded communication session and the username of the user in a data repository.
- the communication session is based on a secure shell protocol.
- the ephemeral credentials comprise a key identifier, the key identifier comprising the username of the user and the change identifier.
- the at least one processor is further configured to: log the key identifier, a time of authorization of the user, and a username of at least one user role account of the one or more user role accounts to a log record; store the key identifier in cache memory of the at least one target system; and retrieve the username of the user of the key identifier from the cache memory of the production server based on a process identifier associated with the at least one target system.
- authorizing the user to access the at least one target system comprises: receiving a request for a connection, the request comprising the ephemeral credentials; retrieving master data associated with an initial system record stored in a data repository based on the change identifier of the key identifier matching a record identifier of the initial system record; and correlating the at least one target system with the change reason based on an identifier associated with the at least one target system and a change reason of the master data associated with the initial system record.
- the data repository receives the master data in real-time from a configuration management database.
- the at least one processor is further configured to generating the ephemeral credentials by digitally signing a user key with a root private key. In non-limiting embodiments or aspects, the at least one processor is further configured to: generate the root private key and corresponding root public key in response to receiving a change request; and distribute the root public key to a subset of production servers including the production server.
- a computer program product comprising at least one non-transitory computer-readable medium including program instructions that, when executed by at least one processor, cause the at least one processor to: receive an access request and data associated with a system record, the access request associated with a username of a user, the data associated with the system record comprising a change reason and a change identifier; provision ephemeral credentials to the user based on authenticating the user and based on the data associated with the system record; authorize the user to access at least one target system associated with the access request based on the ephemeral credentials; determine that the user is no longer authorized to access the at least one target system based on the ephemeral credentials; and terminate access to the at least one target system based on determining that the user is no longer authorized to access a production server.
- a computer-implemented method comprising: receiving, with at least one processor, an access request and data associated with a system record, the access request associated with a username of a user, the data associated with the system record comprising a change reason and a change identifier; provisioning, with the at least one processor, ephemeral credentials to the user based on authenticating the user and based on the data associated with the system record; authorizing, with the at least one processor, the user to access at least one target system based on the ephemeral credentials; determining, with the at least one processor, that the user is no longer authorized to access the at least one target system based on the ephemeral credentials; and terminating, with the at least one processor, access to the at least one target system for which the user was authorized based on determining that the user is no longer authorized to access the at least one target system.
- Clause 2 The computer-implemented method of clause 1 , further comprising: authenticating, with the at least one processor, the user using multifactor authentication based on the username of the user.
- Clause 3 The computer-implemented method of clause 1 or 2, wherein the ephemeral credentials are based on a secure shell protocol.
- Clause 4 The computer-implemented method of any of clauses 1 -3, further comprising: prompting, with the at least one processor, the user to provide the data associated with the system record.
- Clause 5 The computer-implemented method of any of clauses 1 -4, further comprising: validating, with the at least one processor, the data associated with the system record with an initial system record stored in a data repository, wherein validating the data associated with the system record comprises: determining that the data associated with the system record matches master data associated with the initial system record stored in the data repository; and correlating the data associated with the system record with the username of the user based on the master data associated with the initial system record.
- Clause 6 The computer-implemented method of any of clauses 1 -5, wherein provisioning the ephemeral credentials to the user comprises: determining a duration of time associated with the system record based on the change reason; and generating the ephemeral credentials comprising the duration of time associated with the system record, wherein the duration of time associated with the system record represents a time for which the ephemeral credentials are valid.
- Clause 7 The computer-implemented method of any of clauses 1 -6, wherein determining that the user is no longer authorized to access the at least one target system comprises: determining that the duration of time associated with the system record has lapsed.
- Clause 8 The computer-implemented method of any of clauses 1 -7, wherein determining that the user is no longer authorized to access the at least one target system comprises: detecting that the user has completed an action associated with the change reason and the change identifier.
- Clause 9 The computer-implemented method of any of clauses 1 -8, wherein the ephemeral credentials comprise one or more user role accounts.
- Clause 10 The computer-implemented method of any of clauses 1 -9, wherein authorizing the user to access the at least one target system comprises: receiving a request for a connection from the user, the request comprising the ephemeral credentials; determining that the one or more user role accounts of the ephemeral credentials is authorized to access the at least one target system; and initiating a communication session based on the one or more user role accounts, wherein the communication session is configured to transmit one or more messages between a user device of the user and the production server.
- Clause 1 1 The computer-implemented method of any of clauses 1 -10, further comprising: recording the communication session to generate a recorded communication session; associating the recorded communication session with the username of the user that transmitted the request for the connection; and storing the recorded communication session and the username of the user in a data repository.
- Clause 12 The computer-implemented method of any of clauses 1 -1 1 , wherein the communication session is based on a secure shell protocol.
- Clause 13 The computer-implemented method of any of clauses 1 -12, wherein the ephemeral credentials comprise a key identifier, the key identifier comprising the username of the user and the change identifier.
- Clause 14 The computer-implemented method of any of clauses 1 -13, further comprising: logging, with the at least one processor, the key identifier, a time of authorization of the user, and a username of at least one user role account of the one or more user role accounts to a log record; storing, with the at least one processor, the key identifier in cache memory of the production server; and retrieving, with the at least one processor, the username of the user of the key identifier from the cache memory of the production server based on a process identifier associated with the production server.
- Clause 15 The computer-implemented method of any of clauses 1 -14, wherein authorizing the user to access the production server comprises: receiving a request for a connection, the request comprising the ephemeral credentials; retrieving master data associated with an initial system record stored in a data repository based on the change identifier of the key identifier matching a record identifier of the initial system record; and correlating the production server with the change reason based on an identifier associated with the at least one target system and a change reason of the master data associated with the initial system record.
- Clause 16 The computer-implemented method of any of clauses 1 -15, wherein the data repository receives the master data in real-time from a configuration management database.
- Clause 17 The computer-implemented method of any of clauses 1 -16, further comprising generating the ephemeral credentials by digitally signing a user key with a root private key.
- Clause 18 The computer-implemented method of any of clauses 1 -17, further comprising: generating the root private key and corresponding root public key in response to receiving a change request; and distributing the root public key to a subset of production servers including the production server.
- a system comprising: at least one processor configured to: receive an access request and data associated with a system record, the access request associated with a username of a user, the data associated with the system record comprising a change reason and a change identifier; provision ephemeral credentials to the user based on authenticating the user and based on the data associated with the system record; authorize the user to access at least one target system associated with the access request based on the ephemeral credentials; determine that the user is no longer authorized to access the at least one target system based on the ephemeral credentials; and terminate access to the at least one target system based on determining that the user is no longer authorized to access a production server.
- Clause 20 The system of clause 19, wherein the at least one processor is further configured to: authenticate the user using multifactor authentication based on the username of the user.
- Clause 21 The system of clause 19 or 20, wherein the ephemeral credentials are based on a secure shell protocol.
- Clause 22 The system of any of clauses 19-21 , wherein the at least one processor is further configured to: prompt the user to provide the data associated with the system record.
- Clause 23 The system of any of clauses 19-22, wherein the at least one processor is further configured to: validate the data associated with the system record with an initial system record stored in a data repository, wherein validating the data associated with the system record comprises: determining that the data associated with the system record matches master data associated with the initial system record stored in the data repository; and correlating the data associated with the system record with the username of the user based on the master data associated with the initial system record.
- Clause 24 The system of any of clauses 19-23, wherein provisioning the ephemeral credentials to the user comprises: determining a duration of time associated with the system record based on the change reason; and generating the ephemeral credentials comprising the duration of time associated with the system record, wherein the duration of time associated with the system record represents a time for which the ephemeral credentials are valid.
- Clause 25 The system of any of clauses 19-24, wherein determining that the user is no longer authorized to access the at least one target system comprises: determining that the duration of time associated with the system record has lapsed.
- Clause 26 The system of any of clauses 19-25, wherein determining that the user is no longer authorized to access the at least one target system comprises: detecting that the user has completed an action associated with the change reason and the change identifier.
- Clause 27 The system of any of clauses 19-26, wherein the ephemeral credentials comprise one or more user role accounts.
- Clause 28 The system of any of clauses 19-27, wherein authorizing the user to access the at least one target system comprises: receiving a request for a connection from the user, the request comprising the ephemeral credentials; determining that the one or more user role accounts of the ephemeral credentials is authorized to access the production server; and initiating a communication session based on the one or more user role accounts, wherein the communication session is configured to transmit one or more messages between a user device of the user and the production server.
- Clause 29 The system of any of clauses 19-28, wherein the at least one processor is further configured to: record the communication session to generate a recorded communication session; associate the recorded communication session with the username of the user that transmitted the request for the connection; and store the recorded communication session and the username of the user in a data repository.
- Clause 30 The system of any of clauses 19-29, wherein the communication session is based on a secure shell protocol.
- Clause 31 The system of any of clauses 19-30, wherein the ephemeral credentials comprise a key identifier, the key identifier comprising the username of the user and the change identifier.
- Clause 32 The system of any of clauses 19-31 , wherein the at least one processor is further configured to: log the key identifier, a time of authorization of the user, and a username of at least one user role account of the one or more user role accounts to a log record; store the key identifier in cache memory of the at least one target system; and retrieve the username of the user of the key identifier from the cache memory of the production server based on a process identifier associated with the at least one target system.
- Clause 33 The system of any of clauses 19-32, wherein authorizing the user to access the at least one target system comprises: receiving a request for a connection, the request comprising the ephemeral credentials; retrieving master data associated with an initial system record stored in a data repository based on the change identifier of the key identifier matching a record identifier of the initial system record; and correlating the at least one target system with the change reason based on an identifier associated with the at least one target system and a change reason of the master data associated with the initial system record.
- Clause 34 The system of any of clauses 19-33, wherein the data repository receives the master data in real-time from a configuration management database.
- Clause 35 The system of any of clauses 19-34 wherein the at least one processor is further configured to generating the ephemeral credentials by digitally signing a user key with a root private key.
- Clause 36 The system of any of clauses 19-35, wherein the at least one processor is further configured to: generate the root private key and corresponding root public key in response to receiving a change request; and distribute the root public key to a subset of production servers including the production server.
- a computer program product comprising at least one non- transitory computer-readable medium including program instructions that, when executed by at least one processor, cause the at least one processor to: receive an access request and data associated with a system record, the access request associated with a username of a user, the data associated with the system record comprising a change reason and a change identifier; provision ephemeral credentials to the user based on authenticating the user and based on the data associated with the system record; authorize the user to access at least one target system associated with the access request based on the ephemeral credentials; determine that the user is no longer authorized to access the at least one target system based on the ephemeral credentials; and terminate access to the at least one target system based on determining that the user is no longer authorized to access a production server.
- FIG. 1 is a schematic diagram of a system for dynamically controlling access based on unique access criteria according to some non-limiting embodiments or aspects;
- FIG. 2 is a flow diagram of a process for dynamically controlling access based on unique access criteria according to some non-limiting embodiments or aspects;
- FIG. 3 is a diagram of an exemplary environment in which methods, systems, and/or computer program products, described herein, may be implemented according to some non-limiting embodiments or aspects;
- FIG. 4 is a schematic diagram of example components of one or more devices of FIG. 1 and/or FIG. 3 according to some non-limiting embodiments or aspects.
- the terms “has,” “have,” “having,” or the like are intended to be open-ended terms. Further, the phrase “based on” is intended to mean “based at least partially on” unless explicitly stated otherwise.
- reference to an action being “based on” a condition may refer to the action being “in response to” the condition.
- the phrases “based on” and “in response to” may, in some non-limiting embodiments or aspects, refer to a condition for automatically triggering an action (e.g., a specific operation of an electronic device, such as a computing device, a processor, and/or the like).
- the term “communication” may refer to the reception, receipt, transmission, transfer, provision, and/or the like of data (e.g., information, signals, messages, instructions, commands, and/or the like).
- data e.g., information, signals, messages, instructions, commands, and/or the like.
- one unit e.g., a device, a system, a component of a device or system, combinations thereof, and/or the like
- this may refer to a direct or indirect connection (e.g., a direct communication connection, an indirect communication connection, and/or the like) that is wired and/or wireless in nature.
- two units may be in communication with each other even though the information transmitted may be modified, processed, relayed, and/or routed between the first and second unit.
- a first unit may be in communication with a second unit even though the first unit passively receives information and does not actively transmit information to the second unit.
- a first unit may be in communication with a second unit if at least one intermediary unit processes information received from the first unit and communicates the processed information to the second unit.
- a message may refer to a network packet (e.g., a data packet and/or the like) that includes data. It will be appreciated that numerous other arrangements are possible.
- server may refer to or include one or more computing devices that are operated by or facilitate communication and processing for multiple parties in a network environment, such as the Internet, although it will be appreciated that communication may be facilitated over one or more public or private network environments and that various other arrangements are possible.
- a network environment such as the Internet
- multiple computing devices e.g., servers, point-of-sale (POS) devices, mobile devices, etc.
- POS point-of-sale
- system may refer to one or more computing devices or combinations of computing devices (e.g., processors, servers, client devices, software applications, components of such, and/or the like).
- references to “a device,” “a server,” “a processor,” and/or the like, as used herein, may refer to a previously-recited device, server, or processor that is recited as performing a previous step or function, a different device, server, or processor, and/or a combination of devices, servers, and/or processors.
- a first device, a first server, or a first processor that is recited as performing a first step or a first function may refer to the same or different device, server, or processor recited as performing a second step or a second function.
- issuer institution may refer to one or more entities, such as a bank, that provide accounts to customers for conducting transactions (e.g., payment transactions), such as initiating credit and/or debit payments.
- issuer institution may provide an account identifier, such as a PAN, to a customer that uniquely identifies one or more accounts associated with that customer.
- the account identifier may be embodied on a portable financial device, such as a physical financial instrument, e.g., a payment card, and/or may be electronic and used for electronic payments.
- issuer system refers to one or more computer devices operated by or on behalf of an issuer institution, such as a server computer executing one or more software applications.
- an issuer system may include one or more authorization servers for authorizing a transaction.
- the term “payment device” may refer to an electronic payment device, a portable financial device (e.g., a payment card, such as a credit or debit card), a gift card, a smartcard, smart media, a payroll card, a healthcare card, a wristband, a machine-readable medium containing account information, a keychain device or fob, a radio frequency identification (RFID) transponder, a retailer discount or loyalty card, a cellular phone, an electronic wallet mobile application, a PDA, a pager, a security card, a computing device, an access card, a wireless terminal, a transponder, and/or the like.
- a portable financial device e.g., a payment card, such as a credit or debit card
- a gift card e.g., a credit or debit card
- a smartcard such as a credit or debit card
- smart media e.g., a gift card, e.g., a gift card, a smartcard, smart media,
- the payment device may include volatile or non-volatile memory to store information (e.g., an account identifier, a name of the account holder, and/or the like).
- client and client device may refer to one or more client-side devices or systems (e.g., one or more computing devices remote from a transaction service provider) used to initiate or facilitate a transaction (e.g., a payment transaction).
- client device may refer to one or more POS devices used by a merchant, one or more acquirer host computers used by an acquirer, one or more mobile devices used by a user, and/or the like.
- a client device may be an electronic device configured to communicate with one or more networks and initiate or facilitate transactions.
- a client device may include one or more computers, portable computers, laptop computers, tablet computers, mobile devices, cellular phones, wearable devices (e.g., watches, glasses, lenses, clothing, and/or the like), PDAs, and/or the like.
- a “client” may also refer to an entity (e.g., a merchant, an acquirer, and/or the like) that owns, utilizes, and/or operates a client device for initiating transactions (e.g., for initiating transactions with a transaction service provider).
- transaction service provider may refer to an entity that receives transaction authorization requests from merchants or other entities and provides guarantees of payment, in some cases through an agreement between the transaction service provider and an issuer institution.
- a transaction service provider may include a payment network such as Visa® or any other entity that processes transactions.
- transaction processing system may refer to one or more computer systems operated by or on behalf of a transaction service provider, such as a transaction processing server executing one or more software applications.
- a transaction processing server may include one or more processors and, in some non-limiting embodiments or aspects, may be operated by or on behalf of a transaction service provider.
- non-limiting embodiments or aspects of the disclosed subject matter may authorize the user to access a target system, such as a production server, for a predetermined duration of time (e.g., a window of time).
- a target system such as a production server
- Non-limiting embodiments or aspects of the disclosed subject matter may terminate access authorized to the user based on detecting that the user has completed an action (e.g., an intended action, a documented action, a recorded action, and/or the like) on the production server (e.g., an application executing on the production server).
- non-limiting embodiments or aspects of the disclosed subject matter may determine (e.g., track, record, and/or the like) a username of the user (e.g., corresponding to the user) that the user used (e.g., that the user was signed into) when the user was authorized to access the production server.
- Non-limiting embodiments or aspects of the disclosed subject matter may validate the authorization of the user to access the production server against data associated with a change control management system (e.g., change control data, data associated with change requests (CRQs), and/or the like).
- a change control management system e.g., change control data, data associated with change requests (CRQs), and/or the like.
- Non-limiting embodiments or aspects of the disclosed subject matter may authorize users to access a target system in real-time without requiring a user to have specific login information associated with a privileged account and/or an administrative account. Additionally, once a user is authorized access to a target system, non-limiting embodiments or aspects of the disclosed subject matter may detect when a user performs an authorized and/or an unauthorized action and non-limiting embodiments or aspects may terminate the authorization of the user to access the target system in real-time (e.g., within seconds or milliseconds such that it is substantially imperceptible to the user) when the user performs an unauthorized action.
- Non-limiting embodiments or aspects of the disclosed subject matter may automate the approval and provisioning of authorization of the user to access the target system by leveraging a data repository storing a plurality of data associated with the change control management system (e.g., a plurality of data associated with change requests and/or the like).
- non-limiting embodiments or aspects of the disclosed subject matter may align (e.g., control) the provisioning of authorization to users to access target systems with requirements for a change and/or fixing an incident associated with a target system such that the user is only authorized access to a system (e.g., to parts of a production system, to software applications of a production system, and/or the like) that is within the scope of the change and/or the requirement to fix the incident.
- non-limiting embodiments or aspects of the disclosed subject matter may prevent unauthorized changes and/or tampering with target systems, even by users who may be authorized to access the system for a proper purpose.
- non-limiting embodiments or aspects of the disclosed subject matter may dynamically control a user’s authorization and/or access to target systems based on unique criteria that outlines the amount of access that the user may require to perform a specific action and/or task.
- Non-limiting embodiments or aspects also provide for traceability by mapping the activity of an authorized principal to the user in real-time (e.g., while the user is making changes), even when multiple users are concurrently active with the same authorized principal (e.g., a shared principal entity) on the same server.
- Nonlimiting embodiments or aspects described herein may be used to provide privileged access to a UNIX-based system, although it will be appreciated that non-limiting embodiments may be used to provide access to various types of systems.
- Access authorization system 102 may include a computing device, such as a server (e.g., a single server), a group of servers, and/or other like devices.
- access authorization system 102 may include a processor and/or memory, as described herein.
- access authorization system 102 may include one or more software instructions (e.g., one or more software applications) executing on a server (e.g., a single server), a group of servers, a computing device (e.g., a single computing device), a group of computing devices, and/or other like devices.
- access authorization system 102 may be configured to communicate with server 104, user device 106, and/or data repository 108. In some non-limiting embodiments or aspects, access authorization system 102 may be in communication with server 104, user device 106, and/or data repository 108 such that access authorization system 102 is separate from server 104, user device 106, and/or data repository 108. In some non-limiting embodiments or aspects, server 104, user device 106, and/or data repository 108 may be implemented by (e.g., may be part of) access authorization system 102.
- Server 104 may include at least one server, computing device, and/or at least one processor (e.g., a multi-core processor), such as a central processing unit (CPU), an accelerated processing unit (APU), a graphics processing unit (GPU), a microprocessor, and/or the like.
- server 104 may be programmed to perform one or more steps of methods described herein.
- server 104 may be in communication with one or more user devices 106.
- server 104 may be configured to receive information from and/or communicate (e.g., transmit) information to access authorization system 102, one or more user devices 106, one or more other servers 104, and/or data repository 108.
- server 104 may execute an instance (e.g., an instance of a software application) of access authorization system 102.
- server 104 may be implemented by (e.g., may be part of) access authorization system 102.
- server 104 may be in communication with access authorization system 102 such that server 104 is separate from access authorization system 102.
- user device 106 may include a computing device configured to communicate with access authorization system 102 and/or server 104 via a communication network.
- user device 106 may include a computing device, such as a desktop computer, a portable computer (e.g., tablet computer, a laptop computer, and/or the like), a mobile device (e.g., a cellular phone, a smartphone, a personal digital assistant, a wearable device, and/or the like), and/or other like devices.
- user device 106 may be associated with a user (e.g., an individual operating user device 106).
- user device 106 may be implemented by (e.g., may be part of) access authorization system 102. In some examples, user device 106 may be in communication with access authorization system 102 and/or server 104 such that user device 106 is separate from access authorization system 102 and/or server 104.
- data repository 108 may include a computing device (e.g., a database device) configured to communicate with access authorization system 102 and/or server 104 via a communication network.
- data repository 108 may include a server, a group of servers, and/or other like devices.
- data repository 108 may be associated with one or more computing devices providing interfaces, such that a user (e.g., an administrative user) may interact with data repository 108 via the one or more computing devices.
- Data repository 108 may be in communication with access authorization system 102 and/or server 104 such that data repository 108 is separate from access authorization system 102 and/or server 104.
- data repository 108 may be implemented by (e.g., may be part of) access authorization system 102, server 104, and/or user device 106.
- FIG. 1 The number and arrangement of systems and devices shown in FIG. 1 are provided as an example. There may be additional systems and/or devices, fewer systems and/or devices, different systems and/or devices, and/or differently arranged systems and/or devices than those shown in FIG. 1. Furthermore, two or more systems or devices shown in FIG. 1 may be implemented within a single system or device, or a single system or device shown in FIG. 1 may be implemented as multiple, distributed systems or devices. Additionally or alternatively, a set of systems (e.g., one or more systems) or a set of devices (e.g., one or more devices) of system 100 may perform one or more functions described as being performed by another set of systems or another set of devices of system 100.
- a set of systems e.g., one or more systems
- a set of devices e.g., one or more devices
- process 200 may include receiving an access request from a user.
- access authorization system 102 may receive an access request and data associated with a system record from a user.
- the request is for a credential for any server and/or system in the scope of an incident or change request (e.g., as indicated by a change identifier and/or incident identifier).
- an incident or change request may be mapped to one or more systems that host and/or manage one or more applications, development environments, tools, operating systems, and/or the like.
- the access request may be for an SSH (Secure Shell) certificate (e.g., for SSH certificate-based authentication) and/or another type of public/private key pair authentication schema.
- the access request may be associated with a username of the user that transmitted the access request to access authorization system 102.
- the data associated with the system record may include a change reason and a change identifier.
- access authorization system 102 may prompt the user to provide the data associated with the system record and access authorization may receive the data associated with the system record from user device 106 associated with the user.
- access authorization system 102 may validate the data associated with the system record with an initial system record.
- a plurality of initial system records may be stored in data repository 108.
- the plurality of initial system records may include the initial system record.
- access authorization system 102 may validate the data associated with the system record by determining that the data associated with the system record matches master data associated with the initial system record stored in data repository 108.
- access authorization system 102 may validate the data associated with the system record by correlating the data associated with the system record with the username of the user based on the master data associated with the initial system record.
- the credentials are generated by a credentialing service (e.g., associated with a Certificate Authority (CA)) that generates an SSH certificate, as an example, by digitally signing a public key of the user with a private key of the CA.
- the public key corresponding to the private key of the CA may be distributed to target production systems.
- the credentialing service may include a frontend client and a backend service, where the frontend client is on the user device and prompts the users for a valid change and/or incident and forwards the credential request to the backend service, and where the backend service receives the request and validates whether the change and/or incident is valid.
- the SSH certificate used as an ephemeral credential may be associated with and/or include a list of authorized principals (e.g., authorized administrative entities), such that a user with the SSH certificate can only impersonate or act in the capacity of those listed authorized principals.
- authorized principals e.g., authorized administrative entities
- access authorization system 102 may authenticate the user using multifactor authentication. In some non-limiting embodiments or aspects, access authorization system 102 may authenticate the user based on the username of the user.
- the ephemeral credentials may include a key identifier (e.g., a key identifier associated with the ephemeral credentials).
- the key identifier may include the username of the user and the change identifier (e.g., the username of the user concatenated with the change identifier). However, it will be appreciated that the key identifier may include any unique identifier such as a string of characters and/or the like.
- the ephemeral credential is used to open a session and may no longer be involved as the session progresses.
- the session may be terminated at the same time that the credential is set to expire.
- access authorization system 102 may log (e.g., record and/or track in a log record stored on a recording medium, such as a data storage device) the key identifier, a time of authorization of the user, and a username of at least one user role account of the one or more user role accounts.
- access authorization system 102 may store the key identifier in cache memory of a production server and/or other system.
- access authorization system 102 may retrieve the username of the user of (e.g., included in) the key identifier from the cache memory of the production server and/or other system based on a process identifier associated with the production server and/or other system. [0089] In some non-limiting embodiments or aspects, access authorization system 102 may provision the ephemeral credentials to the user, the ephemeral credentials including a duration of time associated with the system record. For example, access authorization system 102 may determine the duration of time associated with the system record based on the change reason. In some non-limiting embodiments or aspects, access authorization system 102 may assign the duration of time to the ephemeral credentials.
- access authorization system 102 may generate the ephemeral credentials including the duration of time associated with the system record.
- the duration of time associated with the system record may represent a time for which the ephemeral credentials are valid.
- access authorization system 102 may provision ephemeral credentials that are unique to the user and a jump-server and/or bastion host used for protecting ports in a public network.
- process 200 may include authorizing the user to access a target system (e.g., production system and/or other system).
- a target system e.g., production system and/or other system.
- access authorization system 102 may authorize the user to access the production server and/or other system based on the ephemeral credentials (e.g., based on access authorization system 102 accepting the ephemeral credentials as valid credentials).
- access authorization system 102 may authorize the user to access the production server and/or other system by receiving a request for a connection from the user.
- the request may include the ephemeral credentials.
- access authorization system 102 may authorize the user to access the production server and/or other system by determining that the one or more user role accounts of the ephemeral credentials (e.g., the list of one or more user role accounts associated with the ephemeral credentials) is authorized to access the production server and/or other system.
- the one or more user role accounts of the ephemeral credentials e.g., the list of one or more user role accounts associated with the ephemeral credentials
- access authorization system 102 may authorize the user to access the production server and/or other system by receiving a request for a connection.
- the request may include the ephemeral credentials.
- access authorization system 102 may authorize the user to access the production server and/or other system by retrieving master data associated with an initial system record stored in data repository 108.
- Access authorization system 102 may retrieve the master data based on the change identifier of (e.g., included in) the key identifier matching a record identifier of the initial system record (e.g., an initial system record identifier, such as an integer).
- access authorization system 102 may authorize the user to access the production server and/or other system by correlating the production server and/or other system with the change reason based on the identifier associated with the production server and/or other system and a change reason of the master data associated with the initial system record.
- data repository 108 may receive the master data (e.g., master data associated with a plurality of initial system records) in real-time from a configuration management database (e.g., ServiceNow®).
- access authorization system 102 may initiate a communication session based on the one or more user role accounts (e.g., during and/or after access authorization system 102 authorizes the user to access the production server and/or other system).
- the communication session may be configured to transmit one or more messages between a user device of the user and the production server and/or other system.
- the communication session may be based on a secure shell protocol.
- an authorized principal command on every target host is configured to resolve whether a given authorized principal is allowed to access the target host. Every login using the ephemeral credential automatically triggers the authorized principal command, such that the list of authorized principal(s) is returned and can be checked against the authorized principal(s) in the ephemeral credential. If there is no match, authentication is denied.
- the authorized principal command may have access to incoming credential details such as the key identifier, and may use the key identifier to query, in real-time (e.g., within seconds or milliseconds such that it is substantially imperceptible to the user), a data structure that includes the scope of change and/or incident request to determine whether the scope includes the current server/host.
- the list of authorized principals may be returned by the authorized principal command in response to determining that the scope includes the current server/host. Otherwise, the command may return null or empty authorized principals, denying authorization.
- access authorization system 102 may record the communication session to generate a recorded communication session. In some non-limiting embodiments or aspects, access authorization system 102 may associate the recorded communication session with the username of the user that transmitted the request for the connection. In some non-limiting embodiments or aspects, access authorization system 102 may store the recorded communication session and the username of the user in data repository 108. For example, access authorization system 102 may store the recorded communication session with the username of the user that is associated with the recorded communication session such that the recorded communication session and the username of the user are associated in data repository 108.
- process 200 may include determining that the user is not authorized to access the target system and/or other system.
- access authorization system 102 may determine that the user is not authorized (e.g., no longer authorized after previously being authorized) to access the target system based on the ephemeral credentials.
- access authorization system 102 may determine that the user is not authorized to access the target system based on determining that the duration of time associated with the system record has lapsed.
- access authorization system 102 may determine that the user is not authorized to access the target system on detecting that the user has completed an action associated with the change reason and the change identifier.
- the CA public key (e.g., the CA public key that may be distributed to target systems as an initial set-up step) may be ephemeral in addition to the ephemeral credential (e.g., an SSH certificate) issued to the user.
- a credentialing service may generate an ephemeral public/private key pair (e.g., a “CA root key”) in response to a change request, and distribute the ephemeral CA root public key to only the target systems (e.g., hosts, production servers, and/or other systems) that are in scope for the change request.
- target systems e.g., hosts, production servers, and/or other systems
- the ephemeral credential generated for the user may be signed with the CA root private key that corresponds to the CA root public key.
- the ephemeral credential provisioned to the user e.g., an SSH certificate or the like
- unauthorized lateral access may be prevented and detected.
- every successful SSH connection e.g., port 22 or the like
- any production systems production hosts
- a script that is configured to extract information such as source user, source port, destination host, destination port, and/or the like. That information may be logged (e.g., in a sold-state hybrid drive (SSHD) or the like).
- SSHD sold-state hybrid drive
- SSH client data (e.g., timestamp, target host/server, source host, port, user identifier, and/or the like) may be correlated to logged data, using the timestamp, source post, port, and target server/host, as examples, for the key between the two different data sources to determine when a user logged onto which monitored service identifier and from which source server to which target server.
- Both data sources may then be input into a monitoring and alerting system.
- the alerts may be input into a data lake (e.g., via Hadoop or the like) and processed by one or more anomaly detection algorithms (e.g., such as a machinelearning algorithm or the like).
- the monitoring and alerting may prevent and detect lateral access even in the absence of micro segmentation.
- Non-limiting embodiments described herein may be used to seamlessly control a user’s access to production systems with approved change or valid incident windows by leveraging the enterprise change management system in substantially real-time (e.g., within seconds or milliseconds such that it is substantially imperceptible to the user). This improves security, improves user productivity, and offers frictionless production access when needed, by seamlessly automating the integration of complex systems.
- FIG. 3 shown is a diagram of a non-limiting embodiment or aspect of an exemplary environment 300 in which systems, products, and/or methods, as described herein, may be implemented.
- environment 300 may include transaction service provider system 302, issuer system 304, customer device 306, merchant system 308, acquirer system 310, and communication network 312.
- each of access authorization system 102, server 104, user device 106, and/or data repository 108 may be implemented by (e.g., may be part of) transaction service provider system 302.
- each of access authorization system 102, server 104, user device 106, and/or data repository 108 may be implemented by (e.g., may be part of) another system, another device, another group of systems, or another group of devices, separate from or including transaction service provider system 302, such as issuer system 304, merchant system 308, acquirer system 310, and/or the like.
- Transaction service provider system 302 may include one or more devices capable of receiving information from and/or communicating information to issuer system 304, customer device 306, merchant system 308, and/or acquirer system 310 via communication network 312.
- transaction service provider system 302 may include a computing device, such as a server (e.g., a transaction processing server), a group of servers, and/or other like devices.
- transaction service provider system 302 may be associated with a transaction service provider as described herein.
- transaction service provider system 302 may be in communication with a data storage device (e.g., data repository 108), which may be local or remote to transaction service provider system 302.
- transaction service provider system 302 may be capable of receiving information from, storing information in, communicating information to, or searching information stored in the data storage device.
- Issuer system 304 may include one or more devices capable of receiving information and/or communicating information to transaction service provider system 302, customer device 306, merchant system 308, and/or acquirer system 310 via communication network 312.
- issuer system 304 may include a computing device, such as a server, a group of servers, and/or other like devices.
- issuer system 304 may be associated with an issuer institution as described herein.
- issuer system 304 may be associated with an issuer institution that issued a credit account, debit account, credit card, debit card, and/or the like to a user associated with customer device 306.
- Customer device 306 may include one or more devices capable of receiving information from and/or communicating information to transaction service provider system 302, issuer system 304, merchant system 308, and/or acquirer system 310 via communication network 312. Additionally or alternatively, each customer device 306 may include a device capable of receiving information from and/or communicating information to other customer devices 306 via communication network 312, another network (e.g., an ad hoc network, a local network, a private network, a virtual private network, and/or the like), and/or any other suitable communication technique. For example, customer device 306 may include a client device and/or the like.
- customer device 306 may or may not be capable of receiving information (e.g., from merchant system 308 or from another customer device 306) via a short-range wireless communication connection (e.g., an NFC communication connection, an RFID communication connection, a Bluetooth® communication connection, a Zigbee® communication connection, and/or the like), and/or communicating information (e.g., to merchant system 308) via a short-range wireless communication connection.
- a short-range wireless communication connection e.g., an NFC communication connection, an RFID communication connection, a Bluetooth® communication connection, a Zigbee® communication connection, and/or the like
- communicating information e.g., to merchant system 308 via a short-range wireless communication connection.
- Merchant system 308 may include one or more devices capable of receiving information from and/or communicating information to transaction service provider system 302, issuer system 304, customer device 306, and/or acquirer system 310 via communication network 312.
- Merchant system 308 may also include a device capable of receiving information from customer device 306 via communication network 312, a communication connection (e.g., an NFC communication connection, an RFID communication connection, a Bluetooth® communication connection, a Zigbee® communication connection, and/or the like) with customer device 306, and/or the like, and/or communicating information to customer device 306 via communication network 312, the communication connection, and/or the like.
- a communication connection e.g., an NFC communication connection, an RFID communication connection, a Bluetooth® communication connection, a Zigbee® communication connection, and/or the like
- merchant system 308 may include a computing device, such as a server, a group of servers, a client device, a group of client devices, and/or other like devices. In some non-limiting embodiments or aspects, merchant system 308 may be associated with a merchant as described herein. In some non-limiting embodiments or aspects, merchant system 308 may include one or more client devices. For example, merchant system 308 may include a client device that allows a merchant to communicate information to transaction service provider system 302. In some non-limiting embodiments or aspects, merchant system 308 may include one or more devices, such as computers, computer systems, and/or peripheral devices capable of being used by a merchant to conduct a transaction with a user.
- Acquirer system 310 may include one or more devices capable of receiving information from and/or communicating information to transaction service provider system 302, issuer system 304, customer device 306, and/or merchant system 308 via communication network 312.
- acquirer system 310 may include a computing device, a server, a group of servers, and/or the like. In some non-limiting embodiments or aspects, acquirer system 310 may be associated with an acquirer as described herein.
- Communication network 312 may include one or more wired and/or wireless networks.
- communication network 312 may include a cellular network (e.g., a long-term evolution (LTE®) network, a third generation (3G) network, a fourth generation (4G) network, a fifth generation (5G) network, a code division multiple access (CDMA) network, and/or the like), a public land mobile network (PLMN), a local area network (LAN), a wide area network (WAN), a metropolitan area network (MAN), a telephone network (e.g., the public switched telephone network (PSTN)), a private network (e.g., a private network associated with a transaction service provider), an ad hoc network, an intranet, the Internet, a fiber optic-based network, a cloud computing network, and/or the like, and/or a combination of these or other types of networks.
- LTE® long-term evolution
- 3G third generation
- 4G fourth generation
- 5G fifth generation
- CDMA code division multiple
- FIG. 3 The number and arrangement of systems, devices, and/or networks shown in FIG. 3 are provided as an example. There may be additional systems, devices, and/or networks; fewer systems, devices, and/or networks; different systems, devices, and/or networks; and/or differently arranged systems, devices, and/or networks than those shown in FIG. 3. Furthermore, two or more systems or devices shown in FIG. 3 may be implemented within a single system or device, or a single system or device shown in FIG. 3 may be implemented as multiple, distributed systems or devices.
- a set of systems e.g., one or more systems
- a set of devices e.g., one or more devices
- environment 300 may perform one or more functions described as being performed by another set of systems or another set of devices of environment 300.
- Device 900 may correspond to at least one of access authorization system 102, server 104, user device 106, and/or data repository 108 in FIG. 1 and/or at least one of transaction service provider system 302, issuer system 304, customer device 306, merchant system 308, and/or acquirer system 310 in FIG. 3, as an example.
- such systems or devices in FIG. 1 or FIG. 3 may include at least one device 900 and/or at least one component of device 900.
- the number and arrangement of components shown in FIG. 4 are provided as an example.
- device 900 may include additional components, fewer components, different components, or differently arranged components than those shown in FIG. 4. Additionally, or alternatively, a set of components (e.g., one or more components) of device 900 may perform one or more functions described as being performed by another set of components of device 900.
- a set of components e.g., one or more components
- device 900 may include bus 902, processor 904, memory 906, storage component 908, input component 910, output component 912, and communication interface 914.
- Bus 902 may include a component that permits communication among the components of device 900.
- processor 904 may be implemented in hardware, firmware, or a combination of hardware and software.
- processor 904 may include a processor (e.g., a central processing unit (CPU), a graphics processing unit (GPU), an accelerated processing unit (APU), etc.), a microprocessor, a digital signal processor (DSP), and/or any processing component (e.g., a field-programmable gate array (FPGA), an application-specific integrated circuit (ASIC), etc.) that can be programmed to perform a function.
- Memory 906 may include random access memory (RAM), read only memory (ROM), and/or another type of dynamic or static storage device (e.g., flash memory, magnetic memory, optical memory, etc.) that stores information and/or instructions for use by processor 904.
- RAM random access memory
- ROM read only memory
- static storage device e.g., flash memory, magnetic memory, optical memory, etc.
- memory 906 may be the same as or similar to data repository 108.
- storage component 908 may store information and/or software related to the operation and use of device 900.
- storage component 908 may include a hard disk (e.g., a magnetic disk, an optical disk, a magneto-optic disk, a solid state disk, etc.) and/or another type of computer-readable medium.
- storage component 908 may be the same as or similar to data repository 108.
- Input component 910 may include a component that permits device 900 to receive information, such as via user input (e.g., a touch screen display, a keyboard, a keypad, a mouse, a button, a switch, a microphone, etc.).
- input component 910 may include a sensor for sensing information (e.g., a global positioning system (GPS) component, an accelerometer, a gyroscope, an actuator, etc.).
- Output component 912 may include a component that provides output information from device 900 (e.g., a display, a speaker, one or more light-emitting diodes (LEDs), etc.).
- Communication interface 914 may include a transceiver-like component (e.g., a transceiver, a separate receiver and transmitter, etc.) that enables device 900 to communicate with other devices, such as via a wired connection, a wireless connection, or a combination of wired and wireless connections.
- Communication interface 914 may permit device 900 to receive information from another device and/or provide information to another device.
- communication interface 914 may include an Ethernet interface, an optical interface, a coaxial interface, an infrared interface, a radio frequency (RF) interface, a universal serial bus (USB) interface, a Wi-Fi® interface, a cellular network interface, and/or the like.
- RF radio frequency
- USB universal serial bus
- Device 900 may perform one or more processes described herein. Device 900 may perform these processes based on processor 904 executing software instructions stored by a computer-readable medium, such as memory 906 and/or storage component 908.
- a computer-readable medium may include any non- transitory memory device.
- a memory device includes memory space located inside of a single physical storage device or memory space spread across multiple physical storage devices.
- Software instructions may be read into memory 906 and/or storage component 908 from another computer-readable medium or from another device via communication interface 914. When executed, software instructions stored in memory 906 and/or storage component 908 may cause processor 904 to perform one or more processes described herein.
- hardwired circuitry may be used in place of or in combination with software instructions to perform one or more processes described herein.
- embodiments described herein are not limited to any specific combination of hardware circuitry and software.
- the term “configured to,” as used herein, may refer to an arrangement of software, device(s), and/or hardware for performing and/or enabling one or more functions (e.g., actions, processes, steps of a process, and/or the like).
- a processor configured to may refer to a processor that executes software instructions (e.g., program code) that cause the processor to perform one or more functions.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Computer Hardware Design (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Storage Device Security (AREA)
Abstract
Description
Claims
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202480036997.8A CN121399604A (en) | 2023-06-06 | 2024-06-06 | Systems, methods, and computer program products for dynamically controlling access based on unique access criteria |
| EP24820060.2A EP4724922A4 (en) | 2023-06-06 | 2024-06-06 | SYSTEM, METHOD AND COMPUTER PROGRAM PRODUCT FOR DYNAMIC ACCESS CONTROL BASED ON UNIQUE ACCESS CRITERIA |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US202363471296P | 2023-06-06 | 2023-06-06 | |
| US63/471,296 | 2023-06-06 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2024254350A2 true WO2024254350A2 (en) | 2024-12-12 |
| WO2024254350A3 WO2024254350A3 (en) | 2025-01-16 |
Family
ID=93794586
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2024/032872 Ceased WO2024254350A2 (en) | 2023-06-06 | 2024-06-06 | System, method, and computer program product for dynamically controlling access based on unique access criteria |
Country Status (3)
| Country | Link |
|---|---|
| EP (1) | EP4724922A4 (en) |
| CN (1) | CN121399604A (en) |
| WO (1) | WO2024254350A2 (en) |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7200754B2 (en) * | 2003-03-03 | 2007-04-03 | International Business Machines Corporation | Variable expiration of passwords |
| US9363301B2 (en) * | 2014-10-21 | 2016-06-07 | Twilio, Inc. | System and method for providing a micro-services communication platform |
| US9635045B2 (en) * | 2015-04-23 | 2017-04-25 | Dell Software, Inc. | Detecting unauthorized, risky, or inefficient usage of privileged credentials through analysis of remote shell protocol bandwidth |
| EP3979219A1 (en) * | 2018-11-02 | 2022-04-06 | Assa Abloy AB | System, methods, and devices for access control |
| US11824860B2 (en) * | 2021-06-16 | 2023-11-21 | Ebay Inc. | Session-centric access control for secure ephemeral shells |
-
2024
- 2024-06-06 EP EP24820060.2A patent/EP4724922A4/en active Pending
- 2024-06-06 CN CN202480036997.8A patent/CN121399604A/en active Pending
- 2024-06-06 WO PCT/US2024/032872 patent/WO2024254350A2/en not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| WO2024254350A3 (en) | 2025-01-16 |
| EP4724922A2 (en) | 2026-04-15 |
| CN121399604A (en) | 2026-01-23 |
| EP4724922A4 (en) | 2026-04-15 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11785008B1 (en) | Passive authentication during mobile application registration | |
| US11240220B2 (en) | Systems and methods for user authentication based on multiple devices | |
| US10242362B2 (en) | Systems and methods for issuance of provisional financial accounts to mobile devices | |
| US20210390548A1 (en) | Passwordless authentication through use of device tokens or web browser cookies | |
| US9613377B2 (en) | Account provisioning authentication | |
| US10304048B2 (en) | Limited use authentication on detection of non-operational device | |
| US20210049579A1 (en) | Multi-factor identity authentication | |
| US20140143145A1 (en) | Environment and methods for enabling electronic transactions | |
| US20160300216A1 (en) | Wireless beacon devices for preventing fraud using loyalty information for a user | |
| US20240396885A1 (en) | System, Method, and Computer Program Product for Managing Computational Cluster Access to Multiple Domains | |
| US12273450B2 (en) | System, method, and computer program product for validating software agents in robotic process automation systems | |
| US20190075094A1 (en) | System and method for remote identification during transaction processing | |
| US20250220015A1 (en) | System, Method, and Computer Program Product for Authenticating a Device Based on an Application Profile | |
| US12321926B2 (en) | System, method, and computer program product for authenticating a user for a transaction | |
| US20180174142A1 (en) | Managing product returns associated with a user device | |
| EP4724922A2 (en) | System, method, and computer program product for dynamically controlling access based on unique access criteria | |
| US10776787B2 (en) | Systems and methods for providing notification services using a digital wallet platform |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| WWE | Wipo information: entry into national phase |
Ref document number: CN2024800369978 Country of ref document: CN |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2024820060 Country of ref document: EP |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| ENP | Entry into the national phase |
Ref document number: 2024820060 Country of ref document: EP Effective date: 20260107 |
|
| ENP | Entry into the national phase |
Ref document number: 2024820060 Country of ref document: EP Effective date: 20260107 |
|
| ENP | Entry into the national phase |
Ref document number: 2024820060 Country of ref document: EP Effective date: 20260107 |
|
| ENP | Entry into the national phase |
Ref document number: 2024820060 Country of ref document: EP Effective date: 20260107 |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 24820060 Country of ref document: EP Kind code of ref document: A2 |
|
| WWP | Wipo information: published in national office |
Ref document number: 2024820060 Country of ref document: EP |