def rule(event):
    if event.deep_get("ImageLoaded", default="") == "C:\\Windows\\ADFS\\version.dll":
        return True
    return False
