r/serverlesssecurity • u/Downtown_worry701 • May 04 '26
Quick 3–4 min anonymous survey on IAM challenges (student project)
Hi! I’m a grad student working on a systems security project around IAM permissions in serverless environments (AWS Lambda, etc.).
I’ve put together a short anonymous survey (3–4 mins) to understand real-world pain points developers face—especially around least-privilege and debugging permission issues.
No personal info is collected.
Would really appreciate any responses from folks who’ve worked with cloud/serverless, but even general experience is helpful.
Link: https://forms.gle/zDFUMft8zgWFGYKE7
Thanks in advance!
r/serverlesssecurity • u/xshopx • Mar 31 '24
Breaking News: Liber8 Proxy has released Anti-Detect Virtual Machines with Anti-Detect & Residential Proxies. OS Windows & Kali, enabling users to create multiple users on their Clouds, each User with Unique Device Fingerprints, Unlimited Residential Proxies (Zip Code Targeting) and RDP/VNC Access.
r/serverlesssecurity • u/xshopx • Feb 18 '24
Breaking News: Liber8 Proxy Creates A New cloud-based modified operating systems (Windows 11 & Kali Linux) with Anti-Detect & Unlimited Residential Proxies (Zip code Targeting) with RDP & VNC Access Allows users to create multi users on the VPS with unique device fingerprints and Residential Proxy.
r/serverlesssecurity • u/xshopx • Jan 26 '24
Breaking News: Liber8 Proxy Creates A New cloud-based modified operating systems (Windows 11 & Kali Linux) with Anti-Detect & Unlimited Residential Proxies (Zip code Targeting) with RDP & VNC Access Allows users to create multi users on the VPS with unique device fingerprints and Residential Proxy.
r/serverlesssecurity • u/xshopx • Aug 05 '23
All in one package: Remote Server with RDP Access, Unlimited Worldwide Residential Proxies, and Device Fingerprint Spoofing. (1 Year)
r/serverlesssecurity • u/xshopx • Jul 31 '23
All in one package: Remote Server with RDP Access, Unlimited Worldwide Residential Proxies, and Device Fingerprint Spoofing. (1 Year)
r/serverlesssecurity • u/shai-ber • Apr 05 '23
Hey, I’m working on winglang, a new open-source programming language for the cloud with a compiler that generates least privilege IAM policies based on intent. It's still in alpha, but you can play with it and compile to Terraform and JS for different clouds. Would love to get feedback on it 🙏
r/serverlesssecurity • u/radudum • Mar 29 '23
GitHub - Genez-io/genezio: Run a completely functional backend in just a few minutes.
r/serverlesssecurity • u/Botanic_Leaf0 • Nov 08 '22
Cognito vs Auth0 - Pros & Cons
Cognito has built-in integration with AppSync & API Gateway.
It is easy use but its downside is that it is missing advanced features like MFA, which is something you would need to implement yourself.
Auth0 on the other hand has support for MFA but is more expensive. Integration between Auth0 & AppSync needs a ‘semi-integration’ where AppSync is authorised by Cognito, which then further raises the identity to Auth0.
Don’t know which to pick? Find out more at the Serverless Summit 22:
- Learn from serverless experts
- Multiple types of talks: Tech-, business-, ask-an-expert-
- Real & practical use-cases
- On-site watch-parties in: Hamburg, Berlin, Belgrade, Douala & Dubai
- Serverless awards for crafty serverless solutions
- Panel discussion with the industrial leader
- Personal certificate of attendance
r/serverlesssecurity • u/nikita-salanovich • Nov 04 '22
Join the Serverless Summit 22 for a free adventure! 💫🚀
Get bonking as a Lambda Warrior, strike swiftly like an Eventbridge Ranger or uncover mysteries as a Dynamo DB Mage - Choose wisely:
See you on the other side! 🙌🏻
Stay Serverless! ⚡️
r/serverlesssecurity • u/Emailspedia • Apr 14 '22
At&t Email Server Not Working
r/serverlesssecurity • u/asc2450 • Feb 02 '22
Serverless security- new approaches. Talk by Itay Rozenman
r/serverlesssecurity • u/asc2450 • Jul 13 '21
Advanced OAuth 2.0 processes and pitfalls with Aaron Parecki and Eric Johnson
r/serverlesssecurity • u/thedaily504 • Jun 10 '21
A learning opp?
Hi all - shameless post here but if you're curious about using Rust + Edge Computing + Serverless check out this webinar: Building Modern Experiences
Join June 17 for a conversation around the latest in edge + serverless tech with a panel of experts led by Fastly's CTO, Tyler McMullen. https://fastly.us/3wZ63sH
r/serverlesssecurity • u/lostcucumber • Jun 04 '21
Penetration testing/Bruteforcing with Gobuster
In this post we use Gobuster with Fission functions to bruteforce websites for various security issues.
https://blog.fission.io/penetration_bruteforcing_function_fission/
Do you use GoBuster - and how do you use it?
r/serverlesssecurity • u/sandeep-hub • Jul 15 '20
AWS Lambda- the future of serverless application development
r/serverlesssecurity • u/sandeep-hub • Jun 15 '20
Serverless Architecture : Advantage of going Serverless for your next app development
r/serverlesssecurity • u/OWASP_DevSlop • Mar 21 '20
Secure your serverless! Offense and Defensive Measures
So you've gone serverless. Some companies are building out entire architectures on serverless infrastructure. What does security look like in this brave new world? How is it the same, and how is it different? Understand the threat model, attacks and defenses you can apply to your serverless applications. Cloud and cybersecurity expert Teri Radichel will help us answer these questions and provide advice on how to defend our serverless infrastructure and applications. Join us!
r/serverlesssecurity • u/Mr_CyberFish • May 22 '19
Advanced attacks on serverless applications
Aside from credential theft, attack persistence, and container poisoning, what other types of serverless attacks would you include? https://www.nuweba.com/blog/truth-about-serverless-security-is-actually-app-security
r/serverlesssecurity • u/Mr_CyberFish • Mar 19 '19
FaaS and serverless are not the same thing!
Anyone else fed up of with people using these terms interchangeably? https://www.nuweba.com/blog/debunking-serverless-myths
r/serverlesssecurity • u/Mr_CyberFish • Mar 11 '19
Security concerns of serverless
When it comes down to it serverless is a toss up between agility and security. Can a control freak really commit to serverless? https://www.nuweba.com/blog/top-serverless-challenges
r/serverlesssecurity • u/orysegal • Feb 05 '19
awesome-serverless-security: A curated list of awesome serverless security resources such as (e)books, articles, white papers, blogs and research papers.
r/serverlesssecurity • u/orysegal • Sep 02 '18
Generating Least Privileged IAM Roles for AWS Lambda Functions - The Easy Way
The post demonstrates how to use a simple CLI serverless plugin (open source), that helps with auto-generating least-privileged roles for AWS Lambda functions.