Skip to main content

Cyber-attacks are becoming more sophisticated daily and have a significant impact on the operation of the public and private sectors globally. The attacks have advanced from merely password guessing/cracking, hijacking sessions to advanced persistent threats, organized crime, nation-state cyber warfare and cyber based terrorism. The trends are worrying.
Resultantly, cyber-crime has accounted for 22% of all economic crime reported locally by financial services organizations. Forensic experts have estimated Ksh 3 billion to be the cost of cybercrime on the Kenyan economy. USD 245 million was estimated as the combined estimated threat on the East African financial institutions. A 2012 CSI/FBI study estimated the global cost of ICT crime and remediation efforts to be USD 110 billion.
The major ICT advances pose an ever-evolving risk environment which presents substantial security challenges to the Kenyan government.  The most emerging risk areas are, the increased socio economic dependence on information resulting in need to proactively create procedures to ensure nonstop service delivery. Infrastructure vulnerabilities due to growing access to information assets is another. Globalization of ICT and hence organized crime creates a need for secure electronic identification capabilities.
Technology driven threats have dramatically increased and furthermore, the capabilities of the culprits are on the increase. Though there are different initiatives set in place by the government, institutions and individuals to curb information insecurity these initiatives cannot adequately address our current risk environment.
The whole approach to information security needs to be rethought and healthy practices be put in place to protect critical IT infrastructure. It is imperative that personnel handling the same be adequately informed and trained before the situation worsens and the cost is even greater.


Comments

Popular posts from this blog

OBIEE 11g Error "Selected item is not of valid selection type" In Agent When Select Dashboard Page For Content

OBIEE 11g Error"Selected item is not of valid selection type" This error applies to OBIEE - version 11.1.1.7.0 and later . When you try to choose a dashboard page for delivery content in an agent, it constantly fails with the error message " Selected item is not of valid selection type ”.  Solution: This error may happen, when there is an added extra space after the end of the name of the dashboard page. For example, instead of "PAGE", it is "PAGE   "  It may happen with a space at the beginning of the name also. Removal of the extra space by renaming the dashboard page will correct the error.

Setting User Defined JVM Memory Arguments in JDeveloper 11g Integrated WebLogic Server

Setting User Defined JVM Memory Arguments in JDeveloper 11g Integrated WebLogic Server This guide explains how to set your own predefined JVM memory arguments for the JDeveloper WebLogic container at startup for the integrated WebLogic server.   This will help avoid java.lang.OutOfMemoryError s experienced on heavy java processes and also improve on the integrated JDeveloper WebLogic server’s performance overall. Steps Locate the file: setDomainEnv.cmd which should be at: [JDeveloper Working Directory]\jdeveloper\system.xxx.xx.xx\DefaultDomain\bin                                 i.             Note: [JDeveloper Working Directory] will be "C:\Documents and Settings\<username>\Application...

Oracle BI Scheduler Error: [nqSError:76015]

Oracle BI Scheduler Error: [nqSError:76015]. The active Oracle BI Scheduler instance in the cluster could not be determined This solution applies to Oracle Business Intelligence Server Enterprise Edition - Version 11.1.1.7 and later The above error appears when a user is unable to save and edit an iBOT/Agent job This is because the data source details are incorrect and not matching with the data connection from tnsnames.ora file To resolve the error, 1.        Log in to Enterprise Manager 2.        Navigate to coreapplication 3.        Open the Deployment tab and navigate to scheduler 4.        Lock and Edit configuration 5.        Copy connection details from tnsnames.ora file NB Don’t include the TNS alias, only copy the connection string after the equal (=) sign. Spaces are OK: For example: (DESCRIPTION=(ADDRES...