Zhou Yuhang Education

SECURITY OPERATIONS · AGENTIC AI · PYTHON

ZHENGZHOU · 2026

Turning complex security problems into clear, executable engineering loops.

M.S. candidate in Cyberspace Security with hands-on capabilities in Python engineering, LLM training and fine-tuning, Agent/multi-agent workflow construction, and full-stack website delivery. Proficient in LangGraph, MCP, RAG, FastAPI, and WordPress, covering model integration, tool calling, backend APIs, database design, frontend implementation, and deployment/operations. Also experienced in web penetration testing, security offense/defense, and government SOC operations, with the ability to engineer and automate vulnerability validation, traffic analysis, alert triage, and incident response processes.

  1. 01Security Operations & Offense/Defense
  2. 02Agentic AI Automation
  3. 03Python Engineering & Full-Stack
01

Education

From a data science undergraduate background to a master's in cyberspace security, I have built a knowledge structure that bridges data engineering and security technologies.

Zhengzhou University

Cyberspace Security · Full-time Master's Degree

  • Core courses: Advanced Network Security Technologies, Computing System Security, Software Security, Advanced Computer Networks, Network Security, and more.
  • Top 50% in major, GPA 3.85/5, received university scholarships for 2 consecutive years.
  • Top 50% Major Rank
  • 3.85 / 5 GPA
  • 2 Consecutive Years University Scholarships

Henan Polytechnic University

Data Science and Big Data Technology · Full-time Bachelor's Degree

  • Core courses: Data Structures, Database Systems, Computer Networks, Operating Systems, Linux Principles and Applications, Java Programming, Data Crawling, Machine Learning, Distributed Databases, Python Data Analysis, Linear Algebra, Multivariate Statistical Analysis, and more.
  • Top 15% in major, GPA 3.34/5, average score 83.35.
  • Top 15% Major Rank
  • 3.34 / 5 GPA
  • 83.35 Average Score
02

Work Experience

Covers government security operations and data collection R&D, highlighting real responsibilities, handling processes, and verifiable results.

Qianxin (Zhengzhou) Security Technology Co., Ltd. logo
QIANXIN On-site Intern · Security Services BG

Cybersecurity · Government & Enterprise Security Services

Qi An Xin (Zhengzhou) Security Technology Co., Ltd.

  1. Asset Discovery
  2. Vulnerability Validation
  3. Alert Triage
  4. Closed-Loop Remediation
  • Security VerificationAt Qi An Xin, I learned asset fingerprinting, port/directory scanning, vulnerability validation, report writing, and retesting workflows. I used Nmap and nuclei for discovery, validated Web risks such as SQL injection, XSS, file upload, unauthorized access, and RCE with Burp Suite and sqlmap, reviewed HTTP/TCP traffic with Wireshark, and used Python/Shell to organize batch scan results and simple PoCs.
  • On-site OperationsI was then deployed to Yuxin Electric Information, where I monitored alerts for 35 unified government information systems using "One Wall" and Tianyan. I filtered fused and multi-source correlated alerts by business and asset groups, cross-checking XFF, source/destination IPs, request bodies, response bodies, status codes, and preceding/following access records. Based on login results, unauthenticated endpoint responses, and subsequent access to uploaded files, I successfully notified project teams and tracked remediation of high-risk vulnerabilities including weak passwords, Spring Boot unauthorized access, Swagger sensitive information disclosure, and Elasticsearch unauthorized access. After confirming risks, I submitted attack IPs for blocking.
  • Quantified ImpactDuring the internship, my monitoring scope logged 44,108 malicious attack alerts, averaging about 2,005 per day with a single-day peak of 3,956. I consistently produced daily security operation reports and maintained 28 security issue records across 8 projects/platforms, covering 11 risk categories, helping prevent damage to government assets.
  • 35 Government systems monitored
  • 44,108 Malicious alerts logged
  • 2,005/day Average daily alerts
  • 3,956 entries Daily peak
  • 28 items Security issues logged
Beijing Jianyu Information Technology Co., Ltd. Henan Branch logo
JIANYU 360 Crawler Development Engineer · Data R&D Department

Bidding Big Data · Collection R&D

Beijing Jianyu Information Technology Co., Ltd. Henan Branch

  1. Site Analysis
  2. Layered Collection
  3. Cleaning & Validation
  4. Reliable Delivery
  • Collection ArchitectureLed the development and iteration of a data collection system for bidding and government procurement information. Analyzed page structures and dynamic loading mechanisms across public resource trading and government procurement sites nationwide, abstracting unified XPath / CSS / regex parsing rules to extract and standardize core fields such as announcement titles, project numbers, procuring entities, winning bidders, award amounts, publication dates, and announcement types, building a reusable field parsing rule system.
  • Engineering ImplementationBuilt on the Python stack, combining Requests, BeautifulSoup, and Selenium for layered collection of static and dynamic pages, with targeted adaptation to various anti-scraping strategies; implemented multi-threaded concurrent collection, distributed URL deduplication, intelligent retry on exceptions, and dynamic request frequency control, along with full-pipeline logging, data cleaning, and database validation.
  • Delivery ResultsDuring the tenure, deployed and iterated 50+ crawler tasks daily with a collection success rate consistently above 96%; strengthened system concurrency and operational stability through architecture and process optimization, reduced collection interruptions, replaced manual search and entry workflows, and effectively cut labor costs.
  • 50+ Daily deployed/iterated tasks
  • 96%+ Data collection success rate
03

Projects

8 projects spanning security analysis automation, government security operations, backend and full-stack development, data platforms, and machine learning.

04

Design of a Distributed Storage Platform for a Hive-Based Tobacco Control System

Core Developer

1 Master, 2 SlavesHadoop Cluster

A thesis prototype for tobacco retail registration and regulatory oversight: retail staff upload cigarette box QR code images for product registration and query their own scan details by account; administrators view global records, tobacco type and date statistics, and manage users, providing a unified entry point for product flow registration and regulatory analysis.

Technologies & Achievements

Technical ImplementationSet up a Hadoop 2.9.2 cluster with one master and two slaves in VMware, using HDFS dual replication, Hive 3.1.2, and MySQL Metastore; the HTML/JavaScript frontend calls Python via Apache/PHP, using OpenCV for QR code parsing and SHA-256 to verify duplicate records, writing id, code, hash, date, and user fields to CSV, then uploading to HDFS and loading into Hive user tables via PyHive and LOAD DATA.

Data PipelineImplements a closed loop of "image upload - QR code decoding - registration confirmation - hash deduplication - HDFS distributed storage - Hive query and statistics," along with login/registration, personal detail queries, statistical analysis, user management, and three-node status display.

Project HighlightsDelivered an end-to-end prototype from QR code registration to regulatory query, using digest validation to block duplicate scans and organizing HDFS files and Hive tables by user to demonstrate data consistency, queryability, and traceability. The public demo runs in a browser simulation and does not connect to real Hadoop/Hive services.

  • Hadoop
  • HDFS
  • Hive
  • Python
  • PHP
View Project Demo
05

Personal Blog Development & Polish

Core Developer

Independently built a WordPress-based personal blog and membership social platform, developing a custom responsive theme and membership business plugins. Integrated content creation, membership tiers, social interactions, and project showcase modules, with a three-level permission system, deployed on Alibaba Cloud Linux servers.

Technologies & Achievements

Tech StackExtended business capabilities with WordPress and PHP, designing custom business tables on MariaDB with optimized indexes; used vanilla JavaScript for seamless interactions and responsive layouts, and handled server deployment, security hardening, and automated testing.

Core FeaturesImplemented content creation, member registration/login, profile and privacy management, friend and direct messaging, comments and likes, and project demos, with tiered permissions for public visitors, regular members, and admins.

Project OutcomesCompleted the full cycle from theme development to public deployment, evolving a single blog into an integrated content and social platform; optimized data models for concurrency consistency and built an automated testing framework to support continuous iteration.

  • WordPress
  • PHP
  • MariaDB
  • JavaScript
  • Apache
Visit Live Site
06

Government Procurement Info Crawler Agent

Core Developer

Built an intelligent procurement information collection agent using Python, Requests/Scrapy, BeautifulSoup, Selenium, SQLite/JSON/MySQL, and the Coze platform, automating URL parsing, page structure recognition, field extraction, data cleaning, and structured storage.

Technologies & Achievements

Core FeaturesImplemented incremental crawling, URL deduplication, retry on errors, log monitoring, result persistence, and export/query, extracting core fields such as project ID, procuring entity, winning bidder, award amount, publication date, and notice type, reducing manual search and copy costs.

  • Python
  • Scrapy
  • Selenium
  • MySQL
  • Agent
07

Student Grade Prediction & Analysis System

Core Developer

6 CategoriesData Processing Steps

Using Python, pandas, scikit-learn, Matplotlib, Seaborn, and an HTML frontend, completed the full pipeline including data cleaning, missing value imputation, consistency checks, one-hot encoding, feature engineering, and visual exploration.

Technologies & Achievements

ResultsBuilt three models—random forest, linear regression, and SVM—with cross-validation for model selection and serialization; the system supports real-time feature input and displays predictions along with multi-dimensional visual reports.

  • pandas
  • scikit-learn
  • SVM
  • Visualizations
08

College Application Popularity Prediction and Analysis

Core Developer

Predicts application trends using historical data to generate popularity metrics for 50 universities this year, with visual comparisons to support institutional attention analysis.

  • Python
  • pandas
  • Data Prediction
  • University Popularity
  • Visualizations
04

Extracurricular Experience

Campus organizations, community moderation, and team training that strengthen collaboration, communication, and project execution skills.

Henan Polytechnic University · Big Data Class 2002

Class Organization Committee Member

Planned, followed up on, and executed full-cycle class and college activities; managed party fee collection and Youth Learning session scheduling for the class party branch; organized safety awareness talks and emergency drills to boost team cohesion.

Computer Youth Association

External Relations Officer

Coordinated campus volunteer and maintenance events such as computer repair and cleaning and winter clothing donations, handling staffing and workflow; participated in volunteer activity planning competitions and filmed college major documentaries.

Henan Polytechnic University Tieba

Deputy Moderator

Reviewed community content, handled rule violations, and maintained a positive interactive environment, ensuring healthy online discussions and orderly information sharing.

Neusoft Corporation · Data Analysis and Machine Learning Training

Team Lead

Led a 6-member team to develop a student grade prediction system end-to-end, coordinating task allocation and project progress. Used pandas for data cleaning and feature engineering, built random forest, linear regression, and SVM models with scikit-learn, and completed model selection and serialization via cross-validation; implemented front-end feature input, real-time prediction, and multi-dimensional visual reports, and led the final defense and demo.

  • 6 members R&D team
  • 3 models Model selection completed
05

Certifications

Displayed based on the certificate information filled in and enabled in the original resume.

CET-4

CET-4

CERTIFICATE
06

Skills

Centered on security operations, connecting AI automation, Python backend, full-stack development, data engineering, and deployment & operations.

  1. 01

    Security Offense & Defense and Operations

    • SkyEye
    • SOC
    • NDR
    • WAF / IDS
    • Burp Suite
    • nuclei
    • Wireshark

    Proficient in security operations platforms such as Yidaoqiang, Qi'anxin Tianyan, SOC, NDR, and full-traffic situational awareness; able to build complete evidence chains around source/destination IPs, XFF, access flows, payloads, response statuses, and asset context, accurately distinguishing false positives, attack attempts, and vulnerability exploitation events; familiar with validation and remediation processes for common web risks including SQL injection, XSS, SSRF, file upload, command execution, unauthorized access, and weak passwords; well-versed in OWASP Top 10 and MITRE ATT&CK.

    Evidence: 35 government systems · 44,108 alert records · 28 security issues
  2. 02

    Security Automation & AI Applications

    • LangGraph
    • LangChain
    • MCP
    • RAG
    • Pydantic v2
    • CISA KEV
    • EPSS

    Hands-on experience in implementing Agentic SOC, capable of designing security operations automation workflows with approval gates based on LangGraph / LangChain, MCP, RAG, and tool-calling mechanisms, enabling standardized and automated alert triage, log retrieval, SOP matching, and investigation report generation.

    Evidence: 7 benchmark scenarios · 5 types of read-only tools · 45 automated tests
  3. 03

    Backend & Full-Stack Development

    • Python
    • FastAPI
    • Flask
    • Scrapy
    • Selenium
    • PHP
    • WordPress

    Proficient in Python and libraries such as Requests, BeautifulSoup, Scrapy, Selenium, pandas, and scikit-learn. Independently handles data collection, cleaning, structured parsing, task scheduling, error retries, and automation script development. Skilled in FastAPI and Flask for RESTful API development and Webhook service integration. Familiar with PHP and WordPress customization, including custom themes, plugin development, and full-stack project delivery.

    Proof of Work: REST / Webhook / Data Collection / Full-Stack Delivery for Membership Social Platform
  4. 04

    Data Storage & Data Warehousing

    • MySQL
    • MariaDB
    • SQLite
    • Hadoop
    • HDFS
    • Hive
    • WebHDFS

    Proficient in MySQL and SQLite for table design, index optimization, and transaction development. Experienced in full project lifecycle with Hadoop cluster deployment, HDFS distributed storage, Hive data warehouse modeling, offline statistics, and visual querying.

    Proof of Work: 1-Master-2-Slave Hadoop Cluster · Scan-to-Hive Data Pipeline
  5. 05

    Engineering & Deployment

    • Linux
    • Apache
    • Docker
    • Git
    • GitHub Actions
    • Pytest
    • VMware

    Familiar with Linux system operations and Apache service configuration. Independently handles environment setup, API integration, log troubleshooting, service monitoring, and routine maintenance. Proficient in Git version control, Docker containerization, VMware virtualization, and network configuration for rapid development and test environment setup.

    Proof of Work: Public Deployment · Containerized Entry · CI Gates · Desktop & Mobile Regression
07

Self-Assessment

A brief overview of work style, learning status, and personal interests.

Outgoing and easygoing, I stay composed without overthinking. I enjoy badminton, jogging, and music. At work, I am meticulous and reliable, quick to learn, and passionate about exploring technology. I value teamwork and have strong execution skills.
GitHub / sutaon