forked from AssoEchap/stalkerware-indicators
-
Notifications
You must be signed in to change notification settings - Fork 2
/
rules.yar
194 lines (162 loc) · 5.87 KB
/
rules.yar
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
rule snoopza : stalkerware {
meta:
ref = "https://github.com/AssoEchap/stalkerware-indicators"
strings:
$s1 = "Server changed to " ascii
$s2 = "snoopza.com" ascii
$s3 = "Sim Update imsi:" ascii
$s4 = "U5t8444cbWHTWgYtCtQE6PkPdteUIOVi" ascii
$s5 = "jTfELCG992ee6YounW5MV7vsYtzseOp7" ascii
$s6 = "getSimOperator" ascii
$s7 = "install error: not exist " ascii
$s8 = "MIPKOMONITOR" ascii
$s9 = "3t2PYOBHw5QQ3MraExQvUA==" ascii
condition:
uint16(0) == 0x6564 and 7 of them
}
rule mspy : stalkerware {
meta:
ref = "https://github.com/AssoEchap/stalkerware-indicators"
strings:
$s1 = "mspy_keyboard_used" ascii
$s2 = "multipart/form-data; boundary=+-=+-=-------+-=+-=" ascii
$s3 = "mspyonline.com" ascii
$s4 = "inputType=0x%08x%s%s%s%s%s" ascii
$s6 = "/proc/%d/oom_score_adj" ascii
$s7 = "/trackActiveViewUnit" ascii
$s8 = "InstagramMessageItem" ascii
$s9 = "KikMessageItem" ascii
condition:
uint16(0) == 0x6564 and 5 of them
}
rule spyhide {
meta:
ref = "https://github.com/AssoEchap/stalkerware-indicators"
strings:
$s1 = "go_to_spyhide" ascii
$s2 = "configure_hide" ascii
$s3 = "cellphone-remote-tracker.com" ascii
$s4 = "bi dont know!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ascii
$s5 = "bmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm" ascii
$s6 = "[email protected]" ascii
$s7 = "www.virsis.net/client" ascii
$s8 = "Gray_Dolphin" ascii
$s9 = "new messageeeeeeeeeeeee= " ascii
$s10 = "@number OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOout" ascii
condition:
uint16(0) == 0x6564 and 8 of them
}
rule onetopspy : stalkerware {
meta:
ref = "https://github.com/AssoEchap/stalkerware-indicators"
strings:
$s1 = "spy-call-active" ascii
$s2 = "/BackupEmail/" ascii
$s3 = "G_IS_WHATSAPP_INSTALLED" ascii
$s4 = "G_LIST_RECORD_CALL_NUMBER" ascii
$s5 = "1topspy.com" ascii
$s6 = "duplicate key: " ascii
$s7 = "setFacebookActive" ascii
$s8 = "busybox rm -rf " ascii
$s9 = "Unknown cmd: " ascii
$s10 = "Testing A ton of commands" ascii
$s11 = "PATH_BACKUP_FILE_SMS" ascii
condition:
uint16(0) == 0x6564 and 9 of them
}
rule ikeymonitor : stalkerware {
meta:
ref = "https://github.com/AssoEchap/stalkerware-indicators"
author = "Jo Coscia"
strings:
$s1 = "emcpanel.com" nocase ascii
$s2 = "Keylogger_Xposed" ascii
$s3 = "iKeyMonitor" nocase ascii
$s4 = "Reg_LKConnotbE" ascii
condition:
uint16(0) == 0x6564 and 4 of them
}
rule cerberus : stalkerware {
meta:
ref = "https://github.com/AssoEchap/stalkerware-indicators"
author = "Jo"
strings:
$s1 = "command NOT EXECUTED. Have you enabled it in Cerberus settings" ascii nocase
$s2 = "[email protected]" ascii nocase
$s3 = "sendaudiofile.php" ascii
$s4 = "comm/radar.php" ascii
$s5 = "notifyowner.php" ascii
condition:
uint16(0) == 0x6564 and 4 of them
}
rule viptelefonprogrami : stalkerware {
meta:
ref = "https://github.com/AssoEchap/stalkerware-indicators"
strings:
$b64 = /[a-zA-Z0-9+\/]{70,}==/
$re1 = /com\/[a-z]{8}\/[a-z]{8}\/protocol\/a;/
$re2 = /com\/[a-z]{8}\/[a-z]{8}\/registration\/a;/
$re3 = /com\/[a-z]{8}\/[a-z]{8}\/util\/a;/
condition:
uint16(0) == 0x6564 and #b64 > 1000 and all of ($re*)
}
rule viptelefonprogrami_jkl : stalkerware {
meta:
ref = "https://github.com/AssoEchap/stalkerware-indicators"
strings:
$s1 = "base64_decode" ascii
$s2 = "MD5Transform" ascii
$s3 = "Java_com_example_hellojni_HelloJni_get2" ascii
$s4 = "tijni" ascii
$s5 = "error - 2" ascii
$s6 = "Success !!" ascii
$s7 = "Fail !!" ascii
condition:
uint16(0) == 0x457f and 6 of them
}
rule android_police : stalkerware {
meta:
ref = "https://github.com/AssoEchap/stalkerware-indicators"
strings:
$s1 = "ANDROID_MONITOR_CHECKER" ascii
$s2 = "AudioRecordThread" ascii
$s3 = "CameraCapturer.java" ascii
$s4 = "Not on camera thread." ascii
$s5 = "Stop camera1 session on camera" ascii
$s6 = "Wrong thread." ascii
$s7 = "YuvConverter.convert" ascii
$s8 = "bb392ec0-8d4d-11e0-a896-0002a5d5c51b" ascii
$s9 = "disableNetworkMonitor" ascii
$s10 = "info_prog_rec_screen_whatch_start" ascii
condition:
uint16(0) == 0x6564 and 8 of them
}
rule tracku : stalkerware {
meta:
ref = "https://github.com/AssoEchap/stalkerware-indicators"
strings:
$s1 = "/Hike/Media/hike Voice Messages" ascii
$s2 = "/viber/media/Viber Images" ascii
$s3 = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11" ascii
$s4 = "AudioTrackJavaThread" ascii
$s5 = "Bxt2y1rUKoGVnD3pi73LivcES" ascii
$s6 = "Camera device is in use already." ascii
$s7 = "FITNESS_LOCATION_READ" ascii
$s8 = "GetBucketLocation" ascii
$s9 = "c/c/a/b/b$a" ascii
$s10 = "org/webrtc/VideoFrameDrawer" ascii
$s11 = "T56yAzZC2uHe7k" ascii
condition:
uint16(0) == 0x6564 and 9 of them
}
rule italianstalkerware : stalkerware {
meta:
ref = "https://github.com/AssoEchap/stalkerware-indicators"
strings:
$s1 = "DataMariaDbSalentoBellaSarda" nocase ascii
$s2 = "IsScreenOnServiceMarinellaBella" ascii
$s3 = "preInstallServiceAnacondameritocronicavolenzia" nocase ascii
$s4 = "ScreenIsOnReceiverMarinellaBella" ascii
condition:
uint16(0) == 0x6564 and 4 of them
}