Forum Discussion

dpnotnull's avatar
dpnotnull
Icon for Bronze II rankBronze II
6 days 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!πŸ˜…

1 Reply

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