SIGNAL - Sign-in with AWS CLI prompt
Query · python
def rule(event):
return (
event.get("eventSource") == "sso.amazonaws.com"
and event.get("eventName") == "ListApplications"
)
def rule(event):
return (
event.get("eventSource") == "sso.amazonaws.com"
and event.get("eventName") == "ListApplications"
)
Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.