Enterprise Security
Showing posts with label
Privileged Account
.
Show all posts
Showing posts with label
Privileged Account
.
Show all posts
Thursday, January 24, 2019
Privileged Account Management- Privileged Accounts Usage
Privileged Accounts Usage:
Access sensitive data
Change system configuration
Install Software
Access and change account
Privileged Account Management- Types of Privileged Account
Types of Privileged Account
Elevated personal user account
: Used by an end user with elevated/unrestricted access, like IT admin or executives.
Shared privileged account
: Unrestricted access to system to house sensitive data. Unix root account or windows admin, social media account.
Application Account
: Service accounts, This is used by applications to interact with each other.
Older Posts
Home
Subscribe to:
Comments (Atom)
Basic Algebraic Concepts for Understanding Encryption
SailPoint IIQ - Provisioning Rule Example - JDBC Application
import java.util.Date; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.Stateme...
SailPoint IIQ: Delete WorkItems assigned to a User
Query the 'spt_work_item' table. Pay attention to 'id' column(used for deleting the workitem) and 'owner' column (us...
SailPoint IIQ - Script to generate certification from a workflow
import java.util.List; import...