-
Hi! And am I right that checks that analyse pentesting risks (like Detect Secrets, Internet Exposed Resources) are already used when I run prowler aws? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @gorodplt, To address your first question: the Shodan check is part of the EC2 service checks. It runs automatically whenever you execute Prowler in full mode. If the required key is correctly configured in the configuration file, the Shodan check should always run alongside the other EC2 checks without the need of use the Regarding your second question: “Is there a way to run the Shodan check together with other checks in one command?” The answer is yes, but it requires grouping checks using categories or specifying the desired checks with the Finally, to answer your last question: if you execute the command Thank you for your questions, and I hope this clarifies everything! |
Beta Was this translation helpful? Give feedback.
-
Yes, Prowler automatically includes checks for pentesting risks like Detect Secrets and Internet Exposed Resources when you run prowler aws. However, Shodan-specific checks require the -N flag with your Shodan API key. |
Beta Was this translation helpful? Give feedback.
Hi @gorodplt,
To address your first question: the Shodan check is part of the EC2 service checks. It runs automatically whenever you execute Prowler in full mode. If the required key is correctly configured in the configuration file, the Shodan check should always run alongside the other EC2 checks without the need of use the
-N
parameter.Regarding your second question: “Is there a way to run the Shodan check together with other checks in one command?” The answer is yes, but it requires grouping checks using categories or specifying the desired checks with the
-c
parameter. The Shodan check falls under the "internet-exposed" category, so you can run it along with all related checks using…