# AWS - MSK Unauthenticated Enum {{#include ../../../../banners/hacktricks-training.md}} ### Public Port **expose the Kafka broker to the public**ことは可能ですが、**credentials**、IAM permissions、または有効なcertificateが必要です(設定されたauth methodによります)。 また、**possible to disabled authentication**にすることもできますが、その場合はそのポートをInternetに**it's not possible to directly expose**。 ### Public URL template ``` b-{1,2,3,4}.{user_provided}.{random_id}.c{1,2}.kafka.{region}.amazonaws.com {user_provided}.{random_id}.c{1,2}.kafka.useast-1.amazonaws.com ``` {{#include ../../../../banners/hacktricks-training.md}}