API Reference
Class
ScriptAnalysisResult
Heuristic analysis outcome for a script discovered in GPOs (startup/logon etc.). Designed for surfacing suspicious patterns without blocking execution.
Inheritance
- Object
- ScriptAnalysisResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public ScriptAnalysisResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public ScriptSeverity Severity { get; set; } #Overall severity derived from findings/indicators.
public Int32 Score { get; set; } #Numeric score used for ordering/triage.
public String[] Findings { get; set; } #Human‑readable list of findings (e.g., "Downloads from internet").
public String[] Indicators { get; set; } #Technical indicators (regex hits, keywords, URLs).
public String DecodedPayloadSnippet { get; set; } #Optional snippet of decoded payload for review.
public String FilePath { get; set; } #Script file path if known.
public String CommandLine { get; set; } #Command line used by the GPO script entry (if applicable).