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