def rule(event):
    if event.deep_get("EventID", default="") == 4706:
        return True
    return False
