Code Monkey home page Code Monkey logo

Comments (7)

ncc-erik-steringer avatar ncc-erik-steringer commented on August 31, 2024 1

The v1.0.0-dev branch pulls a list of regions to check with the following line of code (/principalmapper/graphing/lambda_edges.py).

            lambda_regions = self.session.get_available_regions('lambda')

I expected that the returned list would exclude disabled regions. I'll have to add an extra few lines of code instead. Should be fixed by 1.0.0 release.

The master branch has a hardcoded list of regions (which is not a good solution, but it prevented this issue ironically).

from pmapper.

ncc-erik-steringer avatar ncc-erik-steringer commented on August 31, 2024

Oooh, this smells like the issue in ScoutSuite/botocore surrounding the ap-east-1 region and regions that are disabled. I'll dig in more tonight.

from pmapper.

danieladams456 avatar danieladams456 commented on August 31, 2024

Could be! I haven't enabled any of the new regions on this account.

from pmapper.

danieladams456 avatar danieladams456 commented on August 31, 2024

I was able to reproduce with the following test script what is happening in lambda_edges.py.

import botocore.session
session = botocore.session.Session(profile='personal')
client = session.create_client('lambda', region_name='ap-east-1')
client.list_functions()

Error stack:

File "", line 1, in
File "/REDACTED_HOMEDIR/Library/Python/3.7/lib/python/site-packages/botocore/client.py", line 357, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/REDACTED_HOMEDIR/Library/Python/3.7/lib/python/site-packages/botocore/client.py", line 661, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (UnrecognizedClientException) when calling the ListFunctions operation: The security token included in the request is invalid.

from pmapper.

danieladams456 avatar danieladams456 commented on August 31, 2024

One more comment... A bit ago I was POCing an AWS Organizations SCP that would deny any API call outside of US regions. That wouldn't explicitly disable them (which only seems to work on regions launched after March 20, 2019), but API calls would still fail.

from pmapper.

ncc-erik-steringer avatar ncc-erik-steringer commented on August 31, 2024

Just pushed 6046c00 to fix this in v1.0.0-dev.

from pmapper.

danieladams456 avatar danieladams456 commented on August 31, 2024

Works great - thank you!

from pmapper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.