惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
H
Help Net Security
Jina AI
Jina AI
V
V2EX
G
Google Developers Blog
B
Blog
GbyAI
GbyAI
U
Unit 42
爱范儿
爱范儿
腾讯CDC
Engineering at Meta
Engineering at Meta
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
宝玉的分享
宝玉的分享
小众软件
小众软件
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
博客园 - 聂微东
The Cloudflare Blog
I
InfoQ
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
My First Cybersecurity Writeup – VAPT Experience
Suraj Pun Magar · 2026-05-29 · via DEV Community

Suraj Pun Magar

Overview

This is my first real-world cybersecurity VAPT experience inside an enterprise insurance company environment.

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.

Introduction

I am a cybersecurity enthusiast focused on SOC operations, web application penetration testing, and vulnerability assessment.

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.

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.


Objective

  • Identify security vulnerabilities across network, web, and internal systems
  • Assess exposure of critical assets
  • Analyze potential attack paths in the environment
  • Evaluate basic physical security controls

Scope of Work

  • Network infrastructure assessment
  • Web application security testing
  • Device-level security review
  • Basic physical security evaluation

Tools Used

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

Approach / Methodology

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

Key Learning

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

Challenges Faced

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

With continuous support from my senior, I was able to understand the process and improve my practical skills during the engagement.


Conclusion

This VAPT exercise on an insurance company environment was my first real-world enterprise security experience.

It helped me understand how structured vulnerability assessments are performed in professional environments.

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.

Cybersecurity is not only about tools — it is about understanding systems, risks, and attacker mindset.