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
Web Application Security85%
>> STACK READY
Incident Response75%
>> STACK READY
Threat Analysis80%
>> STACK READY
NODE_02 // Artificial Intelligence & DataINTEGRITY: 100%
Generative AI90%
>> STACK READY
NLP (NLTK)80%
>> STACK READY
Predictive Analytics75%
>> STACK READY
Data Visualization85%
>> STACK READY
NODE_03 // Software EngineeringINTEGRITY: 100%
Python90%
>> STACK READY
SQL85%
>> STACK READY
JavaScript / Node.js80%
>> STACK READY
Linux Administration85%
>> STACK READY
Secure SDLC80%
>> STACK READY
NODE_04 // Tools & Cloud SecurityINTEGRITY: 100%
Burp Suite80%
>> STACK READY
Nmap & Metasploit85%
>> STACK READY
Wireshark80%
>> STACK READY
SIEM (Splunk, QRadar)70%
>> STACK READY
AWS Security75%
>> STACK READY
OPERATOR CREDENTIAL STATUS: VALID_E_JPT_182646493
SECURE SDLC COMPLIANT VAPT AUDITED

Secure architecture deployments and offensive simulation workloads

SevenSins Vulnerable VM Lab

Offensive CTF Design & Exploitation Lab // May 2026 – Present
EXPLORER // CODE_STREAM
/etc/vsftpd.conf
WORKSPACE
1# vsftpd configuration file for SevenSins Lab
2# WARNING: INTENTIONALLY VULNERABLE CONFIGURATION
3listen=YES
4anonymous_enable=YES
5anon_root=/var/ftp/pub
6local_enable=YES
7write_enable=YES
8anon_upload_enable=YES
9anon_mkdir_write_enable=YES
10dirmessage_enable=YES
11use_localtime=YES
12xferlog_enable=YES
13connect_from_port_20=YES
14chroot_local_user=NO
15secure_chroot_dir=/var/run/vsftpd/empty
16pam_service_name=vsftpd
17rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
18rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
19ssl_enable=NO
// 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
/src/rag_pipeline.py
WORKSPACE
1import os
2from langchain_community.document_loaders import PyPDFLoader
3from langchain_text_splitter import RecursiveCharacterTextSplitter
4from langchain_community.vectorstores import FAISS
5from langchain_huggingface import HuggingFaceEmbeddings
6from langchain_community.llms import Ollama
7from langchain.chains import RetrievalQA
8
9def initialize_rag(pdf_path):
10 # Load unstructured multilingual police reports
11 loader = PyPDFLoader(pdf_path)
12 documents = loader.load()
13
14 # Split text with overlap to preserve semantic context
15 splitter = RecursiveCharacterTextSplitter(chunk_size=1000, chunk_overlap=200)
16 texts = splitter.split_documents(documents)
17
18 # Generate local embeddings and load vector store
19 embeddings = HuggingFaceEmbeddings(model_name="all-MiniLM-L6-v2")
20 db = FAISS.from_documents(texts, embeddings)
21
22 # Setup Ollama with local Llama3 model
23 llm = Ollama(model="llama3")
24 qa = RetrievalQA.from_chain_type(llm=llm, chain_type="stuff", retriever=db.as_retriever())
25 return qa
// 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 and investigation support for KSP (Karnataka State Police) Crime Database.

// THE CHALLENGE:

Processing unstructured, multilingual police records (Kannada, Hindi, English) and returning high-accuracy legal details without hallucinations, while ensuring zero leaks of sensitive investigation data.

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 APIs
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

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