def rule(event):
    if "/asp.asp\\?ui=" in event.deep_get("c-uri", default=""):
        return True
    return False
