This string value can be used for a case insensitive, free text search of threat actor names, common names, or aliases. For example, using name":"panda" will yield a search result with over 300 threat actors that have the word "panda" somewhere in its name, common names, or aliases. Advanced searches are supported using a prefix in the search string. For example, using "name":"exact:panda"yields only threat actor(s) whose name is just "Panda".
| Prefix | Match type | Description |
|---|
| no prefix | freetext match (default) | Returns threat actors where the search string matches somewhere in a name, a common name or an alias (case-insensitive). |
| exact: | exact match | Returns threat actors where the search string exactly matches a name, a common name or an alias. |
| prefix: | prefix match | Returns threat actors where the search string matches the beginning of a name, a common name or an alias. |
| infix: | infix match | Returns threat actors where the search string is contained anywhere in a name, a common name or an alias. |
| relevance: | 1 word: relevance match 2+ words: relevance phrase match | Returns threat actors that have text attributes relevant to the given search word or search phrase (in the same order). The results are sorted by decreasing relevance. |