-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
243 lines (230 loc) · 10.5 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dasun K Lokuhetty</title>
<meta charset="UTF-8">
<meta name="description" content="Dasun K Lokuhetty">
<meta name="keywords" content="dasun, lokuhetty, security, Engineer, pentest">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i,700" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/flaticon.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/magnific-popup.css"/>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section start -->
<header class="header-section">
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<div class="site-logo">
<h2><a href="https://lokuhetty.me">lokuhetty.me</a></h2>
</div>
</div>
<div class="col-md-8 text-md-right header-buttons">
<a href="https://blog.lokuhetty.me" class="site-btn">Blog</a>
<!--a href="#" class="site-btn">Discover me</a-->
</div>
</div>
</div>
</header>
<!-- Header section end -->
<!-- Hero section start -->
<section class="hero-section spad">
<div class="container-fluid">
<div class="row">
<div class="col-xl-10 offset-xl-1">
<div class="row">
<div class="col-lg-6">
<div class="hero-text">
<h2>Dasun K Lokuhetty</h2>
<p>I'm a #InformationSecurityEngineer #FOSSAdvocate #TechGeek</p>
</div>
<div class="hero-info">
<h2>General Info</h2>
<ul>
<li><span>Lives in</span>Colombo, Sri Lanka</li>
<li><span>E-mail</span>[email protected]</li>
</ul>
</div>
</div>
<div class="col-lg-6">
<figure class="hero-image">
<img src="img/dasun.jpg" alt="5">
</figure>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Hero section end -->
<!-- Social links section start -->
<div class="social-section">
<div class="container-fluid">
<div class="row">
<div class="col-xl-10 offset-xl-1">
<div class="social-link-warp">
<div class="social-links">
<a href="https://lk.linkedin.com/in/lokuhetty"><i class="fa fa-linkedin"></i></a>
<a href="https://twitter.com/lokuhetty"><i class="fa fa-twitter"></i></a>
</div>
<h2 class="hidden-md hidden-sm">My Social Profiles</h2>
</div>
</div>
</div>
</div>
</div>
<!-- Social links section end -->
<!-- Resume section start -->
<section class="resume-section spad">
<div class="container-fluid">
<div class="row">
<div class="col-xl-7 offset-xl-2">
<div class="section-title">
<h2>Work Experience</h2>
</div>
<ul class="resume-list">
<li>
<h2>2015-Present</h2>
<h3>Financial Sector Computer Security Incident Response Team</h3>
<h4>Asst Manager</h4>
<p>Financial Sector Computer Security Incident Response Team (FINCSIRT): First sectorial CSIRT in Asia, is an initiative started by the Central Bank of Sri Lanka, Sri Lankan National CSIRT and hosted under LankaClear (Pvt) Ltd with the objective of responding, managing, and consulting on InfoSec incidents in the Sri Lankan financial sector Institutes which compromise of more than 70+ members.</p>
</li>
<li>
<h2>2014-2015</h2>
<h3>Lanka Education And Research Network (LEARN)</h3>
<h4>Director Board(Member)</h4>
<p>The Lanka Education and Research Network is the NREN (National Research and Education Network) of Sri Lanka, which interconnects Educational and Research institutions across the country, and provide network related services to them. LEARN international connectivity include a 7Gbps bandwidth to the commodity Internet and a 2.5Gbps link to Singapore that connects the academic/research Internet through the TEIN4 network, SingAREN, Intenet2 and Google. As one of the member in the Director Board I was responsible for the direction, governance, and consultation of the LEARN.</p>
</li>
<h2>2010-2015</h2>
<h3>The Open University of Sri Lanka (OUSL)</h3>
<h4>Network Manager</h4>
<p>The Open University of Sri Lanka (OUSL) is the single university (Premier Open and Distance learning institution in Sri Lanka) that facilitated for more than 30,000 registered students per single academic year. I was recruited for the role of Network Manager to maintain one of the largest IT networks in Sri Lanka, compromise of 40+ remote centers.</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Resume section end -->
<!-- Resume section start -->
<section class="resume-section with-bg spad">
<div class="container-fluid">
<div class="row">
<div class="col-xl-7 offset-xl-2">
<div class="section-title">
<h2>Education</h2>
</div>
<ul class="resume-list">
<li>
<h2>2015</h2>
<h3>Masters of Science: Information Security: Distinction Pass (MSc) </h3>
<h4>University of Colombo</h4>
<p>Masters with an Industry focus on Infomation and Cyber Security</p>
</li>
<li>
<h2>2009</h2>
<h3>Bachelor of Technology (B.Tech)(ENG)(Hons) : First Class</h3>
<h4>The Open University of Sri Lanka</h4>
<p>An Engineering Degree with the membership of Institute of Engineers of Sri Lanka (IESL)</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Resume section end -->
<!-- Review section start -->
<section class="review-section spad pb-0">
<div class="container-fluid">
<div class="row">
<div class="col-xl-7 offset-xl-2">
<div class="section-title">
<h2>Milestone Projects</h2>
</div>
<div class="review-slider owl-carousel">
<div class="single-review">
<div class="qut">“</div>
<p>Design, Implement and management of National Financial Sector Security Operation Center (SOC) with extremely low monetary cost without additional consultations and vendors (With Open Source Elasticsearch Stack [ELK]). </p>
<h3>Finacial Sector Security Operation Centre</h3>
<h4>FinCSIRT, Sri Lanka</h4>
</div>
<div class="single-review">
<div class="qut">“</div>
<p>Design, Implementation and Conduct National Financial Sector Cyber Drill simulation for the 2 consecutive years (2017 & 2018) for the Sri Lankan Finacial Sector organizations</p>
<h3>National Fianacial Sector Cyber Drill - CyberWarGames</h3>
<h4>FinCSIRT, Sri Lanka</h4>
</div>
<div class="single-review">
<div class="qut">“</div>
<p>Consultation / Design and implementation of a state of the art Datacenter (18 Racks – 30Mn LKR Project) for the academic network at The Open University of Sri Lanka. </p>
<h3>Datacenter - Designed for Tier 2 level </h3>
<h4>The Open University of Sri Lanka & National Online Distance Education System, Sri Lanka</h4>
</div>
<div class="single-review">
<div class="qut">“</div>
<p>Design, Implementation and managment of Network Operation Center (NOC) with extreamly low monetary cost with the use of FOSS tools. Netowrk comprised of CISCO based 250+ wired and 100+ Wireless(IEEE 802.11ac) active devices on 40+ remote locations around the country</p>
<h3>Island Wide Wired + Wireless network</h3>
<h4>The Open University of Sri Lanka</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="extra-section spad pb-0">
<div class="container-fluid">
<div class="row">
<div class="col-xl-8 offset-xl-2">
<div class="section-title">
<h2>Expertise</h2>
<p>Avid Linux User (RedHat EL, SUSE Linux, Arch Linux, Ubuntu etc..), Virtualization (VMware Exsi, Xen), SIEM (AlienVault, McAfee) , Elasticsearch Stack (Elasticsearch ,Logstash, Kibana) , Packet Analyzers (Wireshark, Microsoft Message Analyzer), LogAnalyzing (OSSEC, Wazuh, GreyLog, Splunk), Security testing tools (Burp Suit, ZAP proxy, Nessus, Acunetix), Webservers (IIS, Apache, nginx), Firewalls (Cisco, Paloalto, Checkpoint, Fortinet, iptables), Web Application Firewalls (mod_security), Network Devices ( CISCO 4500, CISCO 3750, CISCO 2960, CISCO 1801, Cisco WLAN Controller, Cisco WSA S380 ), Directory Services (MS Active Directory, OpenLDAP), Mail services (postfix, dovecot, SpamAssassin), Virus Guard (Kaspersky - central management over 1000 clients), Access Control (Radius, TACACS+) , Network Management(OpenNMS, Cacti, Netdisco, Smokeping, LibreNMS, CiscoPrime LMS, netDot), Infrastructure Management(Ms DNS, Bind, Ms DHCP, Clustered Squid Setup), ETL(IBM IIS Data Stage), Databases (MariaDB, MS SQL Server, Oracle ), Configuration Management(rancid)</p><br></br>
</div>
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="fact-box">
<div class="fact-content">
<img src="img/icon/1-w.png" alt="">
<h2>CPISI</h2>
<p>Certified Payment-Card Industry Security Implementer</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Extra section end -->
<!-- Footer section start -->
<footer class="footer-section">
<div class="container text-center">
<div class="copyright"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | <a href="https://www.lokuhetty.me" target="_blank">lokuhetty.me</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</footer>
<!-- Footer section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/magnific-popup.min.js"></script>
<script src="js/circle-progress.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>