diff --git a/Additional Analysis/Terraloader/02-01-20/Analysis.md b/Additional Analysis/Terraloader/02-01-20/Analysis.md
index 9118863..fb5b82c 100644
--- a/Additional Analysis/Terraloader/02-01-20/Analysis.md
+++ b/Additional Analysis/Terraloader/02-01-20/Analysis.md
@@ -5,6 +5,7 @@
+ [Second layer](#second)
+ [Additionnal Informations](#infos)
* [Cyber kill chain](#Cyber-kill-chain)
+* [Events graph](#graph)
* [Indicators Of Compromise (IOC)](#IOC)
* [References MITRE ATT&CK Matrix](#Ref-MITRE-ATTACK)
* [Links](#Links)
@@ -891,7 +892,7 @@ function main()
}
```
-
Finally drop the document and dll and execute it.
+Finally drops the document and dll and execute it.
```javascript
function exec_pay()
@@ -939,7 +940,7 @@ function exec_pay()
}
```
Additionnal Informations
-In the certificate of the signed js script, some interesting informations are present. The RSA public key was randomly generated and did not import directly. The certificate was issued on March 15, 2019, and uses "thawte, Inc." as the organization name.
+In the certificate of the signed js script, some interesting informations are present. The RSA public key was randomly generated and didn't import directly. The certificate was issued on March 15, 2019, and uses "thawte, Inc." as the organization name.
```json
ProviderType : PROV_RSA_AES
@@ -968,7 +969,7 @@ IssuerName Hash
---------- ---- ------- ------------
CN=thawte SHA256 Code Signing CA, O="thawte, Inc.", C=US 259e2142575482b958a102aa64129fe7d3f9035a 3 3309fadb8da0ed2efa1e1d691e36022d
```
-###### In addition, this is interesting to see that the loader hasn't been the code similarity and some parts have developed by different people, this can be code pick at forums or requested an developed by another person. As example, the code uses all the time ```C i = i + 1``` for increments the index or process, on the RC4 decryption method, this uses the condensed version ```C i += 1``` for all the operations of increments.
+###### In addition, this is interesting to see that the loader hasn't been the code similarity and some parts have developed by different people, this can be code picked from forums or requested and developed by another person. As example, the code uses all the time ``` i = i + 1 ``` for increments the index or process, on the RC4 decryption method, this uses the condensed version ``` i += 1 ``` for all the operations of increments.
This seems want target the pension fund of First Atlantic Health Care organization, a copy fo the decoy document can be viewed here.
@@ -978,6 +979,12 @@ CN=thawte SHA256 Code Signing CA, O="thawte, Inc.", C=US 259e2142575482b958a102a
+Events graph
+This graph shows the events during the execution of the cyber kill chains :
+
+
+
+
Indicators Of Compromise (IOC)
List of all the Indicators Of Compromise (IOC)