<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Suraj Pun Magar</title>
    <description>The latest articles on DEV Community by Suraj Pun Magar (@surajjj_magar).</description>
    <link>https://dev.to/surajjj_magar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3957884%2F834b0a85-e29e-42df-88b0-3c3b701ff331.jpg</url>
      <title>DEV Community: Suraj Pun Magar</title>
      <link>https://dev.to/surajjj_magar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/surajjj_magar"/>
    <language>en</language>
    <item>
      <title>My First Cybersecurity Writeup – VAPT Experience</title>
      <dc:creator>Suraj Pun Magar</dc:creator>
      <pubDate>Fri, 29 May 2026 06:45:09 +0000</pubDate>
      <link>https://dev.to/surajjj_magar/my-first-cybersecurity-writeup-vapt-experience-36n1</link>
      <guid>https://dev.to/surajjj_magar/my-first-cybersecurity-writeup-vapt-experience-36n1</guid>
      <description>&lt;h2&gt;
  
  
  Overview
&lt;/h2&gt;

&lt;p&gt;This is my first real-world cybersecurity VAPT experience inside an enterprise insurance company environment.&lt;/p&gt;

&lt;p&gt;I worked across network infrastructure, web applications, internal devices, and physical security — and learned how professional security assessments are actually performed beyond labs and CTFs.&lt;/p&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;I am a cybersecurity enthusiast focused on SOC operations, web application penetration testing, and vulnerability assessment.&lt;br&gt;&lt;br&gt;
In this engagement, I worked on assessing the security posture of an insurance company across its network infrastructure, devices, web applications, and physical security controls.&lt;/p&gt;

&lt;p&gt;This was my first real-world experience working in an enterprise environment, and initially I was not fully confident about the workflow. However, with the guidance and support of my senior, I was able to understand the process step by step and actively contribute to the assessment.&lt;/p&gt;




&lt;h2&gt;
  
  
  Objective
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Identify security vulnerabilities across network, web, and internal systems
&lt;/li&gt;
&lt;li&gt;Assess exposure of critical assets
&lt;/li&gt;
&lt;li&gt;Analyze potential attack paths in the environment
&lt;/li&gt;
&lt;li&gt;Evaluate basic physical security controls
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Scope of Work
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Network infrastructure assessment
&lt;/li&gt;
&lt;li&gt;Web application security testing
&lt;/li&gt;
&lt;li&gt;Device-level security review
&lt;/li&gt;
&lt;li&gt;Basic physical security evaluation
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Tools Used
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Nessus (vulnerability scanning)
&lt;/li&gt;
&lt;li&gt;Burp Suite (web application testing &amp;amp; request interception)
&lt;/li&gt;
&lt;li&gt;Nmap (network discovery &amp;amp; port scanning)
&lt;/li&gt;
&lt;li&gt;GVM / OpenVAS (vulnerability assessment)
&lt;/li&gt;
&lt;li&gt;OWASP ZAP (automated web scanning)
&lt;/li&gt;
&lt;li&gt;Wireshark (packet analysis &amp;amp; traffic inspection)
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Approach / Methodology
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Performed network discovery using Nmap to identify active hosts and open ports
&lt;/li&gt;
&lt;li&gt;Conducted vulnerability scanning using Nessus and GVM to detect known security issues
&lt;/li&gt;
&lt;li&gt;Analyzed web application behavior using Burp Suite and OWASP ZAP
&lt;/li&gt;
&lt;li&gt;Intercepted and inspected HTTP/HTTPS traffic to understand request/response flow
&lt;/li&gt;
&lt;li&gt;Used Wireshark to analyze packet-level communication and detect anomalies
&lt;/li&gt;
&lt;li&gt;Evaluated system exposure across internal devices and services
&lt;/li&gt;
&lt;li&gt;Observed physical security controls and basic access handling practices
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Key Learning
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Network services may expose unnecessary open ports if not properly secured
&lt;/li&gt;
&lt;li&gt;Web applications can contain weak input validation and insecure endpoints
&lt;/li&gt;
&lt;li&gt;Automated tools help in detection, but manual analysis is critical for accuracy
&lt;/li&gt;
&lt;li&gt;Understanding request/response flow is essential for web and API testing
&lt;/li&gt;
&lt;li&gt;Packet-level analysis provides deep visibility into system communication
&lt;/li&gt;
&lt;li&gt;Security must be implemented across all layers: network, application, and physical
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Challenges Faced
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;This was my first enterprise-level VAPT experience, so initially I was not fully clear about the workflow
&lt;/li&gt;
&lt;li&gt;I had difficulty understanding how to connect different stages of testing together
&lt;/li&gt;
&lt;li&gt;Interpreting large scan outputs from Nessus and GVM required guidance
&lt;/li&gt;
&lt;li&gt;Differentiating false positives from real vulnerabilities was challenging
&lt;/li&gt;
&lt;li&gt;Mapping network structure from scan results took time
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With continuous support from my senior, I was able to understand the process and improve my practical skills during the engagement.&lt;/p&gt;




&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;This VAPT exercise on an insurance company environment was my first real-world enterprise security experience.&lt;br&gt;&lt;br&gt;
It helped me understand how structured vulnerability assessments are performed in professional environments.&lt;/p&gt;

&lt;p&gt;More importantly, it improved my practical skills in network scanning, web application testing, and traffic analysis, while also teaching me how to work under guidance in real security operations.&lt;/p&gt;

&lt;p&gt;Cybersecurity is not only about tools — it is about understanding systems, risks, and attacker mindset.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>career</category>
      <category>cybersecurity</category>
      <category>security</category>
    </item>
  </channel>
</rss>
