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