Sneed-Reactivity/yara-mikesxrs/pombredanne/Android_Copy9.yar
Sam Sneed 08e8d462fe OMG ISTG PLS WORK
RED PILL 🔴 💊
2024-07-25 12:43:35 -05:00

14 lines
305 B
Text

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)
}