0% found this document useful (0 votes)
93 views2 pages

Understanding Artificial Intelligence Basics

The document discusses artificial intelligence (AI) and its applications in cybersecurity. It defines AI as systems that can perform tasks requiring human intelligence using techniques like machine learning. The document outlines different types of AI including narrow AI, general AI, and superintelligence. It also discusses challenges in cybersecurity like the cyber kill chain of reconnaissance, weaponization, delivery, exploit, and command/control of malware. The document argues AI can help address these challenges by detecting patterns to identify vulnerabilities and anomalies across different phases of an attack.

Uploaded by

rits
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
93 views2 pages

Understanding Artificial Intelligence Basics

The document discusses artificial intelligence (AI) and its applications in cybersecurity. It defines AI as systems that can perform tasks requiring human intelligence using techniques like machine learning. The document outlines different types of AI including narrow AI, general AI, and superintelligence. It also discusses challenges in cybersecurity like the cyber kill chain of reconnaissance, weaponization, delivery, exploit, and command/control of malware. The document argues AI can help address these challenges by detecting patterns to identify vulnerabilities and anomalies across different phases of an attack.

Uploaded by

rits
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Introduction: What is Artificial Intelligence (AI)?

Less than a decade after breaking the Nazi encryption machine ‘Enigma’ and
helping the Allied Forces win World War II, Alan Turing changed history a second
time with a simple question: "Can machines think?". Turing's paper "Computing
Machinery and Intelligence" (1950)1, and it's subsequent Turing Test, established the
fundamental goal and vision of Artificial Intelligence (AI). AI has been around for the
last 70 years, however it got a fillip in recent years due to advancements in
computing power and decreasing costs of data storage.

The expansive goal of artificial intelligence has given rise to many questions
and debates and no singular definition of AI is universally accepted. In their ground-
breaking textbook Artificial Intelligence: A Modern Approach, authors Stuart Russell
and Peter Norvig approach the question by unifying their work around the theme of
intelligent agents in machines and define AI as "the study of agents that receive
percepts from the environment and perform actions.

One of the simplest yet most appropriate definition was offered by DataRobot
CEO Jeremy Achin at the Japan AI Experience in 2017, "AI is a computer system
able to perform tasks that ordinarily require human intelligence... Many of these
artificial intelligence systems are powered by machine learning, some of them are
powered by deep learning and some of them are powered by very boring things like
rules."

Fundamentally AI can be described as a constellation of technologies that


enable machines to act with higher levels of intelligence and emulate the human
capabilities of sense, comprehend and act. It involves knowledge representation,
search, perception and inference. It is a multidisciplinary field that involves
Psychology (Human interpretation of the various worldly cues and knowing what is
‘mind’), Engineering (Systems Development), Mathematics and Statistics (Statistical
Models, Regression, Probability Theories, Decision Making, Classifiers,
Optimization), Biology (Swarm Intelligence – Ant Algorithm, Genetic Algorithms –
Evolution of Complexity), Neuro Science (Pattern Recognition, Neural Networks) and
Computer Science (Coding for implementation of these algorithms on machines).

Types of AI

The field of AI encompasses three distinct areas of research:

(a) Artificial Superintelligence (ASI) is the kind popularized in speculative


fiction like the Amazon Prime Drama Series ‘Person of Interest’ and in movies such
as ‘The Matrix’. The goal of ASI research is to produce computers that are superior
to humans in virtually every way, possessing what author and analyst William Bryk
referred to as “perfect memory and unlimited analytical power.”
(b) Artificial General Intelligence (AGI) refers to a machine that’s as intelligent
as a human and equally capable of solving the broad range of problems that require
learning and reasoning. One of the classic tests of AGI is the ability to pass what has
come to be known as “The Turing Test” . Most experts agree that we’re decades
away from achieving AGI and some maintain that ASI may ultimately prove
unattainable.2
(c) Artificial Narrow Intelligence (ANI) exploits a computer’s superior ability to
process vast quantities of data and detect patterns and relationships that would
otherwise be difficult or impossible for a human to detect. Such data-centric systems
are capable of outperforming humans only on specific tasks, such as playing chess
or detecting anomalies in network traffic that might merit further analysis by a
Security Analyst.

In recent years, most of the fruitful research and advancements have come
from the sub-discipline of AI named Machine Learning (ML), which focuses on
teaching machines to learn by applying algorithms to data. Often, the terms AI and
ML are mistakenly used interchangeably. Not all problems in AI are candidates for a
machine learning solution. The problem must be one that can be solved with data; a
sufficient quantity of relevant data must exist and be acquirable; and systems with
sufficient computing power must be available to perform the necessary processing
within a reasonable timeframe.

Challenges to Today’s Cybersecurity

The protection of Cyber assets has become one of the most important and at
the same time most difficult tasks for any organisation. The stakeholders range from
single individuals, private organisations, non-state actors to government
organisations all aiming to protect their cyber assets, attack those of others, or both.
The sources of cyber threats are manifold and basically arise from potential
malicious acts due to financial, political or military reasons.

The phases of a cyberattacks can be described as a ‘Cyber Kill Chain’. The


starting phase of an attack is described as the ‘Reconnaissance phase’, in which the
attacker tries to find gaps and vulnerabilities in the target system. The uncovered
weaknesses are then used to develop targeted malicious code in the ‘Weaponizing
Phase’. This is followed by the ‘Delivery Phase’ in which the malware is successfully
transferred to the potential target. After successful delivery of the malware, the
‘Exploit Phase’ occurs which triggers the installation and execution of the malware
code. Thereafter the compromised system allows the establishment of a command
and control channel so that the attacker can initiate malicious actions. The counter-
measures can be determined depending upon the position of the malicious action on
the cyber kill chain. The figure below brings out the countermeasures depending
upon the kill chain phases.

Common questions

Powered by AI

AGI refers to machines as intelligent as humans, capable of solving a wide range of problems requiring learning and reasoning, while ANI is designed to process vast data amounts and perform specific tasks better than humans, like playing chess . AGI is more challenging to achieve because it requires replicating the broad and adaptive nature of human intelligence, including generalization across disparate tasks, which current technological and theoretical frameworks have yet to develop .

Machine learning is a subset of AI focused on creating algorithms that allow machines to learn from and make predictions based on data, whereas AI encompasses a broader scope, including efforts to emulate all types of human intelligence and behavior . They are often confused because machine learning is currently one of the most productive areas of AI research, resulting in the terms being used interchangeably despite their unique definitions and roles .

To solve a problem using machine learning, it must be data-solvable, meaning that sufficient relevant data should exist and be accessible. Additionally, adequate computing power must be available to execute necessary data processing within reasonable timeframes . These prerequisites ensure that machine learning can effectively be applied to identify patterns and make predictions or decisions based on adaptive learning from existing data .

Turing's concept of machine intelligence, particularly through his paper "Computing Machinery and Intelligence" (1950), posed the profound question 'Can machines think?,' which became a foundational goal and vision for AI research . His introduction of the Turing Test established a benchmark for what it means for a machine to exhibit intelligent behavior, influencing future AI developments by inspiring the pursuit of creating machines that can think like humans .

AI systems emulate human capabilities such as sensing, comprehension, and action through technologies like knowledge representation, search, perception, and inference . They integrate techniques from diverse disciplines to model and replicate human cognitive abilities, fostering intelligent decision-making processes that mirror human thinking and behavior in specific contexts .

The 'Cyber Kill Chain' framework aids understanding cyber threats by breaking down the attack process into distinct phases: Reconnaissance, Weaponizing, Delivery, Exploit, and execution, among others . Each phase highlights an aspect of the attack lifecycle, allowing cybersecurity professionals to pinpoint vulnerabilities and implement specific countermeasures based on where the threat lies in the kill chain, thereby enhancing defenses and potentially preventing attacks before significant damage occurs .

Recent advancements in machine learning, a sub-discipline of AI, have focused on teaching machines to learn from data by applying sophisticated algorithms . This has allowed AI systems to improve tasks' efficiency and accuracy, such as pattern recognition and data analysis, which rely on processing large datasets and detecting subtle relationships and patterns that are difficult for humans to identify .

Recent progress in AI has been significantly driven by advancements in computing power and reductions in data storage costs, enabling more complex data processing and storage capabilities . These technological advancements allow the execution of sophisticated algorithms and the handling of large datasets required for machine learning and other AI methodologies, facilitating research and development breakthroughs .

AI is enhanced by its integration with fields such as Psychology, for human interpretation and understanding of mental concepts; Engineering, for systems development; Mathematics and Statistics, for developing statistical models and decision-making theories; Biology, through methods akin to swarm intelligence and genetic algorithms; Neuroscience, for pattern recognition and neural networks; and Computer Science, for implementing algorithms . These diverse fields contribute frameworks and methodologies that support the development of sophisticated AI technologies, enabling machines to sense, comprehend, and act with higher levels of intelligence .

Experts consider ASI potentially unattainable because it would require creating machines with superior cognitive abilities to humans in every aspect, along with perfect memory and unlimited analytical power . This goal poses immense theoretical and practical challenges, making it difficult to envision a path that addresses the ethical, computational, and philosophical implications involved in producing such intelligence .

You might also like