Separation Of Duties
   HOME

TheInfoList



OR:

Separation of duties (SoD), also known as segregation of duties, is the concept of having more than one person required to complete a task. It is an administrative control used by organisations to prevent
fraud In law, fraud is intent (law), intentional deception to deprive a victim of a legal right or to gain from a victim unlawfully or unfairly. Fraud can violate Civil law (common law), civil law (e.g., a fraud victim may sue the fraud perpetrato ...
,
sabotage Sabotage is a deliberate action aimed at weakening a polity, government, effort, or organization through subversion, obstruction, demoralization (warfare), demoralization, destabilization, divide and rule, division, social disruption, disrupti ...
, theft, misuse of information, and other security compromises. In the political realm, it is known as the
separation of powers The separation of powers principle functionally differentiates several types of state (polity), state power (usually Legislature#Legislation, law-making, adjudication, and Executive (government)#Function, execution) and requires these operat ...
, as can be seen in
democracies Democracy (from , ''dēmos'' 'people' and ''kratos'' 'rule') is a form of government in which political power is vested in the people or the population of a state. Under a minimalist definition of democracy, rulers are elected through competitiv ...
where the government is separated into three independent branches: a
legislature A legislature (, ) is a deliberative assembly with the legal authority to make laws for a political entity such as a country, nation or city on behalf of the people therein. They are often contrasted with the executive and judicial power ...
, an executive, and a
judiciary The judiciary (also known as the judicial system, judicature, judicial branch, judiciative branch, and court or judiciary system) is the system of courts that adjudicates legal disputes/disagreements and interprets, defends, and applies the law ...
.


General description

Separation of duties is a key concept of internal controls. Increased protection from fraud and errors must be balanced with the increased cost/effort required. In essence, SoD implements an appropriate level of checks and balances upon the activities of individuals. R. A. Botha and J. H. P. Eloff in the ''
IBM International Business Machines Corporation (using the trademark IBM), nicknamed Big Blue, is an American Multinational corporation, multinational technology company headquartered in Armonk, New York, and present in over 175 countries. It is ...
Systems Journal'' describe SoD as follows.
Separation of duty, as a security principle, has as its primary objective the prevention of fraud and errors. This objective is achieved by disseminating the tasks and associated privileges for a specific business process among multiple users. This principle is demonstrated in the traditional example of separation of duty found in the requirement of two signatures on a cheque.
Actual job titles and organizational structure may vary greatly from one organization to another, depending on the size and nature of the business. Accordingly, rank or hierarchy are less important than the skillset and capabilities of the individuals involved. With the concept of SoD, business critical duties can be categorized into four types of functions: authorization, custody, record keeping, and reconciliation. In a perfect system, no one person should handle more than one type of function.


Principles

Principally several approaches are optionally viable as partially or entirely different paradigms: * sequential separation (two signatures principle) * individual separation ( four eyes principle) * spatial separation (separate action in separate locations) * factorial separation (several factors contribute to completion)


Auxiliary Patterns

A person with multiple functional roles has the opportunity to abuse those powers. The pattern to minimize risk is: # Start with a function that is indispensable, but potentially subject to abuse. # Divide the function into separate steps, each necessary for the function to work or for the power that enables that function to be abused. # Assign each step to a different person or organization. General categories of functions to be separated: * authorization function * recording function, e.g. preparing source documents or code or performance reports * custody of asset whether directly or indirectly, e.g. receiving checks in mail or implementing source code or database changes. * reconciliation or audit * splitting one security key in two (more) parts between responsible persons Primarily the individual separation is addressed as the only selection.


Application in general business and in accounting

The term SoD is already well known in financial accounting systems. Companies in all sizes understand not to combine roles such as receiving cheques (payment on account) and approving write-offs, depositing cash and reconciling bank statements, approving time cards and have custody of pay cheques, etc. SoD is fairly new to most Information Technology (IT) departments, but a high percentage of Sarbanes-Oxley internal audit issues come from IT. In information systems, segregation of duties helps reduce the potential damage from the actions of one person. IS or end-user department should be organized in a way to achieve adequate separation of duties. According to ISACA's Segregation of Duties Control matrix, some duties should not be combined into one position. This matrix is not an industry standard, just a general guideline suggesting which positions should be separated and which require compensating controls when combined. Depending on a company's size, functions and designations may vary. Smaller companies with a lack of SoD typically face concerns in disbursement cycles where unauthorized purchases and payments can occur. When duties cannot be separated, compensating controls should be in place. Compensating controls are internal controls that are intended to reduce the risk of an existing or potential control weakness. If a single person can carry out and conceal errors and/or irregularities in the course of performing their day-to-day activities, they have been assigned SoD incompatible duties. There are several control mechanisms that can help to enforce the segregation of duties: # Audit trails enable IT managers or Auditors to recreate the actual transaction flow from the point of origination to its existence on an updated file. Good audit trails should be enabled to provide information on who initiated the transaction, the time of day and date of entry, the type of entry, what fields of information it contained, and what files it updated. # Reconciliation of applications and an independent verification process is ultimately the responsibility of users, which can be used to increase the level of confidence that an application ran successfully. # Exception reports are handled at supervisory level, backed up by evidence noting that exceptions are handled properly and in timely fashion. A signature of the person who prepares the report is normally required. # Manual or automated system or application transaction logs should be maintained, which record all processed system commands or application transactions. # Supervisory review should be performed through observation and inquiry. # To compensate mistakes or intentional failures by following a prescribed procedure, independent reviews are recommended. Such reviews can help detect errors and irregularities.


Application in information systems

The accounting profession has invested significantly in separation of duties because of the understood risks accumulated over hundreds of years of accounting practice. By contrast, many corporations in the
United States The United States of America (USA), also known as the United States (U.S.) or America, is a country primarily located in North America. It is a federal republic of 50 U.S. state, states and a federal capital district, Washington, D.C. The 48 ...
found that an unexpectedly high proportion of their Sarbanes-Oxley internal control issues came from IT. Separation of duties is commonly used in large IT organizations so that no single person is in a position to introduce fraudulent or malicious code or data without detection. Role-based access control is frequently used in IT systems where SoD is required. More recently, as the number of roles increases in a growing organization, a hybrid access control model with Attribute-based access control is used to resolve the limitations of its role-based counterpart. Strict control of software and data changes will require that the same person or organizations performs only one of the following roles: * Identification of a requirement (or change request); e.g. a business person * Authorization and approval; e.g. an IT governance board or manager * Design and development; e.g. a developer * Review, inspection and approval; e.g. another developer or architect. * Implementation in production; typically a software change or
system administrator An IT administrator, system administrator, sysadmin, or admin is a person who is responsible for the upkeep, configuration, and reliable operation of computer systems, especially multi-user computers, such as Server (computing), servers. The ...
. This is not an exhaustive presentation of the
software development life cycle In software engineering, a software development process or software development life cycle (SDLC) is a process of planning and managing software development. It typically involves dividing software development work into smaller, parallel, or s ...
, but a list of critical development functions applicable to separation of duties. To successfully implement separation of duties in information systems a number of concerns need to be addressed: * The process used to ensure a person's authorization rights in the system is in line with his role in the organization. * The
authentication Authentication (from ''authentikos'', "real, genuine", from αὐθέντης ''authentes'', "author") is the act of proving an Logical assertion, assertion, such as the Digital identity, identity of a computer system user. In contrast with iden ...
method used such as knowledge of a password, possession of an object (key, token) or a biometrical characteristic. * Circumvention of rights in the system can occur through database administration access, user administration access, tools which provide back-door access or supplier installed user accounts. Specific controls such as a review of an activity log may be required to address this specific concern.


References


External links

* Nick Szabo's essay on
"Segregation/separation of duties definition"
ISACA
"Segregate Duties to Lessen Security Risks"
''
Datamation ''Datamation'' is a computer magazine that was published in print form in the United States between 1957 and 1998,
''
"Transparency, Partitioning, Separation, Rotation and Supervision of Responsibilities"
ISM3 {{Separation of powers Auditing terms Data security