F
Infosec Consultant
7mos
FlexiLoans, Nov 24' - Present
@sujal1406
SUJAL Dyavanapelli
@sujal1406
Cloud Security Engineer | DevSecOps Enthusiast | AWS & Kubernetes Geek
Passionate about cloud security, DevSecOps, and compliance, I specialize in securing cloud environments through hands-on project
Cloud Security Engineer | DevSecOps Enthusiast | AWS & Kubernetes Geek
Passionate about cloud security, DevSecOps, and compliance, I specialize in securing cloud environments through hands-on project
Infosec Consultant, FlexiLoans
Mumbai, India
3
projects
3
0
prizes
0
6
hackathons
6
0
Hackathons org.
0
85
contributions in the last year
Jun
S
M
T
W
T
F
S
May
3
stars earned
23
repositories
2
followers
Shell
0Stars
0Forks
Python
0Stars
0Forks
0Stars
0Forks
Automates AWS IAM audits to enhance security. Currently supports auditing IAM access keys older than 30 days and checking if MFA is enabled for IAM users. Built with Bash, Python (Boto3), and AWS IAM. More features coming soon!
Python
0Stars
0Forks
F
7 months
Nov 24' - Present
•Implemented Data Loss Prevention (DLP) policies, securing 10+ critical applications and reducing sensitive data exposure risks by 30%.
•Contributed to vulnerability assessments and security patching strategies to enhance the organization’s security posture.
•Assisted in the Third-Party Risk Management (TPRM) process, assessing security risks of 15+ vendors for compliance with ISO 27001 and NIST CSF.
•Gained exposure to AWS security governance, helping enforce cloud security best practices.
F
I
F
7mos
FlexiLoans, Nov 24' - Present
I
1mo
IIT Bombay Trust Lab, Sep 24' - Oct 24'
Manual auditing for compliance with CIS benchmarks on endpoints is time-consuming, error-prone, and lacks scalability. Organizations need an automated solution to streamline compliance checks, accurately identify deviations, and efficiently assess associated security risks and threats.
Problems G1Setu Solves: Information Gap: Bridges the disconnect between environmental hazards and personal health by providing real-time alerts and monitoring. Emergency Response Delays: Reduces reaction time during disasters through instant WhatsApp notifications about floods and environmental hazards. Health Monitoring Challenges: Simplifies health tracking with AI-powered voice analysis and personalized health reminders. Environmental Health Impact: Connects environmental conditions (like AQI) to personal health recommendations based on user location. Accessibility Barriers: Makes critical health and safety information accessible through familiar platforms like WhatsApp, requiring minimal technical knowledge.
medium.com
Imagine you maintain a dedicated Security VPC hosting monitoring tools (e.g., Wazuh, Suricata, ELK) and a separate Application VPC hosting production workloads. If you only needed to expose a single service, such as a dashboard or API, then AWS PrivateLink (VPC Endpoint Service) would be the ideal solution, as it allows fine-grained access to that specific service without requiring full VPC-level access. However, when you require complete network-level connectivity between two private VPCs, such as packe...
medium.com
Hey everyone! In this blog, I’ll walk you through how I built an automated incident response system in an AWS environment using native AWS services. This project demonstrates how to detect threats using Amazon GuardDuty and automatically respond to them using EventBridge, Lambda, and SNS. If you’re curious about how automated incident response can work in AWS using AWS native services or want to implement a similar setup yourself, follow along with this blog for a full breakdown. Understanding Amazon Gua...
medium.com
Private resources in an AWS VPC can access other AWS services without sending traffic to the Internet by using VPC endpoints. This is important for security reasons, as it prevents exposure of traffic to the public Internet. Additionally, using VPC endpoints helps reduce costs because AWS charges for traffic that leaves its network. For example, if your application needs to access data stored in Amazon S3, sending requests over the Internet would incur additional charges. Instead, a gateway endpoint can ...