Forum Discussion

dpnotnull's avatar
dpnotnull
Icon for Bronze II rankBronze II
6 months ago
Solved

Investigating IAM Incidents in AWS: Preparation

In this Lab, all Tasks can be completed successfully, with the exception of two steps:

- Task 8: Proactive scanning with Prowler
- Task 10: Preparing to detect leaked credentials

Following the task instructions and executing the specified commands in the terminal, 

    -- T8: 
    prowler --profile prowler -c iam_user_hardware_mfa_enabled
 
    -- T10: 
    cd ~/Desktop/metrolio-careers 
    git secrets --install
    git secrets --register-aws
    git secrets --scan

All commands above can be executed with successful responses,  but it didn't detect the completion.

Could you take a look and help me out? ThanksπŸ™‚

  • Finally, after several attempts over two weeks, it passed... Thanks!πŸ˜…

3 Replies

  • Finally, after several attempts over two weeks, it passed... Thanks!πŸ˜…

    • TrinityWarrior's avatar
      TrinityWarrior
      Icon for Bronze I rankBronze I

      Hello I am facing the same issue with this, how did you get this to pass, as I have successful commands and able to answer the questions after the successful commands.

  • Hello I am facing the same issue with this, how did you get this to pass, as I have successful commands and able to answer the questions after the successful commands.