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