def rule(event):
    if ".anonfiles.com" in event.deep_get("QueryName", default=""):
        return True
    return False
