taesiri commited on
Commit
c829a1c
1 Parent(s): 7951d3b

Upload papers/1606/1606.03184.tex with huggingface_hub

Browse files
Files changed (1) hide show
  1. papers/1606/1606.03184.tex +558 -0
papers/1606/1606.03184.tex ADDED
@@ -0,0 +1,558 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ \documentclass[conference]{IEEEtran}
2
+ \usepackage[font=small,skip=6pt]{caption}
3
+ \usepackage{tikz}
4
+ \usetikzlibrary{calc,trees,positioning,arrows,chains,shapes.geometric, decorations.pathreplacing,decorations.pathmorphing,shapes, matrix,shapes.symbols}
5
+
6
+ \tikzset{
7
+ >=stealth',
8
+ punktchain/.style={
9
+ rectangle,
10
+ rounded corners,
11
+ draw=black, very thick,
12
+ text width=10em,
13
+ minimum height=2.5em,
14
+ text centered,
15
+ on chain},
16
+ punktchain2/.style={
17
+ rectangle,
18
+ rounded corners,
19
+ draw=none, very thick,
20
+ text width=10em,
21
+ minimum height=2.5em,
22
+ text centered,
23
+ on chain},
24
+ line/.style={draw, thick, <-},
25
+ element/.style={
26
+ tape,
27
+ top color=white,
28
+ bottom color=blue!50!black!60!,
29
+ minimum width=8em,
30
+ draw=blue!40!black!90, very thick,
31
+ text width=10em,
32
+ minimum height=3.5em,
33
+ text centered,
34
+ on chain},
35
+ every join/.style={->, thick,shorten >=1pt},
36
+ decoration={brace},
37
+ tuborg/.style={decorate},
38
+ tubnode/.style={midway, right=2pt},
39
+ }
40
+
41
+ \ifCLASSINFOpdf
42
+ \else
43
+ \fi
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+ \hyphenation{op-tical net-works semi-conduc-tor}
105
+
106
+ \begin{document}
107
+
108
+ \title{Technical Aspects of Cyber Kill Chain}
109
+
110
+
111
+ \author{\IEEEauthorblockN{Tarun Yadav}
112
+ \IEEEauthorblockA{Scientist, Defence Research and\\Development Organisation, INDIA\\Email: tarunyadav@hqr.drdo.in}
113
+
114
+ \and
115
+ \IEEEauthorblockN{Rao Arvind Mallari}
116
+ \IEEEauthorblockA{Scientist, Defence Research and\\Development Organisation, INDIA\\Email:arvindrao@hqr.drdo.in}}
117
+
118
+
119
+ \maketitle
120
+
121
+
122
+ \begin{abstract}
123
+
124
+ Recent trends in targeted cyber-attacks has increased the interest of research in the field of cyber security. Such attacks have massive disruptive effects on organizations, enterprises and governments. Cyber kill chain is a model to describe cyber-attacks so as to develop incident response and analysis capabilities. Cyber kill chain in simple terms is an attack chain, the path that an intruder takes to penetrate information systems over time to execute an attack on the target. This paper broadly categories the methodologies, techniques and tools involved in cyber-attacks. This paper intends to help a cyber security researcher to realize the options available to an attacker at every stage of a cyber-attack.
125
+ \end{abstract}
126
+
127
+ \begin{keywords}
128
+ Reconnaissance, RAT, Exploit, Cyber Attack, Persistence, Command \& Control
129
+ \end{keywords}
130
+ \IEEEpeerreviewmaketitle
131
+
132
+ \section{Introduction}
133
+ One of the leading problems faced by organizations is the emergence of targeted attacks conducted by adversaries who have easy access to sophisticated tools and technologies with an aim at establishing a persistent and undetected presence in the targeted cyber infrastructure. These multi-staged attacks are now becoming more complex, involving vertical and horizontal movement across multiple elements of the organization. The security research community has given this multi-stage chain of events culminating to cyber espionage a name: \textit{ The Cyber Kill Chain}. This paper aims on providing a primer on the cyber kill chain and surveys the recent trends and methodologies of the attacker at each stage of the cyber kill chain.
134
+
135
+ The paper talks about attacks in general irrespective of operating systems or application software since Cyber Kill Chain is a process rather than a technology. Technologies involved at each stage of the cyber kill chain process is explained without going into much details.
136
+
137
+ The paper is organized into 4 sections. Section 2 introduces the phases of cyber kill chain, section 3 discusses the technical trends at each step of the cyber kill chain. The papers ends with concluding remarks in section 4.
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+ \section{Cyber Kill Chain}
157
+ Cyber kill chain is a model for incident response team,digital forensic investigators and malware analysts to work in a chained manner. Inherently understanding Cyber kill chain is modeling and analyzing offensive actions of a cyber-attacker\cite{Weaponize:2}. So for a security analyst who develops defensive counter measures\cite{cyberkillchain:4}, it is of utmost importance to study the cyber kill chain. This knowledge can help one think on the same lines of that of an attacker. Each phase of kill chain in itself is a vast research area to tackle and analyze.
158
+
159
+ In recent years, cyber attacks have been more complex than it used to be and hence more destructive and dangerous\cite{Weaponize:7}\cite{ar10}. Nowadays multiple redundant attack vectors are being exploited in cyber attacks to not only multiply the effect but also making it more difficult for the response team to analyze.
160
+
161
+ To analyze such attacks cyber kill chain provides a framework to breakdown the complicated attack into mutually nonexclusive stages or layers. Such a layered approach will enable the analysts to tackle smaller and easier problems at the same time and it will also help the defenders to subvert each phase by developing defenses and mitigation for each of the phases. Cyber Kill chain mainly consists of 7 phases \cite{cyberkillchain:6}\cite{cyberkillchain:7}\cite{cyberkillchain:9} as shown in Fig. \ref{fig:1}.
162
+ \begin{figure}
163
+
164
+
165
+ \begin{tikzpicture}
166
+ [node distance=.8cm,
167
+ start chain=going below,]
168
+ \node[punktchain, join] (reconn) {Reconnaissance};
169
+ \draw[tuborg, decoration={brace,mirror},xshift=.5cm] let \p1=(reconn.north), \p2=(reconn.south) in
170
+ ($(2, \y1)$) -- ($(2, \y2)$) ;
171
+ \begin{scope}[start branch=branch1,]
172
+ \node (des1) [punktchain2, on chain=going right] { Identification, Selection and Profiling of Target};
173
+ \end{scope}
174
+ \draw[tuborg, decoration={brace},xshift=5cm] let \p1=(reconn.north), \p2=(reconn.south) in
175
+ ($(2, \y1)$) -- ($(2, \y2)$) ;
176
+ \node[punktchain, join] (weapon) {Weaponize};
177
+ \draw[tuborg, decoration={brace,mirror},xshift=.5cm] let \p1=(weapon.north), \p2=(weapon.south) in
178
+ ($(2, \y1)$) -- ($(2, \y2)$) ;
179
+ \begin{scope}[start branch=branch2,]
180
+ \node (des2) [punktchain2, on chain=going right] {Coupling of Remote Access Trojan with an Exploit into a deliverable payload called as Cyber Weapon};
181
+ \end{scope}
182
+ \draw[tuborg, decoration={brace},xshift=5cm] let \p1=(weapon.north), \p2=(weapon.south) in
183
+ ($(2, \y1)$) -- ($(2, \y2)$) ;
184
+ \node[punktchain, join] (del) {Delivery};
185
+ \draw[tuborg, decoration={brace,mirror},xshift=.5cm] let \p1=(del.north), \p2=(del.south) in
186
+ ($(2, \y1)$) -- ($(2, \y2)$) ;
187
+ \begin{scope}[start branch=branch3,]
188
+ \node (des3) [punktchain2, on chain=going right] {Transmission of the cyber weapon to the targeted environment};
189
+ \end{scope}
190
+ \draw[tuborg, decoration={brace},xshift=5cm] let \p1=(del.north), \p2=(del.south) in
191
+ ($(2, \y1)$) -- ($(2, \y2)$);
192
+ \node[punktchain, join] (exploit) {Exploitation};
193
+ \draw[tuborg, decoration={brace,mirror},xshift=.5cm] let \p1=(exploit.north), \p2=(exploit.south) in
194
+ ($(2, \y1)$) -- ($(2, \y2)$) ;
195
+ \begin{scope}[start branch=branch4,]
196
+ \node (des4) [punktchain2, on chain=going right] {Triggering the attacker's payload on target system};
197
+ \end{scope}
198
+ \draw[tuborg, decoration={brace},xshift=5cm] let \p1=(exploit.north), \p2=(exploit.south) in
199
+ ($(2, \y1)$) -- ($(2, \y2)$);
200
+ \node[punktchain, join] (install) {Installation};
201
+ \draw[tuborg, decoration={brace,mirror},xshift=.5cm] let \p1=(install.north), \p2=(install.south) in
202
+ ($(2, \y1)$) -- ($(2, \y2)$) ;
203
+ \begin{scope}[start branch=branch5,]
204
+ \node (des5) [punktchain2, on chain=going right] { Installation of backdoor and maintaining persistence};
205
+ \end{scope}
206
+ \draw[tuborg, decoration={brace},xshift=5cm] let \p1=(install.north), \p2=(install.south) in
207
+ ($(2, \y1)$) -- ($(2, \y2)$);
208
+ \node[punktchain, join, ] (cnc) {Command and Control};
209
+ \draw[tuborg, decoration={brace,mirror},xshift=.5cm] let \p1=(cnc.north), \p2=(cnc.south) in
210
+ ($(2, \y1)$) -- ($(2, \y2)$) ;
211
+ \begin{scope}[start branch=branch6,]
212
+ \node (des6) [punktchain2, on chain=going right] {Outbound internet controller servers to communicate with compromised host};
213
+ \end{scope}
214
+ \draw[tuborg, decoration={brace},xshift=5cm] let \p1=(cnc.north), \p2=(cnc.south) in
215
+ ($(2, \y1)$) -- ($(2, \y2)$);
216
+ \node [punktchain,join ](objectives) {Act on Objective};
217
+ \draw[tuborg, decoration={brace,mirror},xshift=.5cm] let \p1=(objectives.north), \p2=(objectives.south) in
218
+ ($(2, \y1)$) -- ($(2, \y2)$) ;
219
+ \begin{scope}[start branch=branch7,]
220
+ \node (des7) [punktchain2, on chain=going right] { Data Exfiltration, Network Spreading, System Disruption};
221
+ \end{scope}
222
+ \draw[tuborg, decoration={brace},xshift=5cm] let \p1=(objectives.north), \p2=(objectives.south) in
223
+ ($(2, \y1)$) -- ($(2, \y2)$);
224
+
225
+ \end{tikzpicture}
226
+
227
+
228
+ \caption{Phases of Cyber Kill Chain} \label{fig:1}
229
+ \vspace{-.75cm}
230
+ \end{figure}
231
+
232
+
233
+ There are many articles \cite{cyberkillchain:3}\cite{cyberkillchain:5}\cite{cyberkillchain:8} which describe the cyber kill chain in detail w.r.t. recent attacks but most of them don't discuss the tools and technologies used by the attacker at each stage of the cyber kill chain. In next section we will go through technical aspects involved at each step w.r.t to the attacker's perspective and will see the variety of tools and methodologies utilized by attacker.
234
+
235
+ \section{Technical Aspects of Cyber Kill Chain}
236
+ As described cyber kill chain defines the flow of a cyber attack and in this 7 layer model each layer is critical. Studying the cyber kill chain will help cyber threats to be identified or mitigated at any layer of attack. Sooner the detection is done lesser is the loss to the organization under attack. This section broadly outlines the technical methodologies, implementation, research, and tools involved at each stage of the cyber kill chain with examples of famous cyber attacks and malwares used in the bygone years.
237
+ \subsection{Reconnaissance}
238
+ Reconnaissance means gathering information about the potential target. Target can be an individual or an organizational entity. Reconnaissance can further be broken down to target identification, selection and profiling. Reconnaissance in cyber space mainly includes crawling World Wide Web such as internet websites, conferences, blogs, social relationship, mailing lists and network tracing tools to get information about target. Information gathered from reconnaissance is used in later stages of cyber kill chain to design and deliver the payload.
239
+ Reconnaissance is divided into 2 parts \cite{Reconnaissance:1} (expected to be done in order):
240
+
241
+ \begin{enumerate}
242
+ \item{\textbf{Passive Reconnaissance:}It is gathering the information about target without letting him know about it. }
243
+ \item{\textbf{Active Reconnaissance:}It is much deeper profiling of target which might trigger alert to the target. }
244
+ \end{enumerate}
245
+ \begin{center}
246
+ \begin{table}[h!]
247
+ \small
248
+ \centering
249
+
250
+ \begin{tabular}{ | p{.5cm} | p{2cm} | p{1.5cm} | p{3cm} |}
251
+
252
+ \hline
253
+ & \textbf{Reconnaissance Techniques} & \textbf{Type of Reconnaissance} & \textbf{Techniques Used}\cite{Reconnaissance:2} \cite{Reconnaissance:3}\\ \hline
254
+ 1& Target Identification and Selection & passive & Domain Names, whois, records from APNIC, RIPE, ARIN \\ \hline
255
+ 2 &Target Profiling & & \\ \hline
256
+ & (a) Target Social Profiling & Passive & Social Networks, Public Documents, Reports and Corporate Websites \\ \cline{2-3} \cline{3-4}
257
+ & (b) Target System Profiling & Active & Pingsweeps, Fingerprinting, Port Scanning and services \\ \hline
258
+ 3 & Target Validation & Active & SPAM Messages, Phishing Mails and Social Engineering \\ \hline
259
+
260
+ \end{tabular}
261
+ \caption{Reconnaissance Techniques}\label{table:1}
262
+ \vspace{-1cm}
263
+ \end{table}
264
+ \end{center}
265
+ Reconnaissance provides knowledge about potential targets which will enable the attacker to decide the type of weapon suitable for target, type of delivery methods possible (Table ~\ref{table:3}), malware installation difficulties and security mechanisms that need to be bypassed. We will now see how the information gathered by reconnaissance is used to develop sophisticated malware.
266
+
267
+ \subsection{Weaponize}
268
+ Weaponize stage of the cyber kill chain deals with designing a backdoor and a penetration plan, utilizing the information gathered from reconnaissance, to enable successful delivery of the backdoor. Technically it is binding software/application exploits with a remote access tool (RAT). Weaponizing involves design and development of the following two components:-\\
269
+
270
+ \subsubsection{\textbf{RAT (Remote Access Tool)}}
271
+ RAT is piece of software which executes on target's system and give remote, hidden and undetected access to the attacker. RAT is usually called the payload of a cyber-weapon. The target system can be a computer, mobile\cite{Weaponize:4} or any embedded device provided the RAT software is properly compiled for the architecture being targeted. The types of access provided by a typical RAT are system explore, File upload or download, remote file execution, keylogs, screen capture, webcam or system power on/off with limited or user level privileges. If by some mechanism the RAT gets administrator/root access then it could include network spreading \cite{Weaponize:2} or network data capture access or persistent installation of anti-detection module. RAT again constitutes of two major parts:
272
+ \paragraph{\textbf{Client}}Client is the piece of code which is delivered to the target, executes and creates connection to the Command and Control infrastructure of the RAT. After establishing connection, the client receives the command from its controller. Client in turn executes the command and sends the results back. It is not always necessary to have all RAT functionalities in a single deliverable. There are many instances of RAT like Carberp \cite{Weaponize:7}, Ventir Trojan \cite{Weaponize:8},Poison Ivy \cite{ar11} etc. where RAT functions are delivered to the target in a modular manner by using a very basic stub. The complied code can be deployed in form of binaries or shellcodes. Shellcode in simplistic terms is position independent machine code generally compiled by assemblers. There also exists techniques \cite{Weaponize:9} which use specially crafted C-language source codes to generate shellcode.
273
+ \paragraph{\textbf{Server}} Server is the other half of RAT which runs on the Command and Control infrastructure with nice UI, displays the connection information from target's client part. Server typically has options of commands like keylogger, file browser, screen capture etc. Based on objective attacker gives the command to the client using server interface which is executed by client and the output is returned back to the server. Depending on execution permission level being allotted to the client part these commands can be executed to get full access of target's system.
274
+
275
+ While developing RATs major constraints are size, Anti-virus detection, extendibility, and scalability and user friendly interface. Ease of use of a RAT is defined by the server UI, hence a big part of RAT programing is dedicated to UI design of server.
276
+
277
+ It is not necessary to code client and server in same language. These days server are using either scripting languages(PHP, Javascript) for web based UI \cite{Weaponize:7} \cite{ar10} or C++,Java, delphi \cite{Weaponize:10}\cite{ar11} for application based interface.
278
+
279
+ \begin{center}
280
+ \begin{table}[h!]
281
+ \small
282
+
283
+ \centering
284
+ \begin{tabular}{ | p{2.0cm} || p{3cm} |}
285
+ \hline
286
+ \textbf{ Famous RATs} & \textbf{Famous Exploit Kits} \cite{Weaponize:4} \\ \hline
287
+ Blackshades & Blackhole \\ \hline
288
+ DarkComet & Nuclear \\ \hline
289
+ Poison ivy & Styx \\ \hline
290
+ Bozok & Redkit \\ \hline
291
+ Njrat & Sweet Orange \\ \hline
292
+ Apocalypse & Infinity \\ \hline
293
+ \end{tabular}
294
+ \caption{RATs and Exploit Kits} \label{table:2}
295
+ \vspace{-1cm}
296
+ \end{table}
297
+ \end{center}
298
+ \subsubsection{\textbf{Exploit}}
299
+ Exploit is the part of weapon which facilitates the RAT to execute. Exploit acts as a carrier for RAT and uses system/software vulnerability to drop and execute RAT. Major objective to use exploit is to evade user attention while establishing a silent backdoor access using RAT.
300
+ Exploits can be of many form like MS Office documents (.doc/ppt) e.g. CVE-2010-3333, CVE-2014-4114, PDF Documents e.g. CVE-2014-9165, CVE-2013-2729, audio/video file e.g. CVE 2013-3245 or web page e.g.CVE-2012-1876, CVE-2014-6332 \cite{Weaponize:11} etc. If target opens any of such files using vulnerable software RAT will be installed on target’s system. After getting RAT installed more exploits like privilege escalation exploits like CVE-2015-002, CVE-2013-3660 are used on target to get higher privileges which can be used for spreading of RAT, persistent access or for destruction of complete system.
301
+
302
+ Without exploit also there are methods to compromise the target using only RAT but those methods are highly unreliable and not effective these days because of security awareness among users. Embedding RAT in legitimate software executable, sharing via social engineering and faking RAT as genuine image/audio/video files are some of such methods which used in wild in previous years\cite{ar10}.
303
+
304
+ \subsection{Delivery}
305
+ Delivery is the critical part of cyber kill chain which is responsible for an efficient and effective cyber-attack. For any cyber-attack it is preferable to have target information to ensure a successful attack. In most of the cyber-attacks it is mandatory to have some kind of user interaction like downloading and executing malicious files or visiting malicious web pages on internet. There are some attacks which are performed without user interaction by exploiting network devices e.g. CVE-2014-3306, CVE-2014-9583\cite{Weaponize:11}. When it is clear that target has to interact, it is obvious that attack should have ability to attract and entice the target to interact. This affinity comes from the active and passive reconnaissance.
306
+
307
+ Delivery is a high risk task for attacker because delivery leaves traces. Therefore most of the attacks are performed anonymously using paid anonymous services, compromised websites and compromised email accounts.
308
+
309
+ While delivering the weapon multiple delivery methods are also used because no single method can guarantee 100\% success. Failed attacks sometimes are very useful to get basic information about target's system information. Such types of information gathering mechanisms are very common in browser based attack where user visits the malicious web page which first try to get user system information and accordingly deliver the weapon\cite{Delivery:1}.
310
+ \begin{center}
311
+ \begin{table}[h!]
312
+ \small
313
+ \centering
314
+
315
+ \begin{tabular}{ | p{0.5cm} | p{2.5cm} | p{4.5cm} |}
316
+ \hline
317
+ & Delivery Mechanism \cite{Weaponize:2}\cite{Weaponize:3} & Characteristics \\ \hline
318
+ 1& Email Attachments & Email content is composed to entice the user by using appealing content\\ \hline
319
+ 3 & Phishing Attacks & Sensitive information like usernames, passwords, credit card details etc. are extracted by masquerading a trustworthy entity in communication.\cite{Delivery:6} \\ \hline
320
+ 4 & Drive by Download & Target is forced to download appealing malicious content from internet. Malicious content could be a image file, pdf/word document or software setup file \\ \hline
321
+ 5 & USB/Removal Media & Infected files are kept in Removable media which afterwards silently infects other systems opening the files. \\ \hline
322
+ 6 & DNS Cache Poisoning & Vulnerabilities in DNS are exploited to divert internet traffic from legitimate servers to attacker controlled destinations. \\ \hline
323
+ \end{tabular}
324
+ \caption{Delivery Mechanisms}\label{table:3}
325
+ \vspace{-.8cm}
326
+ \end{table}
327
+ \end{center}
328
+
329
+
330
+ \subsection{Exploitation}
331
+ After delivering the cyber weapon, then as expected the target completes the required user interaction and weapon executes at the target side. On execution, the next step is triggering the exploit. The objective of an exploit is to silently install/execute the payload. To trigger the exploit there are certain conditions that need to be matched:
332
+ \begin{enumerate}
333
+ \item{User must be using the software/Operating System for which exploit has been created}
334
+ \item{The software/Operating System should not be updated or upgraded to the versions wherein exploit doesn’t work.}
335
+ \item{Anti-Viruses or any other security mechanism should not detect the exploit or payload neither in statically nor dynamically during run time.}
336
+ \end{enumerate}
337
+ If all these conditions are fulfilled then exploit is triggered and it will successfully install/execute the payload in target's system. Payload will connect to its Command and Control counterpart to inform about successful execution and wait for further commands to execute.
338
+
339
+ It is clear that exploit is the most critical part of the chain technically. What is an exploit and how does attacker find such exploits is the next question here.
340
+
341
+ Exploits are made using vulnerability of softwares publicly identified as CVE\cite{Weaponize:11}. Vulnerability is the software bug which can result in potential threat to the system. And a bug is an unexpected condition in which a program/software misbehaves. Generally while programming lot of efforts is made to avoid such conditions by writing every possible use case, exception handling for all types of inputs, blocking invalid input etc. But most of the times not all cases are covered because of vast variety of user input/interaction. Therefore such invalid or wrong input forces the program to misbehave and this misbehavior is defined as type of vulnerability as mentioned in Table~\ref{table:4}.
342
+
343
+ Vulnerability are further analyzed by exploit writers to see the possibility to carry and execute a payload. Not all vulnerabilities are exploitable. Some of them are just crashes or DoS or limited execution of program. It means not all vulnerabilities result into exploitable crashes.
344
+ \begin{center}
345
+ \begin{table}[h!]
346
+ \small
347
+ \centering
348
+
349
+ \begin{tabular}{ | p{0.5cm} | p{1.5cm} | p{2.5cm} || p{3cm} |}
350
+ \hline
351
+ &Category of Exploits & Type of Exploit & Type of Vulnerability \cite{Delivery:2} \\ \hline
352
+ 1& Operating System Level Exploits & Kernel Exploits, Device Driver Exploits & \begin{itemize} \item{ Denial-of-Services} \item{ Remote or Local Code Execution} \end{itemize} \\ \cline{1-2}\cline{2-3}
353
+ 2 &Network Level Exploits & Protocol exploits for FTP, SMTP, NTP, SSH, Router exploits, & \begin{itemize} \item{ Privilege Escalation} \end{itemize}\\ \cline{1-2}\cline{2-3}
354
+ 3 & Application/ Software Exploits & Browser Exploits, MS Office exploits, PDF Exploits, Java/Flash Exploits & Memory Corruption: \begin{itemize}\item{Dangling Pointer} \item{Buffer Overflow} \item{Use-After-Free} \end{itemize}\\ \hline
355
+
356
+ \end{tabular}
357
+ \caption{Exploits}\label{table:4}
358
+ \vspace{-.7cm}
359
+ \end{table}
360
+ \end{center}
361
+ Regarding the interest that how these vulnerabilities are discovered following papers\cite{Delivery:3} \cite{Delivery:4} \cite{Delivery:5} describe details about fuzzing. Fuzzing is methodology to give customized input to the program and monitoring the output for abnormal behavior. This abnormal behavior is further analyzed w.r.t. given input to describe vulnerability and so to create exploits.
362
+
363
+ As mentioned in Delivery sectio sometimes just one delivery method is not sufficient, in the same way not just one exploit is sufficient to attack multiple users specifically during mass attacks. Generally combination of exploits, called an Exploit Kit, is used for this purpose. As the name suggests Exploit Kit is a collection of multiple exploits for various versions of software. As an example for browser based attacks an exploit kit may have exploits for various versions of Google Chrome, Firefox and internet explorer. During delivery if target uses vulnerable version of any of listed browser for which exploit is available in exploit kit it will be delivered accordingly.
364
+
365
+ \subsection{Installation}
366
+ Host based security measures have grown leaps and bounds compared to other security mechanisms. This in turn has spurned innovation in procedures that circumvent host-based security controls to install, update and regulate the control of the malware installed upon the victims computing device. Traditionally, a computer would become infected by an infection vector like infected removable media, which in turn will leave a malware executable in some unusual location and modify registry/startup settings so that the malware executable is run everytime the computer boots up. Some user eventually will report this executable to antivirus vendor, who in turn will analyze it and come up with a signature to detect it and in some cases a removal tool. Modern malwares are not that simple anymore \cite{ar16}. Malware nowadays are multi staged and they heavily rely on droppers and downloaders to deliver the malware modules in a much more sophisticated manner.
367
+ \begin{itemize}
368
+ \item{\textbf{Dropper} is a program that will install and run the malware to a target system. Before executing the malware code, dropper nowadays tries disabling host based security controls at the target and hides the installed malware.}
369
+ \item{\textbf{Downloaders} were designed to perform the same actions as Droppers – disabling the victims’ security and monitoring software, hiding core components and obfuscating the infection vector, etc. – but tended to be smaller than Droppers because they did not contain the core malicious library components. Instead of unpacking an embedded copy of the core malware agent, the downloader would connect to a remote file repository and download the core components.}
370
+ \end{itemize}
371
+ Today's installation life-cycle incorporates many checks, balances and resilience features – as a means of maximizing the success of the installation, and protecting the participating attackers. Following are some techniques that malware authors use for covert persistent and anonymous installations.
372
+ \begin{itemize}
373
+ \item{\textbf{Anti-Debugger and Anti-Emulation:} Dropper and downloader components are typically “armored”. Using a variety of packers, crypters and inspection-detection engines, malware authors can ensure that common debugger and emulation analysis techniques will not work. The addition of advanced anti-virtual machine analysis technologies also deters malware analysis to a high extent.}
374
+ \item{\textbf{Anti-Antivirus:} Many malware packages include toolsets for automatically disabling host-based detection technologies – disabling anti-virus and IDS products installed on the victim's computer, changing local DNS settings to ensure that no future updates to the operating system or packages are possible, and adding tools that recheck and re-disable protection settings frequently.}
375
+ \item{\textbf{Rootkit and Bootkit Installation:} Rootkits are programs which hide the executed payload. Payload file hiding, process hiding are the core functionalities of a rootkit e.g. LRK,AFX,Mebroot \cite{Weaponize:6}. Similarly Bootkits are malwares that are able to hook and patch system to get loaded into the system Kernel, and thus getting unrestricted access to the entire system. Bootkits like Stoned Bootkit \cite{Installation:1} modify the MBR or boot sector for its execution to avoid protections from operating system. }
376
+ \item{\textbf{Targeted Delivery:}By performing a quick inventory of the victim's machine at the dropper/downloader stage and submitting this information to the malware distribution site, the attackers can verify that the compromised computer is real (and not some analysis system) and respond accordingly. In some cases, upon discovering that the “victim” was faked or is an automated analysis system, the attackers would not serve the core malware.}
377
+ \item{\textbf{Host-Based Encrypted Data Exfiltration:} Most malware does not encrypt outbound network communication. Critical data stolen from the victim's computer is typically packed and file-encrypted at the host-level before sending over a “clear text” network protocol such as HTTP and SMTP – thereby evading anomaly detection systems and data-leakage prevention systems (DLP)\cite{ar16} }
378
+ \end{itemize}
379
+ \subsection{Command and Control}
380
+ An important part of the remotely executed cyber-attacks is the Command and Control(C\&C) system. C\&C system is used to give remote covert instructions to compromised machines. It also acts as the place where all data can be exfiltrated. Over the years, the architecture of C\&C channels have evolved exponentially owing to the exponential development of defensive mechanisms, namely antiviruses, firewalls, IDSs, etc \cite{ar01}.
381
+ There are mainly three type of C\&C communication structures, namely the traditional centralized structure, the newer peer-to-peer decentralized architecture and the latest Social Networks based structure.
382
+ \begin{itemize}
383
+ \item{\textbf{Centralized Structure:} Traditionally malware depended upon a classical client server model wherein a central server is used to command and control the infected machines. Since there is only one server, its easy to manage. Also there is no dependence on the infected machines to relay command control signals. Hence failure of random infected machines won’t affect C\&C architecture. But the number of bots that can be controlled depends is constrained by the hardware/software resources available to the C\&C server. Also taking down the server strategically will shutdown the entire C\&C infrastructure. }
384
+ \item{\textbf{Decentralized Structure:}Owing to the fact that centralized architecture can be taken down easily and cannot control a large botnet, malware authors started using peer-to-peer P2P architecture for command-and-control. The main aims of using this architecture are scalability (infected machines are used as nodes, and each node in turn is responsible only for a subset of the total botnet), fault tolerance (redundant communication links can be formed to route information) and P2P nature (decentralized architecture removes the significant single point dependence of centralized architectures). Variety of options for P2P e.g. Bit torrent, Gnutella, Kademilia etc. indicates the substantive depth of design possibilities. Eg. Storm \cite{ar02}}
385
+ \item{\textbf{Social Networks Based Structure:}Social networks now play a huge part in many people’s lives. Facebook has 1.35 billion registered users as of third quarter of 2014 \cite{ar03}. Most of the social network services are free to use and these services are deemed to be benign in most organizational security policies. Owing to these reasons, social media has now become a viable option for malware authors. These high availability and reliable social networks are used to pass on information in a centralized/decentralized way to the infected machines. Eg. Taidoor \cite{ar04}}
386
+ \end{itemize}
387
+
388
+ C\&C Communication Traffic analysis is a traditional technique to detect communication pattern among infected machines. As a result malware creators have adopted techniques to hide communication patterns. Anonymous communication techniques involve creating an unobservable communication channel that is resistant to traffic analysis. Unobservable communication channel refers to the communication capability that a third party cannot distinguish between a communication and non-communicating entity. It will be indistinguishable from legitimate traffic. Following is a review of techniques employed by the malware creators to achieve unobservable anonymous communication channel:
389
+ \begin{itemize}
390
+ \item{\textbf{IRC Chats:}Internet Relay Chat(IRC)\cite{ar05} was developed in 1988 and is a protocol used for text chat over the internet. Its primary function is to provide “channels” which are chat rooms allowing for public/private conversations. These channels were exploited by malwares to send and receive information once infection takes place.}
391
+ \item{\textbf{TCP/HTTP/FTP:} Malwares relying on IRC as C\&C channel were now easier to detect at network gateways. Malware authors circumvented this by employing TCP/HTTP/FTP\cite{ar06} \cite{ar07} \cite{ar08} as C\&C channels. Since majority of applications in all the operating systems use these channels for benign communication, malware traffic becomes indistinguishable. Examples : Zeus, Poison Ivy\cite{ar10} \cite{ar11} }
392
+ \item{\textbf{Steganography:}Steganography technique involves hiding data inside images, video, audio or any such content which are hosted in attacker controlled harmless websites. The data is then hidden in specially constructed and encrypted inline annotations which are strewn randomly all over the page or extra spurious bytes of images. This hidden data can contain C\&C commands like ip addresses of C\&C server, shellcode commands to execute etc }
393
+ \item{\textbf{TOR:}Tor (originally The Onion Router) is a service used to provide anonymity over the internet[ar09]. Tor directs Internet traffic through a free, worldwide, volunteer network consisting of more than six thousand relays to conceal a user's location and usage from anyone conducting network surveillance or traffic analysis.. Apart from providing an anonymity network, Tor also has Hidden Service Protocol which makes it possible for users to hide their location while offering various kinds of public services.. Hidden services work by setting up Rendezvous points which are identified by “.onion” links. SDC Botnet \cite{ar12} is a recent example of malwares employing TOR as C\&C channel.}
394
+ \end{itemize}
395
+ Attackers would like to stay undetected and covert for as long as possible. Following are 3 techniques commonly used by malware authors to hide their C\&C server from the defense mechanisms of any organization:
396
+ \begin{itemize}
397
+ \item{\textbf{DNS Fast Flux:}The Domain Name Service(DNS)\cite{ar13} is a naming system of computers on the internet. DNS is not required to match hostnames to ip addresses in a one-to-one fashion. A single hostname may correspond to many IP addresses to facilitate fault tolerance and load distribution Malware authors use a technique called fast-flux to hide C\&C locations behind an rapidly changing(fast-flux) network of infected machines. This is achieved by setting a very short TTL(time-to-live) to DNS response which is known as single flux. Another technique called double flux is used which works by switching rapidly through multiple infected nodes’ addresses which in turn act as a proxy relay location to the original C\&C Site.}
398
+ \item{\textbf{DNS as a medium:}It is also possible to use DNS system as a communication mechanism rather than using it for setting up the channel. RDATA field of a DNS response can be of variable length and multiple formats. One of these is TXT, which can be used to transfer actual text. The commands are can be encoded into base64 and sent over the RDATA field. Feederbot\cite{ar15} is one such example.}
399
+ \item{\textbf{Domain Generation Algorithms:} Another method to stay under the radar is DGA. DGA programmatically generates pseudo random domain names which is used as address of C\&C server. IT is then upto the attacker to ensure he controls the domains that will be generated. Conficker malware for example, generates 250 domain names by using current UTC date as the seed of pseudo random DGA. The same domains are generated every 3 hours. All the 250 domain names are queried until one of them resolves successfully. \cite{ar14}}
400
+ \end{itemize}
401
+
402
+
403
+ \subsection{Act on Objectives}
404
+ After getting the communication setup with target system attacker executes the commands. The command used by attacker depends on interest of attack. \cite{cyberkillchain:2}
405
+ \begin{enumerate}
406
+ \item{\textbf{Mass attack:} Objective of mass attack to get as many targets as possible. In mass attack more than a single system multiple systems together are of interest. Most of such attacks aims for getting bank, email, social media and local system administrator credentials\cite{Objectives:1}. Bigger picture of mass attack is called BOTNets\cite{Weaponize:1}. BOTNets are mainly used for DDos attacks and virtual coin mining. Virtual coin mining harvest the system processors or GPU to generate virtual currency for the attacker. }
407
+ \item{\textbf{Targeted attacks:} Target attacks are more sophisticated and carried with more caution. Most of such attacks are aimed to get confidential or secret information from target system. Data exfiltration and getting user credentials for online accounts are objective of the attacks. Spreading through the network also becomes the primary goal when target is an organization. }
408
+ \end{enumerate}
409
+ In both types of attack if attack is intended for destructive purpose it may crash system hard drive or device drivers. Attacker may make CPU to use its maximum capability for long time to damage the processor hardware.
410
+
411
+ \section{Summary}
412
+ In this paper cyber kill has been discussed in detail with its technical aspects. The paper gives technical flow from attacker's perspective which may help security researcher to design prevention mechanisms.This paper explores the recent trends in malware development by reviewing weaponize and installation techniques. Delivery and Exploitation section gives an insight to the importance of software vulnerabilities, both from an attacker and security researcher's perspective, in the current cyberspace.Study of reconnaissance techniques and Command \& Control infrastructure shows how benign features of network protocols are being misused to achieve nefarious end results.
413
+
414
+
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+ \begin{thebibliography}{1}
434
+ \bibitem{Weaponize:2}
435
+ MALWARE RISKS AND MITIGATION REPORT. 1st ed. BITS - The Financial Services Roundtable; 2011. [Online]. Available at: http://www.nist.gov/itl/upload/BITS-Malware-Report-Jun2011.pdf. [Accessed: 26- Mar- 2015].
436
+
437
+ \bibitem{cyberkillchain:3}
438
+ J. Ranum M. Breaking Cyber Kill Chains®. Tenable Network Security. 2014. [Online].. Available at: http://www.tenable.com/blog/breaking-cyber-kill-chains. [Accessed: 26- Mar- 2015].
439
+ \bibitem{cyberkillchain:4}
440
+ Sager T. Killing Advanced Threats in Their Tracks: An Intelligent Approach to Attack Prevention. Sansorg. 2014. [Online]. Available at: http://www.sans.org/reading-room/whitepapers/detection/killing-advanced-threats-tracks-intelligent-approach-attack-prevention-35302. [Accessed: 26- Mar- 2015].
441
+ \bibitem{cyberkillchain:5}
442
+ The Cyber Attack Cycle.[Online].. Available at: http://www.eur.army.mil/vigilance/Cyber\_Attack\_Cycle.pdf. [Accessed: 26- Mar- 2015].
443
+ \bibitem{cyberkillchain:6}
444
+ Hartley M. Strengthening Cyber Kill Chain with Cyber Threat Intelligence. iSIGHT Partners. 2014. [Online]. Available at: http://www.isightpartners.com/2014/09/strenghtening-cyber-kill-chain-cyber-threat-intelligence-part-1-of-2/. [Accessed: 26- Mar- 2015].
445
+ \bibitem{cyberkillchain:7}
446
+ Hartley M. The Cyber Threat Kill Chain – Part 2 of 2 - iSIGHT Partners. iSIGHT Partners. 2014. [Online]. Available at: http://www.isightpartners.com/2014/10/cyber-threat-kill-chain-part-2-2/. [Accessed: 26- Mar- 2015].
447
+ \bibitem{cyberkillchain:8}
448
+ Davis R. Exploit Kill Chain with Controls | Critical Start. Criticalstartcom. 2015. [Online]. Available at: http://www.criticalstart.com/2014/01/exploit-kill-chain-with-controls/. [Accessed: 26- Mar- 2015].
449
+ \bibitem{cyberkillchain:9}
450
+ Engel G. Deconstructing The Cyber Kill Chain. Dark Reading. 2014. [Online]. Available at: http://www.darkreading.com/attacks-breaches/deconstructing-the-cyber-kill-chain/a/d-id/1317542. [Accessed: 26- Mar- 2015].
451
+ \bibitem{Reconnaissance:1}
452
+ IT Security – Reconnaissance. [Online]. Available at: http://itsecurity.telelink.com/reconnaissance/. [Accessed: 26- Mar- 2015].
453
+ \bibitem{Reconnaissance:2}
454
+ Pernet C. APT Kill chain - Part 3: Reconnaissance - Airbus D\&S CyberSecurity blog. 2014. [Online]. Available at: http://blog.cassidiancybersecurity.com/post/2014/05/APT-Kill-chain-Part-3-\%3A-Reconnaissance. [Accessed: 26- Mar- 2015].
455
+ \bibitem{Reconnaissance:3}
456
+ Bhamidipati S. The Art of Reconnaissance - Simple Techniques. sans.org. 2002. [Online]. Available at: http://www.sans.org/reading-room/whitepapers/auditing/art-reconnaissance-simple-techniques-60. [Accessed: 26- Mar- 2015].
457
+
458
+
459
+ \bibitem{Weaponize:3}
460
+ Security Threat Report 2013. 1st ed. SOPHOS; 2013.[Online]. Available at: http://www.sophos.com/en-us/medialibrary/pdfs/other/sophossecuritythreatreport2013.pdf. [Accessed: 26- Mar- 2015].
461
+ \bibitem{Weaponize:4}
462
+ Security Threat Report 2014. 1st ed. SOPHOS; 2014. [Online]. Available at: https://www.sophos.com/en-us/medialibrary/PDFs/other/sophos-security-threat-report-2014.pdf. [Accessed: 26- Mar- 2015].
463
+
464
+ \bibitem{Weaponize:7}
465
+ Rodionov, Eugene, and Aleksandr Matrosov. "Defeating Anti-Forensics in Contemporary Complex Threats."
466
+ \bibitem{Weaponize:8}
467
+ Securelist.com,. 'The Ventir Trojan: Assemble Your Macos Spy - Securelist'. N.p., 2015.
468
+ \bibitem{Weaponize:9}
469
+ Anley, Chris, et al. The shellcoder's handbook: discovering and exploiting security holes. John Wiley \& Sons, 2011.
470
+ \bibitem{Weaponize:10}
471
+ Research.zscaler.com,. 'Zscaler Research: Njrat \& H-Worm Variant Infections Continue To Rise'. N.p., 2015.
472
+ \bibitem{Weaponize:11}
473
+ CVE -Common Vulnerabilities and Exposures (CVE). [Online]. Available at: https://cve.mitre.org/
474
+ \bibitem{Delivery:6}
475
+ Pernet C. APT Kill chain - Part 4 : Initial compromise - Airbus D\&S CyberSecurity blog. 2014. [Online]. Available at: http://blog.airbuscybersecurity.com/post/2014/06/APT-Kill-chain-Part-4-\%3A-Initial-compromise. [Accessed: 26- Mar- 2015].
476
+ \bibitem{Delivery:1}
477
+ GitHub, 'DeviceFingerprint', 2013. [Online]. Available: https://github.com/dimalinux/DeviceFingerprint. [Accessed: 26- Mar- 2015].
478
+ \bibitem{Delivery:2}
479
+ CVE security vulnerability database. Security vulnerabilities, exploits, references and more. [Online]. Available at: http://www.cvedetails.com/. [Accessed: 26- Mar- 2015].
480
+ \bibitem{Delivery:3}
481
+ Oehlert, Peter. "Violating assumptions with fuzzing." Security \& Privacy, IEEE 3.2 (2005): 58-62.
482
+ \bibitem{Delivery:4}
483
+ Sutton, Michael, Adam Greene, and Pedram Amini. Fuzzing: brute force vulnerability discovery. Pearson Education, 2007.
484
+ \bibitem{Delivery:5}
485
+ Godefroid, Patrice, Michael Y. Levin, and David Molnar. "SAGE: whitebox fuzzing for security testing." Queue 10.1 (2012): 20.
486
+
487
+ \bibitem{Exploitation:1}
488
+ Contagio: An Overview of Exploit Packs (Update 24) Mar 2015. 2015. [Online]. Available at: http://contagiodump.blogspot.in/2010/06/overview-of-exploit-packs-update.html. [Accessed: 26- Mar- 2015].
489
+ \bibitem{Exploitation:3}
490
+ Eric Chien and Péter Ször Symantec Security Response Blended Attacks Exploits, Vulnerabilities and Buffer-Overflow Techniques in Computer Viruses Virus Bulletin , 2002. [Online]. Available at: http://www.symantec.com/avcenter/reference/blended.attacks.pdf. [Accessed: 26- Mar- 2015].
491
+ \bibitem{Weaponize:6}
492
+ Hardikar A. Malware 101 - Viruses. sansorg. 2008. [Online]. Available at: http://www.sans.org/reading-room/whitepapers/incident/malware-101-viruses-32848. [Accessed: 26- Mar- 2015].
493
+ \bibitem{Installation:1}
494
+ Kleissner, Peter. "Stoned bootkit." Black Hat USA (2009): 5-7.
495
+
496
+ \bibitem{CommandnControl:1}
497
+ Jospeh Gradiner, Marco Cova, Shishir Nagaraja Command \& Control : Understanding, Denying and Detecting 2014
498
+ \bibitem{CommandnControl:2}
499
+ D. Seenivasan, K. Shanthi Categories of Botnet: A Survey International Journal of Computer, Control, Quantum and Information Engineering Vol:8 No:9, 2014
500
+ \bibitem{CommandnControl:3}
501
+ Ting-Fang Yen, Victor Heorhiadi, Alina Oprea, Michael K. Reiter,Ari Juels An Epiemiological Study of Malware Encounters in a Large Enterprise ACM SIGSAC Conference on Computer and Communications Security 2014
502
+
503
+ \bibitem{ar01}
504
+ QinetiQ. (2014). Command \& Control: Understanding, Denying, Detecting, (February), 36. [Online]. http://www.cpni.gov.uk/Documents/Publications/2014/2014-04-11-cc\_qinetiq\_report.pdf. [Accessed: 26- Mar- 2015].
505
+ \bibitem{ar02}
506
+ P. Porras, H. Saidi, and V. Yegneswaran. A multi-perspective analysis of the Storm (Peacomm) worm. In SRI Technical Report 10- 01, 2007.
507
+ \bibitem{ar03}
508
+ Statista,. (2015). Facebook: figures of monthly active users 2014 | Statistic. [Online]. http://www.statista.com/statistics/264810/number-of-monthly-active-facebook-users-worldwide/. [Accessed: 26- Mar- 2015].
509
+
510
+ \bibitem{ar04}
511
+ Fireeye.com,. (2013). Evasive Tactics: Taidoor « Threat Research | FireEye Inc. [Online]. https://www.fireeye.com/blog/threat-research/2013/09/evasive-tactics-taidoor-3.html. [Accessed: 26- Mar- 2015].
512
+ \bibitem{ar05}
513
+ Tools.ietf.org,. (2015). RFC 1459 - Internet Relay Chat Protocol. [Online]. https://tools.ietf.org/html/rfc1459. [Accessed: 26- Mar- 2015].
514
+ \bibitem{ar06}
515
+ Ietf.org,. (1999). RFC 2616 - Hypertext Transfer Protocol -- HTTP/1.1. Retrieved 24 March 2015, from https://www.ietf.org/rfc/rfc2616.txt. [Accessed: 26- Mar- 2015].
516
+
517
+ \bibitem{ar07}
518
+ Ietf.org,. (1985). RFC 959 - FILE TRANSFER PROTOCOL (FTP). [Online]. https://www.ietf.org/rfc/rfc959.txt. [Accessed: 26- Mar- 2015].
519
+
520
+ \bibitem{ar08}
521
+ Ietf.org,. (1981). RFC 793 - TRANSMISSION CONTROL PROTOCOL. [Online]. https://www.ietf.org/rfc/rfc793.txt. [Accessed: 26- Mar- 2015].
522
+
523
+ \bibitem{ar09}
524
+ Fox-IT International blog,. (2013). Large botnet cause of recent Tor network overload. Retrieved 24 March 2015, from http://blog.fox-it.com/2013/09/05/large-botnet-cause-of-recent-tor-network-overload/. [Accessed: 26- Mar- 2015].
525
+
526
+ \bibitem{ar10}
527
+ IOActive Inc,. (2012). Reversal and Analysis of Zeus and SpyEye Banking Trojans (1st ed., p. 31). Seattle: IOActive, Incorporated. [Online]. http://www.ioactive.com/pdfs/ZeusSpyEyeBankingTrojanAnalysis.pdf. [Accessed: 26- Mar- 2015].
528
+
529
+ \bibitem{ar11}
530
+ FireEye, (2014). Poison Ivy: Assessing Damage and Extracting Intelligence (1st ed., p. 33). California: FireEye Inc. [Online]. https://www.fireeye.com/resources/pdfs/fireeye-poison-ivy-report.pdf. [Accessed: 26- Mar- 2015].
531
+
532
+ \bibitem{ar12}
533
+ ydklijnsma. Large botnet cause of recent Tor network overload 2013. [Online] http://blog.fox-it.com/2013/09/05/large-botnet-cause- of-recent- tor-network-overload/. [Accessed: 26- Mar- 2015].
534
+
535
+ \bibitem{ar13}
536
+ Ietf.org,. (1987). RFC 1035 - DOMAIN NAMES - IMPLEMENTATION AND SPECIFICATION. [Online]. https://www.ietf.org/rfc/rfc1035.txt. [Accessed: 26- Mar- 2015].
537
+
538
+ \bibitem{ar14}
539
+ P. Porras, H. Saidi, and V. Yegneswaran. A Foray into Conficker’s Logic and Rendezvous Points. In Proc. of the USENIX Workshop on Large-Scale Exploits and Emergent Threats (LEET), 2009.
540
+
541
+ \bibitem{ar15}
542
+ Dietrich, Christian J., Christian Rossow, and Norbert Pohlmann. "CoCoSpot: Clustering and recognizing botnet command and control channels using traffic analysis." Computer Networks 57.2 (2013): 475-486.
543
+
544
+ \bibitem{ar16}
545
+ DAMBALLA,. (2015). Behind Today’s Crimeware Installation Lifecycle: How Advanced Malware Morphs to Remain Stealthy and Persistent 10 (1st ed., p. 10). Atlanta: DAMBALLA. [Online]. https://www.damballa.com/downloads/r\_pubs/WP\_Advanced\_Malware\_\\Install\_LifeCycle.pdf. [Accessed: 26- Mar- 2015].
546
+ \bibitem{cyberkillchain:2}
547
+ A View From Front Lines. 1st ed. MANDIANT A FireEye Company; 2015. [Online]. Available at: http://www2.fireeye.com/rs/fireye/images/rpt-m-trends-2015.pdf. [Accessed: 26- Mar- 2015].
548
+ \bibitem{Objectives:1}
549
+ Pernet C. APT Kill chain - Part 5 : Access Strenghtening and lateral movements - Airbus D\&S CyberSecurity blog 2014. [Online]. Available at: http://blog.airbuscybersecurity.com/post/2014/11/APT-Kill-chain-Part-5-\%3A-Access-Strenghtening-and-lateral-movements. [Accessed: 26- Mar- 2015].
550
+ \bibitem{Weaponize:1}
551
+ Fatima Naseem, Mariam shafqat, Umbreen Sabir and Asim ShahzadA Survey of Botnet Technology and detectiion International Journal of Video \& Image Processing and Network Security IJVIPNS-IJENS Vol:10 No:01 2010
552
+
553
+ \end{thebibliography}
554
+
555
+
556
+
557
+
558
+ \end{document}