id
stringlengths
1
4
tokens
sequence
ner_tags
sequence
2400
[ "XLoader", "can", "also", "hijack", "the", "infected", "device", "(", "i.e.", ",", "send", "SMSs", ")", "and", "sports", "self-protection/persistence", "mechanisms", "through", "device", "administrator", "privileges", "." ]
[ 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2401
[ "Infection", "Chain", "As", "with", "our", "earlier", "reports", "in", "late", "March", ",", "the", "attack", "chain", "involves", "diverting", "internet", "traffic", "to", "attacker-specified", "domains", "by", "compromising", "and", "overwriting", "the", "router", "’", "s", "DNS", "settings", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2402
[ "A", "fake", "alert", "will", "notify", "and", "urge", "the", "user", "to", "access", "the", "malicious", "domain", "and", "download", "XLoader", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 1, 10 ]
2403
[ "Technical", "Analysis", "XLoader", "first", "loads", "the", "encrypted", "payload", "from", "Assets/db", "as", "test.dex", "to", "drop", "the", "necessary", "modules", "then", "requests", "for", "device", "administrator", "privileges", "." ]
[ 10, 10, 1, 10, 10, 10, 10, 10, 10, 0, 10, 0, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2404
[ "Once", "granted", "permission", ",", "it", "hides", "its", "icon", "from", "the", "launcher", "application", "list", "then", "starts", "a", "service", "that", "it", "keeps", "running", "in", "the", "background", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2405
[ "The", "background", "service", "uses", "the", "reflection", "technique", "(", "a", "feature", "that", "allows", "the", "inspection", "and", "modification", "of", "Java-based", "programs", "’", "internal", "properties", ")", "to", "invoke", "the", "method", "com.Loader.start", "in", "the", "payload", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 0, 10, 10, 10, 10 ]
2406
[ "Monitoring", "Broadcast", "Events", "XLoader", "registers", "many", "broadcast", "receivers", "in", "the", "payload", "dynamically", "(", "to", "monitor", "broadcast", "events", "sent", "between", "system", "and", "applications", ")", "." ]
[ 10, 10, 10, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2407
[ "Registering", "broadcast", "receivers", "enable", "XLoader", "to", "trigger", "its", "malicious", "routines", "." ]
[ 10, 10, 10, 10, 1, 10, 10, 10, 10, 10, 10 ]
2408
[ "Here", "is", "a", "list", "of", "broadcast", "actions", ":", "android.provider.Telephony.SMS_RECEIVED", "android.net.conn.CONNECTIVITY_CHANGE", "android.intent.action.BATTERY_CHANGED", "android.intent.action.USER_PRESENT", "android.intent.action.PHONE_STATE", "android.net.wifi.SCAN_RESULTS", "android.intent.action.PACKAGE_ADDED", "android.intent.action.PACKAGE_REMOVED", "android.intent.action.SCREEN_OFF", "android.intent.action.SCREEN_ON", "android.media.RINGER_MODE_CHANGED", "android.sms.msg.action.SMS_SEND", "android.sms.msg.action.SMS_DELIVERED", "Creating", "a", "Web", "Server", "to", "Phish", "XLoader", "creates", "a", "provisional", "web", "server", "to", "receive", "the", "broadcast", "events", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 10, 10, 10, 10, 10, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2409
[ "It", "can", "also", "create", "a", "simple", "HTTP", "server", "on", "the", "infected", "device", "to", "deceive", "victims", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2410
[ "It", "shows", "a", "web", "phishing", "page", "whenever", "the", "affected", "device", "receives", "a", "broadcast", "event", "(", "i.e.", ",", "if", "a", "new", "package", "is", "installed", "or", "if", "the", "device", "’", "s", "screen", "is", "on", ")", "to", "steal", "personal", "data", ",", "such", "as", "those", "keyed", "in", "for", "banking", "apps", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2411
[ "The", "phishing", "page", "is", "translated", "in", "Korean", ",", "Japanese", ",", "Chinese", ",", "and", "English", ",", "which", "are", "hardcoded", "in", "the", "payload", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2412
[ "It", "will", "appear", "differently", "to", "users", "depending", "on", "the", "language", "set", "on", "the", "device", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2413
[ "XLoader", "as", "Spyware", "and", "Banking", "Trojan", "XLoader", "can", "also", "collect", "information", "related", "to", "usage", "of", "apps", "installed", "in", "the", "device", "." ]
[ 1, 10, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2414
[ "Its", "data-stealing", "capabilities", "include", "collecting", "SMSs", "after", "receiving", "an", "SMS-related", "broadcast", "event", "and", "covertly", "recording", "phone", "calls", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2415
[ "XLoader", "can", "also", "hijack", "accounts", "linked", "to", "financial", "or", "game-related", "apps", "installed", "on", "the", "affected", "device", "." ]
[ 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2416
[ "XLoader", "can", "also", "start", "other", "attacker-specified", "packages", "." ]
[ 1, 10, 10, 10, 10, 10, 10, 10 ]
2417
[ "A", "possible", "attack", "scenario", "involves", "replacing", "legitimate", "apps", "with", "repackaged", "or", "malicious", "versions", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2418
[ "By", "monitoring", "the", "package", "installation", "broadcast", "event", ",", "XLoader", "can", "start", "their", "packages", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 1, 10, 10, 10, 10, 10 ]
2419
[ "This", "enables", "it", "to", "launch", "malicious", "apps", "without", "the", "user", "’", "s", "awareness", "and", "explicit", "consent", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2420
[ "We", "reverse", "engineered", "XLoader", "and", "found", "that", "it", "appears", "to", "target", "South", "Korea-based", "banks", "and", "game", "development", "companies", "." ]
[ 10, 10, 10, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2421
[ "XLoader", "also", "prevents", "victims", "from", "accessing", "the", "device", "’", "s", "settings", "or", "using", "a", "known", "antivirus", "(", "AV", ")", "app", "in", "the", "country", "." ]
[ 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2422
[ "XLoader", "can", "also", "load", "multiple", "malicious", "modules", "to", "receive", "and", "execute", "commands", "from", "its", "remote", "command-and-control", "(", "C", "&", "C", ")", "server", ",", "as", "shown", "below", ":", "Here", "’", "s", "a", "list", "of", "the", "modules", "and", "their", "functions", ":", "sendSms", "β€”", "send", "SMS/MMS", "to", "a", "specified", "address", "setWifi", "β€”", "enable", "or", "disable", "Wi-Fi", "connection", "gcont", "β€”", "collect", "all", "the", "device", "’", "s", "contacts", "lock", "β€”", "currently", "just", "an", "input", "lock", "status", "in", "the", "settings", "(", "pref", ")", "file", ",", "but", "may", "be", "used", "as", "a", "screenlocking", "ransomware", "bc", "β€”", "collect", "all", "contacts", "from", "the", "Android", "device", "and", "SIM", "card", "setForward", "β€”", "currently", "not", "implemented", ",", "but", "can", "be", "used", "to", "hijack", "the", "infected", "device", "getForward", "β€”", "currently", "not", "implemented", ",", "but", "can", "be", "used", "to", "hijack", "the", "infected", "device", "hasPkg", "β€”", "check", "the", "device", "whether", "a", "specified", "app", "is", "installed", "or", "not", "setRingerMode", "β€”", "set", "the", "device", "’", "s", "ringer", "mode", "setRecEnable", "β€”", "set", "the", "device", "’", "s", "ringer", "mode", "as", "silent", "reqState", "β€”", "get", "a", "detailed", "phone", "connection", "status", ",", "which", "includes", "activated", "network", "and", "Wi-Fi", "(", "with", "or", "without", "password", ")", "showHome", "β€”", "force", "the", "device", "’", "s", "back", "to", "the", "home", "screen", "getnpki", ":", "get", "files/content", "from", "the", "folder", "named", "NPKI", "(", "contains", "certificates", "related", "to", "financial", "transactions", ")", "http", "β€”", "access", "a", "specified", "network", "using", "HttpURLConnection", "onRecordAction", "β€”", "simulate", "a", "number-dialed", "tone", "call", "β€”", "call", "a", "specified", "number", "get_apps", "β€”", "get", "all", "the", "apps", "installed", "on", "the", "device", "show_fs_float_window", "β€”", "show", "a", "full-screen", "window", "for", "phishing", "Of", "note", "is", "XLoader", "’", "s", "abuse", "of", "the", "WebSocket", "protocol", "(", "supported", "in", "many", "browsers", "and", "web", "applications", ")", "via", "ws", "(", "WebSockets", ")", "or", "wss", "(", "WebSockets", "over", "SSL/TLS", ")", "to", "communicate", "with", "its", "C", "&", "C", "servers", "." ]
[ 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2423
[ "The", "URLs", "β€”", "abused", "as", "part", "of", "XLoader", "’", "s", "C", "&", "C", "β€”", "are", "hidden", "in", "three", "webpages", ",", "and", "the", "C", "&", "C", "server", "that", "XLoader", "connects", "to", "differ", "per", "region", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 1, 10, 10, 10, 10, 10, 10 ]
2424
[ "The", "abuse", "of", "the", "WebSocket", "protocol", "provides", "XLoader", "with", "a", "persistent", "connection", "between", "clients", "and", "servers", "where", "data", "can", "be", "transported", "any", "time", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2425
[ "XLoader", "abuses", "the", "MessagePack", "(", "a", "data", "interchange", "format", ")", "to", "package", "the", "stolen", "data", "and", "exfiltrate", "it", "via", "the", "WebSocket", "protocol", "for", "faster", "and", "more", "efficient", "transmission", "." ]
[ 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2426
[ "Mitigations", "XLoader", "will", "not", "download", "malicious", "apps", "if", "the", "Android", "device", "uses", "a", "mobile", "data", "connection", "." ]
[ 10, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2427
[ "Nevertheless", ",", "users", "should", "practice", "proper", "security", "hygiene", "to", "mitigate", "threats", "that", "may", "take", "advantage", "of", "a", "home", "or", "business", "router", "’", "s", "security", "gaps", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2428
[ "Employ", "stronger", "credentials", ",", "for", "instance", ",", "to", "make", "them", "less", "susceptible", "to", "unauthorized", "access", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2429
[ "Regularly", "update", "and", "patch", "the", "router", "’", "s", "software", "and", "firmware", "to", "prevent", "exploits", ",", "and", "enable", "its", "built-in", "firewall", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2430
[ "For", "system", "administrators", "and", "information", "security", "professionals", ",", "configuring", "the", "router", "to", "be", "more", "resistant", "to", "attacks", "like", "DNS", "cache", "poisoning", "can", "help", "mitigate", "similar", "threats", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2431
[ "Everyday", "users", "can", "do", "the", "same", "by", "checking", "the", "router", "’", "s", "DNS", "settings", "if", "they", "’", "ve", "been", "modified", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2432
[ "Even", "threats", "like", "DNS", "cache", "poisoning", "employ", "social", "engineering", ",", "so", "users", "should", "also", "be", "more", "prudent", "against", "suspicious", "or", "unknown", "messages", "that", "have", "telltale", "signs", "of", "malware", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2433
[ "We", "have", "worked", "with", "Google", "and", "they", "ensure", "that", "Google", "Play", "Protect", "proactively", "catches", "apps", "of", "this", "nature", "." ]
[ 10, 10, 10, 10, 2, 10, 10, 10, 10, 3, 8, 8, 10, 10, 10, 10, 10, 10, 10 ]
2434
[ "No", "instances", "of", "these", "apps", "were", "found", "in", "Google", "Play", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 3, 8, 10 ]
2435
[ "September", "08", ",", "2020", "TikTok", "Spyware", "A", "detailed", "analysis", "of", "spyware", "masquerading", "as", "TikTok", "A", "recent", "threat", "to", "ban", "TikTok", "in", "the", "United", "States", "has", "taken", "the", "internet", "by", "storm", "and", "received", "mixed", "reactions", "from", "social", "media", "and", "internet", "users", "." ]
[ 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2436
[ "U.S.", "President", "Donald", "Trump", "has", "ordered", "ByteDance", ",", "the", "parent", "company", "of", "TikTok", ",", "to", "sell", "its", "U.S.", "TikTok", "assets", "and", "also", "issued", "executive", "orders", "that", "would", "ban", "the", "social", "media", "apps", "TikTok", "and", "WeChat", "from", "operating", "in", "the", "U.S.", "if", "the", "sale", "doesn", "’", "t", "happen", "in", "the", "next", "few", "weeks", "." ]
[ 10, 10, 10, 10, 10, 10, 2, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2437
[ "On", "the", "other", "side", ",", "ByteDance", "has", "filed", "a", "lawsuit", "suing", "the", "Trump", "administration", "." ]
[ 10, 10, 10, 10, 10, 2, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2438
[ "When", "popular", "applications", "come", "under", "fire", "and", "are", "featured", "prominently", "in", "the", "news", ",", "hackers", "get", "excited", "as", "these", "newsworthy", "apps", "can", "become", "their", "latest", "target", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2439
[ "And", "TikTok", "is", "no", "exception", "." ]
[ 10, 3, 10, 10, 10, 10 ]
2440
[ "Generally", ",", "after", "an", "application", "gets", "banned", "from", "an", "official", "app", "store", ",", "such", "as", "Google", "Play", ",", "users", "try", "to", "find", "alternative", "ways", "to", "download", "the", "app", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 8, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2441
[ "In", "doing", "so", ",", "users", "can", "become", "victims", "to", "malicious", "apps", "portraying", "themselves", "as", "the", "original", "app", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2442
[ "Recently", "there", "was", "a", "huge", "wave", "of", "SMS", "messages", ",", "as", "well", "as", "Whatsapp", "messages", ",", "making", "the", "rounds", "asking", "users", "to", "download", "the", "latest", "version", "of", "TikTok", "at", "hxxp", ":", "//tiny", "[", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 0, 5, 5, 5, 5 ]
2443
[ "]", "cc/TiktokPro", "." ]
[ 5, 5, 10 ]
2444
[ "In", "reality", ",", "this", "downloaded", "app", "is", "a", "fake", "app", "that", "asks", "for", "credentials", "and", "Android", "permissions", "(", "including", "camera", "and", "phone", "permissions", ")", ",", "resulting", "in", "the", "user", "being", "bombarded", "with", "advertisements", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2445
[ "Recently", ",", "we", "have", "come", "across", "another", "variant", "of", "this", "app", "portraying", "itself", "as", "TikTok", "Pro", ",", "but", "this", "is", "a", "full-fledged", "spyware", "with", "premium", "features", "to", "spy", "on", "victim", "with", "ease", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 8, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2446
[ "(", "Please", "note", "this", "is", "a", "different", "app", "and", "not", "the", "same", "as", "the", "one", "being", "spread", "by", "hxxp", ":", "//tiny", "[", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 0, 5, 5, 5, 5 ]
2447
[ "]", "cc/TiktokPro", "." ]
[ 5, 5, 5 ]
2448
[ ")", "Technical", "Analysis", "App", "Name", ":", "TikTok", "Pro", "Hash", ":", "9fed52ee7312e217bd10d6a156c8b988", "Package", "Name", ":", "com.example.dat.a8andoserverx", "Upon", "installation", ",", "the", "spyware", "portrays", "itself", "as", "TikTok", "using", "the", "name", "TikTok", "Pro", "." ]
[ 5, 10, 10, 10, 10, 10, 3, 8, 10, 10, 0, 10, 10, 10, 0, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 3, 8, 10 ]
2449
[ "As", "soon", "as", "a", "user", "tries", "to", "open", "the", "app", ",", "it", "launches", "a", "fake", "notification", "and", "soon", "the", "notification", "as", "well", "as", "the", "app", "icon", "disappears", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2450
[ "This", "fake", "notification", "tactic", "is", "used", "to", "redirect", "the", "user", "'s", "attention", ",", "meanwhile", "the", "app", "hides", "itself", ",", "making", "the", "user", "believe", "the", "app", "to", "be", "faulty", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2451
[ "This", "functionality", "can", "be", "seen", "in", "Figure", "1", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2452
[ "App", "Icon", "Figure", "1", ":", "App", "icon", "and", "fake", "notification", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2453
[ "Behind", "the", "scenes", ",", "there", "are", "number", "of", "process", "occurring", "simultaneously", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2454
[ "First", ",", "an", "activity", "named", "MainActivity", "fires", "up", ",", "taking", "care", "of", "hiding", "the", "icon", "and", "showing", "the", "fake", "notification", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2455
[ "It", "also", "starts", "an", "Android", "service", "named", "MainService", "." ]
[ 10, 10, 10, 10, 3, 10, 10, 10, 10 ]
2456
[ "The", "spyware", "also", "appears", "to", "have", "an", "additional", "payload", "stored", "under", "the", "/res/raw/", "directory", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2457
[ "This", "is", "a", "common", "technique", "used", "by", "malware", "developers", "to", "bundle", "the", "main", "payload", "inside", "the", "Android", "package", "to", "avoid", "easy", "detection", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10 ]
2458
[ "As", "seen", "in", "Figure", "2", ",", "the", "app", "tries", "to", "open", "the", "payload", "from", "the", "/res/raw/", "directory", "and", "generate", "an", "additional", "Android", "Package", "Kit", "(", "APK", ")", "named", ".app.apk", ":", "Decoy", "Code", "Figure", "2", ":", "The", "decoy", "code", "for", "the", "fake", "TikTok", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 8, 8, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10 ]
2459
[ "Upon", "analysis", ",", "we", "discovered", "that", "this", "is", "a", "decoy", "functionality", "and", "no", "new", "payload", "is", "generated", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2460
[ "The", "conditions", "to", "build", "an", "additional", "payload", "are", "never", "met", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2461
[ "Going", "one", "step", "further", ",", "we", "rebuilt", "the", "malware", "to", "execute", "the", "apparent", "functionality", "of", "generating", "a", "payload", ",", "but", "discovered", "that", "the", "APK", "stored", "in", "the", "/res/raw/", "directory", "is", "empty", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2462
[ "The", "placement", "of", "the", "decoy", "functionality", "is", "likely", "designed", "to", "confuse", "the", "malware", "researchers", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2463
[ "It", "is", "also", "possible", "that", "this", "functionality", "is", "under", "development", ",", "making", "this", "placeholder", "code", "incomplete", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2464
[ "Coming", "back", "to", "the", "execution", "flow", ",", "once", "the", "spyware", "hides", "itself", ",", "it", "starts", "an", "Android", "service", "named", "MainService", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10 ]
2465
[ "Android", "services", "are", "components", "that", "can", "be", "made", "to", "execute", "independently", "in", "the", "background", "without", "the", "victim", "'s", "knowledge", "." ]
[ 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2466
[ "MainService", "is", "the", "brain", "of", "this", "spyware", "and", "controls", "almost", "everythingβ€”from", "stealing", "the", "victim", "'s", "data", "to", "deleting", "it", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2467
[ "All", "of", "its", "capabilities", "are", "discussed", "later", "in", "this", "blog", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2468
[ "Hide", "Icon", "Figure", "3", ":", "Code", "showing", "the", "hiding", "icon", "and", "starting", "service", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2469
[ "As", "MainService", "is", "the", "main", "controller", ",", "the", "developer", "has", "taken", "the", "appropriate", "actions", "to", "keep", "it", "functional", "and", "running", "at", "all", "times", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2470
[ "The", "malware", "developer", "uses", "various", "tactics", "to", "do", "so", ",", "and", "one", "of", "them", "is", "using", "Android", "'s", "broadcast", "receivers", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10 ]
2471
[ "Broadcast", "receivers", "are", "components", "that", "allow", "you", "to", "register", "for", "various", "Android", "events", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10 ]
2472
[ "In", "this", "case", ",", "it", "registers", "three", "broadcast", "receivers", ":", "MyReceiver", "-", "Triggers", "when", "the", "device", "is", "booted", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2473
[ "Intercept", "Call", "-", "Triggers", "on", "incoming", "and", "outgoing", "calls", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2474
[ "AlarmReceiver", "-", "Triggers", "every", "three", "minutes", "." ]
[ 10, 10, 10, 10, 10, 10, 10 ]
2475
[ "MyReceiver", "and", "AlarmReceiver", "start", "the", "MainService", "whenever", "appropriate", "events", "occur", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2476
[ "This", "tactic", "is", "very", "common", "among", "malware", "developers", "to", "ensure", "the", "malware", "is", "not", "killed", "by", "the", "Android", "OS", "or", "by", "any", "other", "means", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10 ]
2477
[ "Figure", "4", "shows", "MyReceiver", "in", "action", "where", "it", "eventually", "calls", "the", "MainService", "service", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2478
[ "Broadcast", "Receiver", "Figure", "4", ":", "MyReceiver", "broadcast", "receiver", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2479
[ "The", "InterceptCall", "receiver", "is", "triggered", "whenever", "there", "is", "an", "incoming", "or", "outgoing", "call", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2480
[ "It", "sets", "particular", "parameters", "in", "relation", "to", "call", "details", "and", "a", "further", "service", "named", "calls", "takes", "the", "control", "as", "seen", "in", "Figure", "5", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2481
[ "Call", "Service", "Figure", "5", ":", "Code", "for", "the", "calls", "service", "As", "seen", "above", ",", "the", "calls", "service", "stores", "incoming", "call", "details", "in", ".mp3", "format", "in", "the", "/sdcard/DCIM/.dat/", "directory", "with", "file", "name", "appended", "with", "\"", "In_", "''", "for", "incoming", "calls", "and", "\"", "Out_", "''", "for", "outgoing", "calls", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2482
[ "How", "these", "recorded", "calls", "are", "sent", "to", "the", "command", "and", "control", "server", "(", "CnC", ")", "is", "taken", "care", "of", "by", "MainService", ",", "which", "is", "discussed", "next", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2483
[ "MainService", "is", "the", "central", "controller", "of", "this", "spyware", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2484
[ "It", "controls", "each", "and", "every", "functionality", "based", "on", "the", "commands", "sent", "by", "the", "command", "and", "control", "(", "C", "&", "C", ")", "server", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2485
[ "As", "soon", "as", "this", "service", "is", "started", ",", "it", "creates", "two", "processes", "that", "take", "care", "of", "connection", "and", "disconnection", "to", "the", "C", "&", "C", "server", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2486
[ "This", "functionality", "can", "be", "seen", "in", "Figure", "6", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2487
[ "TimerTask", "Figure", "6", ":", "The", "timer", "task", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10 ]
2488
[ "MainService", "has", "the", "following", "capabilities", ":", "Steal", "SMS", "messages", "Send", "SMS", "messages", "Steal", "the", "victim", "'s", "location", "Capture", "photos", "Execute", "commands", "Capture", "screenshots", "Call", "phone", "numbers", "Initiate", "other", "apps", "Steal", "Facebook", "credentials", ",", "etc", "All", "of", "the", "above", "functionalities", "take", "place", "on", "the", "basis", "of", "commands", "sent", "by", "the", "attacker", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2489
[ "Stolen", "data", "is", "stored", "in", "external", "storage", "under", "the", "/DCIM/", "directory", "with", "a", "hidden", "sub-directory", "named", "\"", ".dat", "''", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2490
[ "Below", "is", "the", "list", "of", "all", "the", "commands", "catered", "by", "the", "C", "&", "C", "server", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2491
[ "Command", "Action", "Unistxcr", "Restart", "the", "app", "dowsizetr", "Send", "the", "file", "stored", "in", "the", "/sdcard/DCIM/.dat/", "directory", "to", "the", "C", "&", "C", "server", "Caspylistx", "Get", "a", "list", "of", "all", "hidden", "files", "in", "the", "/DCIM/.dat/", "directory", "spxcheck", "Check", "whether", "call", "details", "are", "collected", "by", "the", "spyware", "S8p8y0", "Delete", "call", "details", "stored", "by", "the", "spyware", "screXmex", "Take", "screenshots", "of", "the", "device", "screen", "Batrxiops", "Check", "battery", "status", "L4oclOCMAWS", "Fetch", "the", "victim", "'s", "location", "GUIFXB", "Launch", "the", "fake", "Facebook", "login", "page", "IODBSSUEEZ", "Send", "a", "file", "containing", "stolen", "Facebook", "credentials", "to", "the", "C", "&", "C", "server", "FdelSRRT", "Delete", "files", "containing", "stolen", "Facebook", "credentials", "chkstzeaw", "Launch", "Facebook", "LUNAPXER", "Launch", "apps", "according", "to", "the", "package", "name", "sent", "by", "the", "C", "&", "C", "server", "Gapxplister", "Get", "a", "list", "of", "all", "installed", "applications", "DOTRall8xxe", "Zip", "all", "the", "stolen", "files", "and", "store", "in", "the", "/DCIM/.dat/", "directory", "Acouxacour", "Get", "a", "list", "of", "accounts", "on", "the", "victim", "'s", "device", "Fimxmiisx", "Open", "the", "camera", "Scxreexcv4", "Capture", "an", "image", "micmokmi8x", "Capture", "audio", "Yufsssp", "Get", "latitude", "and", "longitude", "GExCaalsss7", "Get", "call", "logs", "PHOCAs7", "Call", "phone", "numbers", "sent", "by", "the", "C", "&", "C", "server", "Gxextsxms", "Get", "a", "list", "of", "inbox", "SMS", "messages", "Msppossag", "Send", "SMS", "with", "message", "body", "sent", "by", "the", "C", "&", "C", "server", "Getconstactx", "Get", "a", "list", "of", "all", "contacts", "Rinxgosa", "Play", "a", "ringtone", "bithsssp64", "Execute", "commands", "sent", "by", "the", "C", "&", "C", "server", "DOWdeletx", "Deletes", "the", "file", "specified", "by", "the", "C", "&", "C", "server", "Deldatall8", "Delete", "all", "files", "stored", "in", "the", "/sdcard/DCIM/.dat/", "directory", "We", "do", "n't", "have", "the", "space", "to", "cover", "all", "of", "the", "commands", ",", "but", "let", "'s", "take", "a", "look", "at", "some", "of", "the", "major", "ones", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2492
[ "Facebook", "phishing", "One", "of", "the", "interesting", "features", "of", "this", "spyware", "is", "the", "ability", "to", "steal", "Facebook", "credentials", "using", "a", "fake", "login", "page", ",", "similar", "to", "phishing", "." ]
[ 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2493
[ "Upon", "receiving", "the", "command", "GUIFXB", ",", "the", "spyware", "launches", "a", "fake", "Facebook", "login", "page", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10 ]
2494
[ "As", "soon", "as", "the", "victim", "tries", "to", "log", "in", ",", "it", "stores", "the", "victim", "'s", "credentials", "in", "/storage/0/DCIM/.fdat", "Facebook", "Login", "Figure", "7", ":", "Fake", "Facebook", "login", "The", "second", "command", "is", "IODBSSUEEZ", ",", "which", "further", "sends", "stolen", "credentials", "to", "the", "C", "&", "C", "server", ",", "as", "seen", "in", "Figure", "8", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2495
[ "Stolen", "Data", "Figure", "8", ":", "Sending", "data", "to", "the", "attacker", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2496
[ "This", "functionality", "can", "be", "easily", "further", "extended", "to", "steal", "other", "information", ",", "such", "as", "bank", "credentials", ",", "although", "we", "did", "not", "see", "any", "banks", "being", "targeted", "in", "this", "attack", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2497
[ "Calling", "functionality", "Command", "PHOCAs7", "initiates", "calling", "functionality", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10 ]
2498
[ "The", "number", "to", "call", "is", "received", "along", "with", "the", "command", ",", "as", "seen", "in", "Figure", "9", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
2499
[ "Call", "Command", "Figure", "9", ":", "The", "calling", "functionality", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10 ]