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.
Batch {{batch.name}} #{{batch.id}}
{{l.name}}
Yara rules:
{{r.name}}
Created: {{batch.starttime|date}}
State: {{batch.state_text}}
Apks: {{batch.apkcount}}
Ownership:
Certificate #{{cert.id}}
{{l}}
Md5 | {{cert.md5}} |
Sha1 | {{cert.sha1}} |
Sha256 | {{cert.sha256}} |
Validity | {{cert.validfrom|date}} - {{cert.validto|date}} {{cert.validity_error}} |
Issuer | {{cert.issuer}} |
Subject | {{cert.subject}} |
No entry matches this filter.
No more entries.
The samples you upload will show up here.
Go to the home page to upload some now!
Or you can try using some filters first. Like this one!
{{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. |