Table of contents
As Forrest Gump said, “shit happens.” Unpredictable events govern our lives, as described in The Black Swan[i]. The book gives enough examples to convince even the greatest skeptics that low-probability events with major consequences occur relatively often. Data can therefore be lost or leak uncontrollably even from the best-protected systems. Real organizations have experienced this[ii], with painful consequences. Data security and continuous improvements to protection should always remain under consideration.
Why is data protection so important in RPA projects?
The key to understanding data protection in business-process robotization (RPA—Robotic Process Automation) is that robots are not independent. They always operate in close connection with people, usually as digital assistants. Even autonomous robots[iii] require human interaction from time to time. Unfortunately, people are the least reliable element of the digital world: wherever a person is involved, the risk of error or negligence rises. When people process confidential information, every additional person with access increases the probability of a security breach. Business-process robots very often process either sensitive business data or legally protected personal data. In either case, an extreme leak can threaten the continuity of the whole company. Correct data protection and processing are also fundamental requirements of business processes. An unattended robot must not alter database tables it should not access merely because someone with excessive privileges granted it permission. Finding errors and breaches requires time, resources, and skills, all of which cost money. Every security-policy violation in an RPA process threatens the organization’s entire IT infrastructure. Cybercriminals wait for precisely such opportunities: a vulnerability may be exploited by ransomware and cause chaos and enormous financial losses[iv]. RPA tools should unquestionably be used only by properly trained employees who understand compliance requirements and secure data processing.How much does RPA data protection cost?
A lot or a little? It depends. A properly conducted RPA implementation and rational policy for protecting data, processes, and IT infrastructure improve organizational security and constitute a sound investment. Business data is generally priceless, and the threat of severe penalties for personal-data leaks means no amount spent on security is excessive. Robotization also removes the human factor from many processes, substantially reducing the likelihood of leaks or information-security violations. A reasonable level of RPA data security requires several basic but important rules:- access to bots must always require a secure authentication mechanism,
- the central repository of bot passwords and credentials must be encrypted and stored in secure, protected storage,
- every bot must require an individual set of login credentials,
- unused or retired bots must not remain associated with confidential credentials,
- administrator accounts must use at least two-factor authentication,
- confidential data must be accessible only to those who need it,
- the group of people holding the highest privileges must always be minimized,
- RPA-system access must be restricted to authorized users authenticated with multiple factors.
