def rule(event):
    if event.deep_get("EventID", default="") in [2002, 2083, 2003, 2082, 2008]:
        return True
    return False
