def rule(event):
    if event.deep_get("certificate", "serial", default="") == "8BB00EE":
        return True
    return False
