The results on this page are a mix of both clean and malicious and should not be used as a source of truth for classification.
{{error}}
Here are some common syntax errors and how to fix them:
Wrong | Correct | |
---|---|---|
name:Malware App | name:"Malware App" | String values containing space or colon have to be quoted. |
host:[2404:6800:4008:c01::bc] | host:"[2404:6800:4008:c01::bc]" | |
flashlight AND is:pkginplaystore | name:flashlight AND is:pkginplaystore | With AND/OR, you have to specify the filter. |
host:http://google.com | host:google.com | The host filter accepts only hostnames without protocol. |
n:Malware OR n:Spyware OR | n:Malware OR n:Spyware | Filter must not end with a AND/OR keyword. |