-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticles.html
executable file
·84 lines (62 loc) · 2.25 KB
/
articles.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/core.css" />
<title>Articles and projects</title>
</head>
<body>
<div class="page">
<div class="container">
<div class="header">
<a href="contact.html" class="header-element">
Contact
</a>
<a href="skills.html" class="header-element">
Skills
</a>
<a href="articles.html" class="header-element">
Articles
</a>
<a href="index.html" class="header-element">
Home
</a>
</div>
<h1>Articles and projects</h1>
<hr>
<h2 id="elkstack">eForensics Magazine "ELK stack as a SIEM"</h2>
<img src="images/eFmagazine_04_2016.jpg" alt="eForensics Magazine" height="800" width="600">
<p>
The article's goal is to present a study on ELK stack and see if it could be succesfully used as a SIEM.
</p>
<p>
https://eforensicsmag.com/download/anti-forensic-techniques/
Vol.05 NO.04
</p>
<h2 id="effectivepentest">PentestMag "Writing an effective Pentration Testing Report"</h2>
<img src="images/PenTestmagazine.jpg" alt="PentestMag" height="800" width="600">
<p>
In the article you can find what is for me the best approaches to writing an effective Pentest Report. You can find techniques and tips for the for reporting phase in a Penetration Testing project.
</p>
<p>
<ul>
<li><a href=" https://pentestmag.com/download/writing-effective-penetration-testing-report/"
">Article Link</a></li>
</ul>
</p>
<br>
<br>
<p>
Projects:
</p>
<ul>
<li><a href="https://github.com/ptrac3/MAEC-Dataset">MAEC-Dataset is a collection of several malware families that were analyzed with dynamic analysis engines (Cuckoo Sandbox), whose output was then converted into MAEC</a></li>
<li><a href="https://github.com/ptrac3/Kairos">Kairos, a time based malware classification engine</a></li>
</ul>
<br>
</div>
</div>
</body>
</html>