Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Executes files during installation or upon launch. (x1)
execution
Might evaluate code dynamically. (x24)
anomaly
Sets a JavaScript interval, which repeatedly executes code. (x2)
execution
Contains Unicode-escaped characters that are otherwise printable. (x2)
evasion
Converts binary data to its string representation, commonly used in obfuscation. (x10)
packer
Serializes data into the JSON format. (x3)
file
Splits a string using a regular expression. (x2)
behavior
Replaces a substring in a string using a regular expression. (x5)
behavior
Creates a regular expression. (x12)
behavior
Concatenates strings. (x37)
behavior