Cloudanix Joins AWS ISV Accelerate Program

AWS Threat Detection and Security Monitoring with Rodrigo Montoro

Learn how to detect threats in uncommon AWS services, use IAM conditional policies, and apply threat modeling to your cloud architecture.

AWS has around 300 services, but most security research focuses on the same handful: S3, EC2, Lambda. The uncommon services, the ones nobody is watching, are where attackers find new paths to data. Rodrigo Montoro, Head of Threat Detection Research at Clavis Security, has over 22 years of experience in IT security and holds two patents in the detection field. In this episode, he shares his approach to proactive blue team research, explains why IAM conditional policies are the cheapest security win available, and breaks down the IMDSv1 vulnerability that still affects most AWS environments.

You can read the complete transcript of the episode here >

What is proactive blue team research and how does it differ from red teaming?

Traditional blue teams are reactive: attackers discover something, defenders create detections. Rodrigo flips this by making the blue team proactive, researching attack paths before adversaries find them.

His approach focuses on uncommon AWS services:

  • Why uncommon services? With 300+ AWS services, CSPMs cover roughly 100. The remaining 200 have minimal security research, minimal documentation, and minimal monitoring. Attackers will eventually find paths through them.
  • How he prioritizes: Map which services customers actually use (via CloudTrail event sources), then research services with PassRole actions (which indicate permission-related risks).
  • The difference from red teaming: Red teaming tests known scenarios to validate defenses. Proactive blue team research discovers new attack paths to create detections before anyone exploits them.

The key insight: regardless of how an attacker enters, the actions they execute are logged the same way in CloudTrail. By understanding which actions are dangerous across uncommon services, you can build detections that catch novel attacks without knowing the specific entry vector.

How should organizations think about security during cloud architecture design?

Rodrigo recommends a three-part framework:

  • Threat modeling first: Before using any new service, understand the attack paths. Where is your data? Where could an attacker come from? What is the path between point A and point B? This exercise reveals where to place prevention, guardrails, and detection.
  • IAM conditional restrictions: For any permission with “write” or “permissions management” access level, add conditions. The simplest and most effective condition is IP-based restrictions (source VPC, VPN IPs, or specific CIDR ranges). If keys leak, attackers cannot use them from outside your trusted networks.
  • Quick wins with CSPM: Run an open source CSPM tool to find misconfigurations. Many are trivial to fix and provide immediate security improvement.

The sports analogy captures it well: “Defense wins championships, offense wins games.” An attacker might get initial access, but if they cannot reach your data because of proper restrictions, you lose the game but win the championship.

Why are IAM conditional policies the most underused security control?

AWS has approximately 14,000 actions across 300 services, split into five access levels: read, list, tagging, permissions management, and write. Rodrigo argues that every action with permissions management or write access should have a conditional clause:

  • IP-based conditions: Restrict high-impact actions to your VPN or bastion host IPs. If access keys leak, they are useless from outside your network.
  • MFA conditions: Most organizations enable MFA for console login but forget that API keys bypass MFA entirely. You must add MFA conditions to IAM policies and use STS to get temporary credentials after MFA verification.
  • The MFA gap: Users create access keys for Terraform or CLI usage. These keys have no MFA requirement by default. This is a massive blind spot that most organizations do not address.

The combination of IP restrictions and MFA conditions on high-impact permissions is what Rodrigo calls a “cheap, easy way to create protection.” Even if credentials are compromised, the attacker cannot use them without meeting the conditional requirements. This connects directly to AWS IAM best practices and the broader identity access management discipline.

What is the IMDSv1 vulnerability and how do you fix it?

The Instance Metadata Service (IMDS) at IP 169.254.169.254 exposes instance information including IAM role credentials. IMDSv1 allows simple HTTP GET requests to retrieve this data, making it exploitable via Server-Side Request Forgery (SSRF) attacks, as demonstrated in the Capital One breach.

IMDSv2 requires a token obtained through a PUT request with additional headers, making SSRF exploitation significantly harder. The problem: IMDSv2 is disabled by default.

How to fix it:

  • Prevention (best approach): Create a Service Control Policy at the organization level that denies launching EC2 instances without IMDSv2 required. This prevents anyone from creating vulnerable instances.
  • Detection: Monitor CloudTrail RunInstances events for the metadata version field. Alert when instances are created with IMDSv1 (token required = “optional”).
  • Remediation: Use your CSPM to identify existing instances with IMDSv1 enabled and migrate them to IMDSv2.

Rodrigo sees no reason to use IMDSv1 over IMDSv2. The SCP approach is the strongest because it does not depend on individual teams remembering to configure it correctly. This is part of the broader pattern of AWS defaults that need changing to achieve actual security.

What is “The Full Truth of the AWS Shared Responsibility Model”?

Rodrigo’s research highlights a critical gap: AWS has released many security improvements over the years, but most are not enabled by default. This creates a false sense of security:

  • S3 Block Public Access: Existed for years but was disabled by default. Only recently moving to enabled by default for new buckets.
  • CloudTrail logging: Many services have logging disabled by default. You must explicitly enable it.
  • IMDSv2: Available since 2019 but still optional by default.
  • Security Hub, GuardDuty: Available but not automatically enabled.

The shared responsibility model is accurate: AWS secures the infrastructure, you secure your workloads. But the nuance Rodrigo emphasizes is that “secure by default” is largely a myth. Customers must actively understand what is not enabled and configure it themselves. Cloud can be more secure than on-premises because everything is API-based and controllable, but only if you understand and manage the defaults. The shared responsibility model requires active engagement, not passive trust.

How do you research and detect threats across 300 AWS services?

Rodrigo’s methodology for discovering new attack paths:

  • Map service usage: Analyze CloudTrail logs to identify which services your organization actually uses. Focus detection efforts there first.
  • Identify PassRole actions: Services with PassRole capabilities are inherently more dangerous because they involve permission delegation. Research from Rhino Security lists nearly 100 services with PassRole actions.
  • Look for cross-service paths: Actions in one service can open network or permission paths to another. For example, GameLift has VPC peering actions that could potentially create cross-account network paths.
  • Study the access levels: AWS categorizes every action by access level. Focus research on write and permissions management actions in uncommon services.
  • Use CloudGoat for validation: Open source tools like CloudGoat help demonstrate attack paths to analysts and stakeholders who may not understand why a misconfiguration is dangerous.

The advice for practitioners: start an AWS account, set a budget alert, and click around. Read the documentation, then test practically. The best way to understand cloud security is hands-on experimentation with the services themselves.

Related Resources

What Our Users Are Saying

Customer Reviews

Cloudanix is trusted by security leaders worldwide to deliver proactive, reliable, and cutting-edge cloud security.

One day, I changed the password of a root account, and my CTO called me within less than a minute to confirm if I did so. I was not expecting a reaction this quick. He told me Cloudanix alerted him of this password change and that he wanted to confirm as it was a critical security notification. I couldn't believe it!

Ritesh Agarwal
Ritesh Agarwal
CEO, Airgap Networks

Compliance is one way of staying secure, but what I want is the ability to go deeper and attain 'true security.' Cloudanix provides us the capability to do so.

Vishal Madan
Vishal Madan
Head of Engineering, iMocha

Cloudanix is building for the future of the cloud, which makes the product all the more desirable.

Ritesh Agarwal
Ritesh Agarwal
CEO, Airgap Networks

Cloudanix gave us the visibility we were missing. Being able to move from permanent access to a robust Just-In-Time (JIT) workflow has fundamentally changed our security posture without slowing down our engineering velocity.

Pavan Kumar Lekkala
Pavan Kumar Lekkala
SRE Lead, HugoHub

We are excited to leverage Cloudanix's comprehensive multi-cloud DevSecOps solution to secure our production workloads on AWS. Cloudanix has demonstrated that it can solve many challenges that DevSecOps teams face while continually adding new features such as SOC2 compliance and drift detection.

Satish Mohan
Satish Mohan
Co-founder & CTO, Airgap Networks

Managing third-party partner access was once a major concern for our security posture. With Cloudanix JIT Cloud, we've effectively achieved zero third-party risk. We can now grant access confidently, knowing that it is temporary, audited, and automatically revoked, resulting in a 100% reduction in our privileged access exposure.

Okesh Badhiye
Okesh Badhiye
Head of Technical Engineering, Finfinity

The snooze feature and responsible alerts have helped us save time and prioritize what to tackle first.

Satish Mohan
Satish Mohan
Co-founder & CTO, Airgap Networks

Implementing Cloudanix JIT internally allowed us to practice what we preach. By eliminating permanent access to our own clouds and databases, we've neutralized the risk of standing privileges, ensuring our own 'keys to the kingdom' are never left exposed.

Girish Manghnani
Girish Manghnani
Managing Partner, Tech Inspira

The problem with permissions is a lot of times, the gaps are left open due to oversights from inside the organization itself. With Cloudanix's CIEM, we get a complete view of user permissions and access. This enables us to update the permissions, reducing the attack surface.

Nilesh Pethani
Nilesh Pethani
Application Architect, iMocha

In the world of Fintech, trust is our currency. Cloudanix provided the frictionless visibility we needed to secure our EKS workloads across AWS, ensuring we stay audit-ready for SOC2 and GDPR without slowing down our engineering velocity.

Amol Naik
Amol Naik
Head of Security & Infrastructure, HugoHub

Cloudanix delivered value within 5 minutes of onboarding. Continuous monitoring, timely detection, and excellent documentation helped us attain a great cloud security posture.

Divyanshu Shukla
Senior DevSecOps, Meesho

Technology strategies and business strategies are in a state of constant change which includes centralization and decentralization of responsibilities. Regardless of strategic shift, we still have intellectual property to protect. Cloudanix are critical partners for us in our public cloud security posture across our three cloud providers.

Jerry Locke
Jerry Locke
Senior Director Global Solutions Engineering, Eversana

Cloudanix has been amazing. They opened up a common Slack channel with us — and it feels like we are talking to our own team and getting things done with Cloud security. The support team is always available, friendly, helpful, and ready to go out of their way.

Satish Mohan
Satish Mohan
CTO, Airgap Networks

Beyond just access management, Cloudanix CSPM has given us a unified view of our AWS environment. The real-time alerting and anomaly detection allow us to prevent any untoward activity before it happens, which is critical for a marketplace connecting 50+ financial institutions.

Okesh Badhiye
Okesh Badhiye
Head of Technical Engineering, Finfinity

For a Fintech company, data is our most valuable — and most sensitive — asset. Cloudanix DAM hasn't just improved our visibility; it has given us control. The ability to mask data and prevent unauthorized queries in real-time is a game-changer for our compliance and customer trust.

Jiten Gala
Jiten Gala
President Engineering and Product, Kapittx

Our clients, especially in the Middle East financial sector, demand absolute accountability. Cloudanix JIT Cloud has been a competitive differentiator for us, allowing us to provide secure, governed access to customer accounts that meet their strictest audit and compliance requirements.

Girish Manghnani
Girish Manghnani
Managing Partner, Tech Inspira

Cloudanix is always on my team's lips because of its exceptional support. Be it a small or big query, Cloudanix has gone above and beyond to resolve them. This one's a keeper for us.

Sujit Karpe
Sujit Karpe
CTO, iMocha

For a long-lasting partnership, great support goes a long way. Cloudanix has delivered exceptional support whenever required. Their edge is their team is always ready to go beyond to solve any issues that we have. This speaks volumes about the culture at Cloudanix.

Akash Maheshwari
Akash Maheshwari
Co-founder, MoveInSync

Beyond the technology, Cloudanix feels like an extension of our own team. Their willingness to stand up a dedicated Middle East tenant for us and provide exceptional support at a sensible price makes them a long-term partner for Hugosave.

Surya Tamada
Surya Tamada
CTO, HugoHub

The real-time notifications that Cloudanix provides are a real lifesaver. Their adaptive notifications ensure that my team stays productive and doesn't get interrupted all the time.

Digvijay Singh
Staff Security Engineer, Meesho

The whole point in technological evolution is to help improve the world we live in. We must protect that and to do so requires an effective and efficient security strategy. The Cloudanix team helped make our public cloud security posture management strategy a reality. The symbiotic relationship we have allows for a continuous feedback loop which is how business should operate.

Larry Wheat
Larry Wheat
Staff Solutions Engineer, Eversana

Ready to see your graph?

Connect a cloud account in under 30 minutes. See every finding rooted in identity, asset, and blast radius — with a fix path attached.

Book a Demo