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