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