Filter: ExploitInfoFilter

Filter type for ExploitInfo.

All fields in this type are and-combined; see the or field for or-combination.


Input Fields

NameTypeDescription
ANDExploitInfoFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

ORExploitInfoFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

botnets_emptyBoolean

Checks if botnets is an empty list (true) or a non-empty list or null (false).

botnets_everyBotnetFilter

Makes sure all items in botnets match a certain filter.

botnets_noneBotnetFilter

Makes sure none of the items in botnets match a certain filter.

Note that you can specify the empty object for this filter to make sure botnets has no items.

botnets_someBotnetFilter

Makes sure at least one of the items in "botnets" matches a certain filter.

Note that you can specify the empty object for this filter to make sure botnets has at least one item.

exploitProofOfConceptBoolean

Checks if exploitProofOfConcept equals a specified value.

If an index exists on exploitProofOfConcept, it can be used.

Whether or not the Exploit is a proof of concept

exploitProofOfConcept_notBoolean

Checks if exploitProofOfConcept does not equal a specified value

Whether or not the Exploit is a proof of concept

exploitedByBotnetsBoolean

Checks if exploitedByBotnets equals a specified value.

If an index exists on exploitedByBotnets, it can be used.

Whether or not the Exploit has been exploited by botnets

exploitedByBotnets_notBoolean

Checks if exploitedByBotnets does not equal a specified value

Whether or not the Exploit has been exploited by botnets

exploitedByNamedThreatActorsBoolean

Checks if exploitedByNamedThreatActors equals a specified value.

If an index exists on exploitedByNamedThreatActors, it can be used.

Whether or not the Exploit has been exploited by named threat actors

exploitedByNamedThreatActors_notBoolean

Checks if exploitedByNamedThreatActors does not equal a specified value

Whether or not the Exploit has been exploited by named threat actors

exploitedByRansomwareBoolean

Checks if exploitedByRansomware equals a specified value.

If an index exists on exploitedByRansomware, it can be used.

Whether or not the Exploit has been exploited by Ransomware

exploitedByRansomware_notBoolean

Checks if exploitedByRansomware does not equal a specified value

Whether or not the Exploit has been exploited by Ransomware

exploits_emptyBoolean

Checks if exploits is an empty list (true) or a non-empty list or null (false).

exploits_everyExploitFilter

Makes sure all items in exploits match a certain filter.

exploits_noneExploitFilter

Makes sure none of the items in exploits match a certain filter.

Note that you can specify the empty object for this filter to make sure exploits has no items.

exploits_someExploitFilter

Makes sure at least one of the items in "exploits" matches a certain filter.

Note that you can specify the empty object for this filter to make sure exploits has at least one item.

maxExploitMaturityString

Checks if maxExploitMaturity equals a specified string, case-sensitively.

If an index exists on maxExploitMaturity, it can be used.

See also like for a case-insensitive filter.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxExploitMaturity_containsString

Checks if maxExploitMaturity contains a specified string, case-sensitively.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxExploitMaturity_ends_withString

Checks if maxExploitMaturity ends with a specified string, case-sensitively.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxExploitMaturity_gtString

Checks if maxExploitMaturity is greater than a specified value.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxExploitMaturity_gteString

Checks if maxExploitMaturity is greater or equal a specified value.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxExploitMaturity_inString

Checks if maxExploitMaturity is equal to one of the specified values.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxExploitMaturity_likeString

Matches maxExploitMaturity against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on maxExploitMaturity, it can be used for the literal prefix (the part until the first placeholder).

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxExploitMaturity_ltString

Checks if maxExploitMaturity is less than a specified value.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxExploitMaturity_lteString

Checks if maxExploitMaturity is less or equal a specified value.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxExploitMaturity_notString

Checks if maxExploitMaturity does not equal a specified string, case-sensitively.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxExploitMaturity_not_containsString

Checks if maxExploitMaturity does not contain a specified string, case-sensitively.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxExploitMaturity_not_ends_withString

Checks if maxExploitMaturity does not end with a specified string, case-sensitively.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxExploitMaturity_not_inString

Checks if maxExploitMaturity is not equal to one of the specified values.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxExploitMaturity_not_likeString

Checks if maxExploitMaturity does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxExploitMaturity_not_starts_withString

Checks if maxExploitMaturity does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxExploitMaturity_starts_withString

Checks if maxExploitMaturity starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturityString

Checks if maxMaturity equals a specified string, case-sensitively.

If an index exists on maxMaturity, it can be used.

See also like for a case-insensitive filter.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturity_containsString

Checks if maxMaturity contains a specified string, case-sensitively.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturity_ends_withString

Checks if maxMaturity ends with a specified string, case-sensitively.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturity_gtString

Checks if maxMaturity is greater than a specified value.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturity_gteString

Checks if maxMaturity is greater or equal a specified value.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturity_inString

Checks if maxMaturity is equal to one of the specified values.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturity_likeString

Matches maxMaturity against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on maxMaturity, it can be used for the literal prefix (the part until the first placeholder).

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturity_ltString

Checks if maxMaturity is less than a specified value.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturity_lteString

Checks if maxMaturity is less or equal a specified value.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturity_notString

Checks if maxMaturity does not equal a specified string, case-sensitively.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturity_not_containsString

Checks if maxMaturity does not contain a specified string, case-sensitively.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturity_not_ends_withString

Checks if maxMaturity does not end with a specified string, case-sensitively.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturity_not_inString

Checks if maxMaturity is not equal to one of the specified values.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturity_not_likeString

Checks if maxMaturity does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturity_not_starts_withString

Checks if maxMaturity does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

maxMaturity_starts_withString

Checks if maxMaturity starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The maximum maturity level of the set of Exploits. Maturity values can be "Proof of Concept", "Weaponized", "Exploited by Threat Actors", or "Reported in the Wild".

ransomware_emptyBoolean

Checks if ransomware is an empty list (true) or a non-empty list or null (false).

ransomware_everyRansomwareFilter

Makes sure all items in ransomware match a certain filter.

ransomware_noneRansomwareFilter

Makes sure none of the items in ransomware match a certain filter.

Note that you can specify the empty object for this filter to make sure ransomware has no items.

ransomware_someRansomwareFilter

Makes sure at least one of the items in "ransomware" matches a certain filter.

Note that you can specify the empty object for this filter to make sure ransomware has at least one item.

reportedInTheWildBoolean

Checks if reportedInTheWild equals a specified value.

If an index exists on reportedInTheWild, it can be used.

Whether or not the Exploit has been reported in the wild

reportedInTheWild_notBoolean

Checks if reportedInTheWild does not equal a specified value

Whether or not the Exploit has been reported in the wild

threatActors_emptyBoolean

Checks if threatActors is an empty list (true) or a non-empty list or null (false).

threatActors_everyThreatActorFilter

Makes sure all items in threatActors match a certain filter.

threatActors_noneThreatActorFilter

Makes sure none of the items in threatActors match a certain filter.

Note that you can specify the empty object for this filter to make sure threatActors has no items.

threatActors_someThreatActorFilter

Makes sure at least one of the items in "threatActors" matches a certain filter.

Note that you can specify the empty object for this filter to make sure threatActors has at least one item.

timelineExploitTimelineFilter

Allows to filter on the fields of timeline.

Note that timeline is an entity extension and thus can never be null, so specifying null to this filter field has no effect.

weaponizedBoolean

Checks if weaponized equals a specified value.

If an index exists on weaponized, it can be used.

Whether or not the Exploit has been weaponized

weaponized_notBoolean

Checks if weaponized does not equal a specified value

Whether or not the Exploit has been weaponized


This page was generated: 2024-05-17