-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathabout.html
94 lines (81 loc) · 4.59 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<script src="script.js" defer></script>
<title>About Sunil Kumar</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RTHNKPNXTJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RTHNKPNXTJ');
</script>
</head>
<body>
<nav class="sticky-nav">
<div class="logo">Sunil@Home<span id="blinking">#</span></div>
<div class="menu-links">
<a href="index.html" class="menu-link">Home</a>
<a href="about.html" class="menu-link">About Me</a>
<a href="blog.html" class="menu-link">Blog</a>
</div>
</nav>
<main class="content">
<div class="about-container">
<h1>About Me</h1>
<p><strong>Sunil Kumar</strong></p>
<p>Security Engineer @ Porch</p>
<p>Jaipur, Rajasthan, India</p>
<h2>Summary</h2>
<p>With nearly three years of experience in the cybersecurity field, I currently serve as a Security Engineer at Porch Group, specializing in Cloud Security (AWS, GCP, Azure), DevSecOps, and Security Automation, with a strong emphasis on Incident Response. My expertise includes conducting penetration testing, managing vulnerabilities, onboarding SIEM logs, implementing SOAR solutions, establishing SOC frameworks, and providing DDoS protection. I am dedicated to safeguarding cloud infrastructures and automating security processes, focusing on developing advanced detection systems, assessing infrastructure for vulnerabilities, and effectively monitoring security alerts. In the event of security incidents, I ensure a prompt and efficient response to maintain the integrity of our digital environments.</p>
<h2>Contact</h2>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/tharvid">www.linkedin.com/in/tharvid</a></p>
<h2>Top Skills</h2>
<ul>
<li>Cybersecurity</li>
<li>AWS Security</li>
<li>Cloud Security</li>
</ul>
<h2>Key Skills</h2>
<ul>
<li>Cloud Security: AWS, GCP, Azure, Security Automation, Threat Detection, Data Security and Compliance (CIS), Incident Response, Vulnerability Management, IAM, Network Security, WAF (CloudFlare, Google Cloud Armor), K8s Security</li>
<li>DevSecOps: Secret Scanning, SAST, DAST, IaC Scanning (Policy as Code), Container Security, Threat Modeling, SCA</li>
<li>Programming Languages: Python, Bash, Google Apps Script</li>
<li>Tools: BurpSuite, Cloudflare, Docker, Kubernetes, Linux, Jenkins, GitHub, OWASP ZAP, CrowdStrike, GitLab, Terraform</li>
</ul>
<h2>Certifications</h2>
<ul>
<li>AWS Certified Security - Specialty</li>
<li>Short Course: Pen Testing</li>
<li>Microsoft Certified: Security Operations Analyst Associate</li>
<li>CompTIA Security+</li>
</ul>
<h2>Publications</h2>
<ul>
<li>Artificial Intelligence in Indian Irrigation</li>
<li>Fuzzing REST APIs for Bugs: An Empirical Analysis</li>
</ul>
<h2>Experience</h2>
<p><strong>Porch Group</strong></p>
<p>Security Engineer (June 2024 - Present)</p>
<p><strong>Acko</strong></p>
<p>Security Engineer (July 2022 - June 2024)</p>
<p>Security Engineer Intern (August 2021 - July 2022)</p>
<p><strong>Celebal Technologies</strong></p>
<p>Cloud Infra and Security Associate (February 2021 - July 2021)</p>
<p><strong>CDAC ATC Jaipur</strong></p>
<p>Cyber Security Trainee (May 2020 - July 2020)</p>
<h2>Education</h2>
<p><strong>Government Engineering College, Ajmer</strong></p>
<p>Bachelor of Technology - BTech, Computer Science (2018 - 2022)</p>
<p><strong>Gurukripa Career Institute - India</strong></p>
<p>High school, PCMB (2016 - 2017)</p>
</div>
</main>
</body>
</html>