Skip to main content
OPERATIONAL HUD // BENGALURU

RISHIT JARIWALA

AI & Cybersecurity Engineer  ·  eJPT Certified Penetration Tester

ENV_CPU0.0%
ENV_MEMORY0.0%
ENV_LATENCY0ms
ENCLAVE_NODES0 ACTIVE
GUEST@SEC_CONSOLE:~
RISHIT_JARIWALA SECURE ENCLAVE v1.0.4
Type 'help' or '/help' to list available subroutines.
guest@rishitjariwala:~$

Declassified Personnel File: Rishit Vishal Jariwala

Rishit Jariwala
SUBJECT_NAME:Rishit Vishal Jariwala
STATUS_LOG:OPERATIONAL
LOC_SECTOR:BENGALURU_IN

[IDENTIFICATION] Rishit Jariwala is a full-stack engineer and cybersecurity researcher based in Bengaluru. Currently completing an M.Sc. in Artificial Intelligence & Cybersecurity at CHRIST University, he operates at the boundary of complex software automation and system hardening.

[EXPERIENCE HISTORY] Prior to starting his postgraduate studies, he worked as a Senior Software Developer at iMent Consulting, writing automated Python integrations for enterprise ERP modules. This intensive software development grounding taught him a crucial lesson: security cannot be a secondary feature patched at the end of the SDLC; it must be built into the core architecture of systems.

SEC_FILE_REF: CR-2026-RJV-09// DECLASSIFIED BY AUTHORITY //

Defense Matrix capabilities index and technical tools expertise

NODE_01 // Offensive SecurityINTEGRITY: 100%
Vulnerability Assessment90%
>> STACK READY
Penetration Testing85%
>> STACK READY
CompTIA Security+95%
>> STACK READY
Web Application Security85%
>> STACK READY
Incident Response80%
>> STACK READY
NODE_02 // Artificial Intelligence & DataINTEGRITY: 100%
Generative AI90%
>> STACK READY
NLP (NLTK)80%
>> STACK READY
Predictive Analytics80%
>> STACK READY
Data Visualization85%
>> STACK READY
NODE_03 // Software EngineeringINTEGRITY: 100%
Python92%
>> STACK READY
SQL85%
>> STACK READY
JavaScript / Node.js80%
>> STACK READY
Linux Administration88%
>> STACK READY
Secure SDLC85%
>> STACK READY
NODE_04 // Tools & Cloud SecurityINTEGRITY: 100%
Burp Suite85%
>> STACK READY
Nmap & Metasploit88%
>> STACK READY
Wireshark82%
>> STACK READY
SIEM (Splunk, QRadar)75%
>> STACK READY
AWS Security78%
>> STACK READY
OPERATOR CREDENTIAL STATUS: VALID_E_JPT_182646493
SECURE SDLC COMPLIANT VAPT AUDITED

Secure architecture deployments and offensive simulation workloads

Cactus Rogers Security Scanner

Automated Vulnerability & Network Security Assessment Engine // August 2026 – Present
EXPLORER // CODE_STREAM
/src/cactus_scanner.py
WORKSPACE
1import socket
2import sys
3from concurrent.futures import ThreadPoolExecutor
4
5class CactusScanner:
6 def __init__(self, target_ip, ports=[21, 22, 80, 443, 445, 3306, 8080]):
7 self.target_ip = target_ip
8 self.ports = ports
9 self.open_ports = []
10
11 def scan_port(self, port):
12 try:
13 sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
14 sock.settimeout(1.5)
15 result = sock.connect_ex((self.target_ip, port))
16 if result == 0:
17 self.open_ports.append(port)
18 print(f"[+] Port {port}: OPEN")
19 sock.close()
20 except Exception as e:
21 pass
22
23 def run(self):
24 print(f"[*] Starting Cactus Rogers Security Scan on {self.target_ip}...")
25 with ThreadPoolExecutor(max_workers=10) as executor:
26 executor.map(self.scan_port, self.ports)
27 print(f"[+] Scan Complete. Open Ports: {self.open_ports}")
28
29if __name__ == "__main__":
30 scanner = CactusScanner("127.0.0.1")
31 scanner.run()
// OPERATIONS BRIEF:

Engineered an automated network security scanner designed to perform vulnerability detection, open port enumeration, SSL/TLS weakness auditing, and service misconfiguration analysis across subnets.

// THE CHALLENGE:

Building zero-false-positive automated payload scripts that efficiently probe network interfaces without triggering anti-scanning lockouts or crashing target services.

DEPLOY_STATUS: SIMULATION_LABCODE_INTEGRITY: COMPLIANT

Datathon 2026 Analytics & ML Pipeline

High-Performance Data Processing & Predictive Modeling // July 2026
EXPLORER // CODE_STREAM
/src/datathon_model.py
WORKSPACE
1import pandas as pd
2import numpy as np
3from sklearn.model_selection import train_test_split
4from sklearn.ensemble import RandomForestClassifier
5from sklearn.metrics import classification_report
6
7def train_datathon_pipeline(data_path):
8 df = pd.read_csv(data_path)
9 df.fillna(df.median(numeric_only=True), inplace=True)
10
11 X = df.drop(columns=['target'])
12 y = df['target']
13
14 X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2, random_state=42)
15
16 clf = RandomForestClassifier(n_estimators=100, random_state=42)
17 clf.fit(X_train, y_train)
18
19 preds = clf.predict(X_test)
20 print(classification_report(y_test, preds))
21 return clf
// OPERATIONS BRIEF:

Developed an end-to-end data analytics and predictive machine learning model for Datathon 2026, processing high-dimensional datasets with feature engineering, hyperparameter tuning, and dynamic visual dashboards.

// THE CHALLENGE:

Handling missing values and skewed feature distributions in high-cardinality dataset columns while maintaining strict evaluation timelines.

DEPLOY_STATUS: SIMULATION_LABCODE_INTEGRITY: COMPLIANT

SevenSins Vulnerable VM Lab

Offensive CTF Design & Exploitation Lab // May 2026 – Present
EXPLORER // CODE_STREAM
/dev/null
WORKSPACE
// OPERATIONS BRIEF:

Designed and built a custom CTF VM with 7 flags hidden across intentionally misconfigured FTP, Samba, MySQL, and Apache2 services. Each flag tied to a distinct vulnerability requiring enumeration, exploitation, or privilege escalation to capture.

// THE CHALLENGE:

Building realistic, multi-stage vulnerable configurations in a Linux environment that mimic real-world system administrator misconfigurations while maintaining standard containerized boundaries.

DEPLOY_STATUS: SIMULATION_LABCODE_INTEGRITY: COMPLIANT

Intelligent Crime Database Conversational AI

AI-Powered Multilingual RAG Search & Predictive Analytics // June 2026 – Present
EXPLORER // CODE_STREAM
/dev/null
WORKSPACE
// OPERATIONS BRIEF:

Led AI development by building LLM-powered conversational search, NLP intent classification, Retrieval-Augmented Generation (RAG) pipelines, and predictive analytics for multilingual crime intelligence.

// THE CHALLENGE:

Processing unstructured, multilingual police records (Kannada, Hindi, English) and returning high-accuracy legal details without hallucinations.

DEPLOY_STATUS: SIMULATION_LABCODE_INTEGRITY: COMPLIANT

Professional incidents logs and structural security management

// BEGINNING OF CLASSIFIED CHRONOLOGY
LOG_01 //Senior Software Developer @ iMent Consulting LLP.
LOC_SECTOR: Ahmedabad, India
OP_TYPE: CONTRACT_SERVICE
  • [*]Engineered Python-based automation solutions for ERP modules such as email workflows, help-desk, and CRM, enhancing operational efficiency and reducing manual effort in a cloud-based setting.
  • [*]Led functional testing and UAT across Agile sprints, performing root-cause analysis on application incidents to ensure stable, compliant deployments.
  • [*]Contributed to end-to-end SDLC across cloud-native ERP systems, including system integrations, technical documentation, and cross-functional collaboration with business stakeholders.
SUB_SYSTEMS:PythonERP SystemsAgileCloudUATREST APIsAutomation
LOG_02 //Placement Student Coordinator & Company Research Lead @ CHRIST (Deemed to be University), Bengaluru
LOC_SECTOR: Bengaluru, Karnataka
OP_TYPE: LEADERSHIP_OPS
  • [*]Representing 60+ M.Sc. AI & Cyber Security students in the university placement committee.
  • [*]Led company research initiatives, analyzed recruitment trends and job requirements.
  • [*]Coordinated placement-related communication to improve student engagement and recruitment preparedness.
SUB_SYSTEMS:LeadershipRecruitmentCompany ResearchCoordination
// END OF INCIDENT RECORD CHRONOLOGY

Verified security certifications and operator training registers

CompTIA Security+
FEATURED CERTIFICATIONSY0-701

CompTIA Security+ Certified

Candidate ID: COMP001023097305 | Code: 0efabbcbc...

Issued: August 15, 2026 | Valid Through: August 15, 2029

VERIFY CREDENTIAL
CREDENTIAL_RECORD
ACTIVE_VERIFIED

CompTIA Security+ (SY0-701)

ISSUER: CompTIA
DATE: August 15, 2026
ID: COMP001023097305
CREDENTIAL_RECORD
ACTIVE_VERIFIED

eJPT – Junior Penetration Tester

ISSUER: INE Security
DATE: May 2026
ID: 182646493
CREDENTIAL_RECORD
VERIFIED_PASS

Red Hat System Administration II (RH134)

ISSUER: Red Hat Academy
DATE: February 2026
INTEGRITY_OK
CREDENTIAL_RECORD
VERIFIED_PASS

Cybersecurity & Security+ Preparatory Coursework

ISSUER: Infosys Springboard
DATE: February 2026
INTEGRITY_OK
CREDENTIAL_RECORD
VERIFIED_PASS

AI-Enabled Web Security Tools & OWASP Top 10

ISSUER: Infosys Springboard
DATE: January 2026
INTEGRITY_OK

Establish encrypted tunnel or review personal credentials

SUBJECT_PGP_KEY // SECURITY
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: OpenPGP v4
Comment: Rishit Jariwala Secure Comms

mQINBGZleXMBEADTLUo12/4qD4yF35P4p+T39k2D...
...v7B8q0jX9n/L1P8qD+5x1l9pM9dJ1K+Lm9nS...
...xT2M1K9b4P5q9D7vN+Jk1n5Lp8qD7xN9L2mK...
=9hYK
-----END PGP PUBLIC KEY BLOCK-----
SECURE_ENVELOPE_CHANNEL_PORT // 443