-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
309 lines (259 loc) · 11.1 KB
/
index2.html
File metadata and controls
309 lines (259 loc) · 11.1 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,700;1,400&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://www.evandowning.com/theme/stylesheet/style.min.css">
<link id="dark-theme-style" rel="stylesheet" type="text/css"
disabled="disabled"
href="https://www.evandowning.com/theme/stylesheet/dark-theme.min.css">
<link id="pygments-dark-theme" rel="stylesheet" type="text/css"
disabled="disabled"
href="https://www.evandowning.com/theme/pygments/monokai.min.css">
<link id="pygments-light-theme" rel="stylesheet" type="text/css"
href="https://www.evandowning.com/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="https://www.evandowning.com/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="https://www.evandowning.com/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="https://www.evandowning.com/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="https://www.evandowning.com/static/custom.css">
<link rel="shortcut icon" href="https://www.evandowning.com/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://www.evandowning.com/images/favicon.ico" type="image/x-icon">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#333333">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Microsoft EDGE -->
<meta name="msapplication-TileColor" content="#333333">
<link href="https://www.evandowning.com/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Evan Downing Atom">
<meta name="author" content="Evan Downing" />
<meta name="description" content="Evan's personal website." />
<meta property="og:site_name" content="Evan Downing"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="Evan Downing"/>
<meta property="og:description" content="Evan's personal website."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="https://www.evandowning.com"/>
<meta property="og:image" content="https://www.evandowning.com/images/profile.png">
<title>Evan Downing</title>
</head>
<body class="light-theme">
<aside>
<div>
<a href="https://www.evandowning.com/">
<img src="https://www.evandowning.com/images/profile.png" alt="Evan Downing" title="Evan Downing">
</a>
<h1>
<a href="https://www.evandowning.com/">Evan Downing</a>
</h1>
<p>Cybersecurity Researcher</p>
<nav>
<ul class="list">
<li>
<a target="_self"
href="https://www.evandowning.com/pages/about.html">
About
</a>
</li>
<li>
<a target="_self"
href="https://www.evandowning.com/pages/projects.html">
Projects
</a>
</li>
<li>
<a target="_self" href="https://docs.google.com/document/d/1sKsh88ZiiveotGS-KR4l-vESgfj_U_JifvH6nGat-Wk" >Resume</a>
</li>
<li>
<a target="_self" href="https://docs.google.com/document/d/1UcXkHeRCKpBvlf4KyW92GKjyEeoiPgXGdW7ARPSa2L4" >CV</a>
</li>
</ul>
</nav>
<ul class="social">
<li>
<a class="sc-github"
href="https://github.com/evandowning"
target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</li>
<li>
<a class="sc-google"
href="https://scholar.google.com/citations?user=SnJNwIAAAAAJ&hl=en"
target="_blank">
<i class="fa-brands fa-google"></i>
</a>
</li>
<li>
<a class="sc-linkedin"
href="https://www.linkedin.com/in/evandowning/"
target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
<li>
<a class="sc-soundcloud"
href="https://soundcloud.com/evan_downing"
target="_blank">
<i class="fa-brands fa-soundcloud"></i>
</a>
</li>
</ul>
</div>
</aside>
<main>
<nav>
<a href="https://www.evandowning.com/">Home</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="https://www.evandowning.com/feeds/all.atom.xml">Atom</a>
</nav>
<article>
<header>
<h2><a href="https://www.evandowning.com/converting-protonmails-vcf-files-to-import-to-phone.html">Converting Protonmail's VCF files to import to phone</a></h2>
<p>
Posted on May 19, 2019 in <a href="https://www.evandowning.com/category/coding-fun.html">coding-fun</a>
• 1 min read
</p>
</header>
<div>
<div><h2>Introduction</h2>
<p><a href="https://protonmail.com">Protonmail</a> captured my interest a few years ago as privacy-focused alternative to <a href="http://gmail.com">Gmail</a>.</p>
<p>But one of the problems I faced was my dependence on Google's <a href="https://contacts.google.com">Contacts</a> service which kept all of my contacts for me stored on my Android device. I wanted to move away from this as well …</p></div>
<br>
<a class="btn"
href="https://www.evandowning.com/converting-protonmails-vcf-files-to-import-to-phone.html">
Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="https://www.evandowning.com/datasets.html">Datasets</a></h2>
<p>
Posted on January 01, 2019 in <a href="https://www.evandowning.com/category/misc.html">misc</a>
• 1 min read
</p>
</header>
<div>
<div><p>This is a good website for lots of general cybersecurity datasets: <a href="http://www.secrepo.com/">http://www.secrepo.com/</a></p>
<h2>Malware Samples</h2>
<ul>
<li>Large dataset: <a href="https://github.com/sophos/SOREL-20M">https://github.com/sophos/SOREL-20M</a></li>
<li>Malware from 2010-today: <a href="https://www.vx-underground.org/">https://www.vx-underground.org/</a></li>
</ul>
<h2>Gathering Data</h2>
<ul>
<li>Static features for PE malware classification: <a href="https://github.com/elastic/ember">https://github.com/elastic/ember</a></li>
<li>Dynamic features for clustering PE malware …</li></ul></div>
<br>
<a class="btn"
href="https://www.evandowning.com/datasets.html">
Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="https://www.evandowning.com/markov-text-generator.html">Markov Text Generator</a></h2>
<p>
Posted on January 16, 2016 in <a href="https://www.evandowning.com/category/coding-fun.html">coding-fun</a>
• 2 min read
</p>
</header>
<div>
<div><p>For fun, I've recently created my own <a href="https://en.wikipedia.org/wiki/Markov_chain">Markov</a> text generator.</p>
<h2>Explanation</h2>
<p>A Markov text generator takes a piece of text as input and outputs new text that is seemingly random. It may even make syntactical and/or semantic sense if properly seeded with input text.</p>
<p>It accomplishes this by splitting …</p></div>
<br>
<a class="btn"
href="https://www.evandowning.com/markov-text-generator.html">
Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="https://www.evandowning.com/suggested-reads.html">Suggested Reads</a></h2>
<p>
Posted on January 01, 2015 in <a href="https://www.evandowning.com/category/misc.html">misc</a>
• 5 min read
</p>
</header>
<div>
<div><h2>Read these first</h2>
<ul>
<li><a href="https://dl.acm.org/doi/pdf/10.1145/1273445.1273458">How to read a paper (2007)</a></li>
<li><a href="https://www.usenix.org/conferences/author-resources/how-and-how-not-write-good-systems-paper">How (and how not) to write a good systems paper</a></li>
<li><a href="https://syedirfanhyder.blogspot.com/2017/08/what-is-problem-statement-and-its-role-in-phd-research.html">Writing a Problem Statement</a></li>
<li><a href="https://syedirfanhyder.blogspot.com/2017/08/what-is-thesis-statement-how-to-write.html">Writing a Thesis Statement</a></li>
<li><a href="https://docs.google.com/document/d/1KCSXYmInnBrOnFw5y3kQdNluLTYKt-jF1psyviNAeag/">Research as a Stochastic Decision Process</a></li>
<li><a href="https://en.wikipedia.org/wiki/Precision_and_recall">Precision and Recall</a></li>
<li><a href="https://en.wikipedia.org/wiki/List_of_fallacies">Fallacies</a></li>
<li><a href="https://en.wikipedia.org/wiki/Undecidable_problem">Undecidability</a></li>
</ul>
<h2>Papers</h2>
<p>You can find all of these on <a href="https://scholar.google.com/">Google Scholar</a></p>
<ul>
<li>Computer security …</li></ul></div>
<br>
<a class="btn"
href="https://www.evandowning.com/suggested-reads.html">
Continue reading
</a>
</div>
</article>
<div class="pagination">
<a class="btn float-right" href="https://www.evandowning.com/index.html">
Newer Posts <i class="fa fa-angle-right"></i>
</a>
</div>
<footer>
<p>
© 2026 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/deed.en_US" target="_blank">Creative Commons Attribution-ShareAlike 4.0 International License</a>
</p>
<p>
Built with <a href="http://getpelican.com" target="_blank">Pelican</a> using <a href="http://bit.ly/flex-pelican" target="_blank">Flex</a> theme
<span class="footer-separator">|</span>
Switch to the <a href="javascript:void(0)" onclick="theme.switch(`dark`)">dark</a> | <a href="javascript:void(0)" onclick="theme.switch(`light`)">light</a> | <a href="javascript:void(0)" onclick="theme.switch(`browser`)">browser</a> theme
<script id="dark-theme-script"
src="https://www.evandowning.com/theme/dark-theme/dark-theme.min.js"
data-enable-auto-detect-theme="False"
data-default-theme="light"
type="text/javascript">
</script>
</p><p>
<a rel="license"
href="http://creativecommons.org/licenses/by-sa/4.0/"
target="_blank">
<img alt="Creative Commons License"
title="Creative Commons License"
style="border-width:0"
src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png"
width="80"
height="15"/>
</a>
</p></footer> </main>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Evan Downing ",
"url" : "https://www.evandowning.com",
"image": "https://www.evandowning.com/images/profile.png",
"description": "Evan's personal website."
}
</script>
</body>
</html>