mirror of
https://github.com/Yara-Rules/rules
synced 2026-06-08 12:58:40 +00:00
15 lines
305 B
Plaintext
15 lines
305 B
Plaintext
import "androguard"
|
|
|
|
rule Android_Copy9
|
|
{
|
|
meta:
|
|
author = "Jacob Soo Lead Re"
|
|
date = "06-June-2016"
|
|
description = "This rule try to detect commercial spyware from Copy9"
|
|
source = "http://copy9.com/"
|
|
|
|
condition:
|
|
androguard.service(/com.ispyoo/i) and
|
|
androguard.receiver(/com.ispyoo/i)
|
|
}
|