id
stringlengths
1
4
tokens
sequencelengths
3
478
ner_tags
sequencelengths
3
478
900
[ "It", "has", "several", "protections", "in", "place", ",", "both", "in", "the", "C2", "and", "the", "malware", "'s", "code", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
901
[ "The", "code", "is", "not", "only", "obfuscated", "but", "also", "packed", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
902
[ "The", "packer", ",", "besides", "making", "the", "static", "analysis", "more", "complex", ",", "will", "break", "the", "standard", "debugger", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
903
[ "Manifest", "activity", "declaration", "Class", "list", "inside", "the", "dex", "file", "The", "main", "malware", "classes", "are", "packed", ",", "to", "a", "point", "where", "the", "class", "defined", "in", "the", "manifest", "has", "a", "handler", "for", "the", "MAIN", "category", "that", "does", "not", "exist", "in", "the", "DEX", "file", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
904
[ "Error", "when", "trying", "to", "debug", "the", "malware", "using", "the", "Android", "Studio", "IDE", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 8, 8, 10 ]
905
[ "One", "of", "the", "side", "effects", "of", "this", "packer", "is", "the", "inability", "of", "Android", "Studio", "IDE", "to", "debug", "the", "code", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 8, 8, 10, 10, 10, 10, 10 ]
906
[ "This", "happens", "because", "the", "IDE", "executes", "the", "code", "from", "the", "Android", "debug", "bridge", "(", "ADB", ")", "by", "calling", "the", "activity", "declared", "in", "the", "manifest", "by", "name", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 8, 8, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
907
[ "Since", "the", "class", "does", "not", "exist", "at", "startup", ",", "the", "application", "does", "not", "run", "on", "the", "debugger", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
908
[ "Although", "Talos", "analyzed", "the", "unpacked", "version", "of", "the", "code", ",", "the", "packer", "analysis", "is", "beyond", "the", "scope", "of", "this", "post", "." ]
[ 10, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
909
[ "Check", "code", "for", "emulators", "As", "part", "of", "its", "defense", ",", "the", "malware", "payload", "first", "checks", "for", "emulators", "to", "prevent", "analysis", "on", "sandboxes", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
910
[ "It", "checks", "for", "different", "kinds", "of", "emulators", ",", "including", "QEMU", ",", "Genymotion", ",", "BlueStacks", "and", "Bignox", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 3, 10, 3, 10, 3, 10, 3, 10 ]
911
[ "If", "the", "malware", "determines", "that", "is", "not", "running", "on", "an", "emulator", ",", "it", "then", "performs", "additional", "checks", "to", "ensure", "that", "it", "wo", "n't", "be", "detected", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
912
[ "Code", "to", "check", "the", "existence", "of", "SafetyNet", "Google", "API", "It", "also", "checks", "if", "the", "Android", "SafetyNet", "is", "active", "and", "reporting", "back", "to", "the", "C2", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 3, 8, 10, 10, 10, 10, 10, 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
913
[ "This", "helps", "the", "C2", "define", "what", "actions", "it", "can", "do", "before", "being", "detected", "on", "the", "mobile", "device", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
914
[ "List", "of", "anti-virus", "packages", "that", "are", "checked", "The", "payload", "goes", "a", "long", "way", "to", "protect", "itself", "and", "checks", "for", "anti-virus", "software", "installed", "on", "the", "mobile", "device", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
915
[ "The", "trojan", "uses", "the", "Android", "Accessibility", "API", "to", "intercept", "all", "interactions", "between", "the", "user", "and", "the", "mobile", "device", "." ]
[ 10, 10, 10, 10, 3, 8, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
916
[ "The", "Android", "developer", "documentation", "describes", "the", "accessibility", "event", "class", "as", "a", "class", "that", "\"", "represents", "accessibility", "events", "that", "are", "seen", "by", "the", "system", "when", "something", "notable", "happens", "in", "the", "user", "interface", "." ]
[ 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 ]
917
[ "For", "example", ",", "when", "a", "button", "is", "clicked", ",", "a", "view", "is", "focused", ",", "etc", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
918
[ "''", "For", "each", "interaction", ",", "the", "malware", "will", "check", "if", "the", "generator", "is", "a", "package", "that", "belongs", "to", "the", "anti-virus", "list", ",", "the", "malware", "will", "abuse", "another", "feature", "of", "the", "Accessibility", "API", "." ]
[ 10, 10, 10, 10, 10, 10, 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, 8, 10 ]
919
[ "There", "is", "a", "function", "called", "\"", "performGlobalAction", "''", "with", "the", "description", "below", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
920
[ "Android", "documentation", "describes", "that", "function", "as", "\"", "a", "global", "action", "." ]
[ 3, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
921
[ "Such", "an", "action", "can", "be", "performed", "at", "any", "moment", ",", "regardless", "of", "the", "current", "application", "or", "user", "location", "in", "that", "application", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
922
[ "For", "example", ",", "going", "back", ",", "going", "home", ",", "opening", "recents", ",", "etc", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
923
[ "''", "The", "trojan", "calls", "this", "function", "with", "the", "action", "GLOBAL_ACTION_BACK", ",", "which", "equals", "the", "pressing", "of", "the", "back", "button", "on", "the", "device", ",", "thus", "canceling", "the", "opening", "of", "the", "anti-virus", "application", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
924
[ "The", "same", "event", "interception", "is", "used", "to", "place", "the", "webview", "overlay", "when", "the", "user", "tries", "to", "access", "the", "targeted", "applications", ",", "allowing", "it", "to", "display", "its", "overlay", ",", "thus", "intercepting", "the", "credentials", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
925
[ "The", "beaconing", "only", "starts", "after", "the", "application", "is", "installed", "and", "removed", "from", "the", "running", "tasks", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
926
[ "Beaconing", "information", "The", "ID", "is", "generated", "for", "each", "installation", "of", "the", "malware", ",", "while", "the", "token", "remains", "unique", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
927
[ "Some", "of", "the", "checks", "performed", "previously", "are", "immediately", "sent", "to", "the", "C2", ",", "like", "the", "safetyNet", ",", "admin", "and", "defaultSMSApp", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
928
[ "The", "beaconing", "is", "sent", "to", "the", "URL", "http", ":", "//", "/api/v2/get.php", "with", "an", "interval", "of", "60", "seconds", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 0, 5, 5, 5, 10, 10, 10, 10, 10, 10, 10 ]
929
[ "Answer", "from", "the", "C2", "The", "C2", "will", "check", "the", "country", "field", ",", "if", "it", "'s", "empty", "or", "if", "the", "country", "is", "not", "targeted", ",", "it", "will", "reply", "with", "a", "\"", "Unauthorized", "''", "answer", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
930
[ "Otherwise", ",", "it", "will", "return", "a", "JSON", "encoded", "\"", "OK", ",", "''", "and", "if", "that", "is", "the", "case", ",", "the", "command", "to", "be", "executed", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
931
[ "List", "of", "available", "commands", "The", "command", "names", "are", "self-explanatory", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
932
[ "The", "command", "will", "be", "issued", "as", "an", "answer", "to", "the", "beaconing", ",", "and", "the", "result", "will", "be", "returned", "to", "the", "URL", "http", ":", "//", "/api/v2/set_state.php", "Example", "of", "the", "command", "\"", "changeServer", "''", "The", "commands", "are", "issued", "in", "a", "JSON", "format", ",", "and", "the", "obfuscation", "is", "part", "of", "the", "malware", "code", "and", "not", "added", "by", "the", "packer", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 0, 5, 5, 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, 10, 10, 10, 10, 10, 10, 10, 10 ]
933
[ "It", "is", "a", "custom", "obfuscation", "partly", "based", "on", "base85", "encoding", ",", "which", "is", "in", "itself", "unusual", ",", "in", "malware", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 0, 5, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
934
[ "Base85", "encoding", "is", "usually", "used", "on", "pdf", "and", "postscript", "documentsThe", "configuration", "of", "the", "malware", "is", "stored", "in", "custom", "preferences", "files", ",", "using", "the", "same", "obfuscation", "scheme", "." ]
[ 0, 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, 10 ]
935
[ "Activation", "cycle", "As", "we", "have", "explained", "above", ",", "the", "malware", "has", "several", "defence", "mechanisms", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
936
[ "Beside", "the", "obfuscation", "and", "the", "environment", "checks", ",", "the", "malware", "also", "has", "some", "interesting", "anti-sandbox", "mechanisms", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
937
[ "After", "installation", ",", "the", "user", "needs", "to", "run", "the", "application", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
938
[ "The", "user", "needs", "to", "press", "the", "\"", "close", "''", "button", "to", "finish", "the", "installation", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
939
[ "However", ",", "this", "wo", "n't", "close", "the", "application", ",", "it", "will", "send", "it", "to", "the", "background", ",", "instead", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
940
[ "While", "the", "application", "is", "in", "the", "background", ",", "although", "the", "service", "is", "already", "running", ",", "the", "beaconing", "will", "not", "start", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
941
[ "The", "beaconing", "will", "only", "start", "after", "the", "application", "is", "removed", "from", "the", "background", ",", "ultimately", "stopping", "it", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
942
[ "This", "will", "be", "the", "trigger", "for", "the", "service", "to", "start", "the", "beaconing", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
943
[ "As", "mentioned", "previously", ",", "the", "beaconing", "is", "done", "every", "60", "seconds", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
944
[ "However", ",", "no", "command", "is", "received", "from", "the", "C2", "until", "the", "inactiveTime", "field", "(", "see", "beaconing", "information", "image", "above", ")", "has", "at", "least", "the", "value", "of", "2000000", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
945
[ "This", "time", "resets", "every", "time", "the", "user", "performs", "some", "activity", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
946
[ "After", "the", "checks", ",", "the", "malware", "becomes", "active", ",", "but", "first", ",", "it", "goes", "through", "seven", "steps", ",", "each", "one", "calling", "a", "different", "command", ":", "uploadPhoneNumbers", ":", "Exfiltrates", "all", "phone", "numbers", "that", "are", "in", "the", "contact", "list", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
947
[ "Aside", "from", "the", "natural", "value", "of", "phone", "numbers", "associated", "with", "the", "names", "of", "their", "owners", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
948
[ "Using", "the", "SMS", "has", "an", "initial", "infection", "vector", "is", "another", "possibility", "for", "the", "exfiltration", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
949
[ "One", "of", "the", "purposes", "of", "the", "exfiltration", "of", "the", "contact", "list", "is", "to", "use", "them", "to", "attack", "other", "victims", "using", "SMS", "as", "an", "initial", "vector", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
950
[ "checkApps", ":", "Asks", "the", "malware", "to", "see", "if", "the", "packages", "sent", "as", "parameters", "are", "installed", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
951
[ "The", "malware", "contains", "a", "list", "of", "209", "packages", "hardcoded", "in", "its", "source", "code", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
952
[ "However", ",", "the", "C2", "can", "send", "an", "updated", "list", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
953
[ "List", "of", "packages", "received", "from", "the", "C2", "adminNumber", ":", "Setup", "of", "the", "admin", "phone", "number", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
954
[ "In", "our", "case", ",", "the", "administrator", "phone", "number", "belongs", "to", "a", "mobile", "network", "in", "Australia", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
955
[ "Phone", "number", "for", "administration", "changeServer", ":", "At", "this", "point", ",", "the", "malware", "changes", "the", "C2", "to", "a", "new", "host", ",", "even", "though", "the", "API", "and", "communication", "protocol", "continues", "to", "be", "the", "same", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
956
[ "Change", "server", "request", "The", "URL", "'s", "for", "the", "new", "server", "is", "obfuscated", ",", "preventing", "easy", "network", "identification", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
957
[ "changeActivity", ":", "This", "command", "will", "set", "up", "the", "webview", "to", "overlay", "any", "of", "the", "target", "activities", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
958
[ "changeActivity", "command", "The", "webview", "injects", "are", "not", "hosted", "on", "the", "C2", ",", "they", "are", "hosted", "on", "a", "completely", "different", "server", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
959
[ "params", ":", "This", "command", "allows", "the", "malicious", "operator", "to", "change", "configuration", "parameters", "in", "the", "malware", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
960
[ "During", "this", "stage", "of", "the", "activation", "cycle", ",", "the", "malware", "increases", "the", "beaconing", "time", "to", "avoid", "detection", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
961
[ "Command", "to", "change", "the", "beaconing", "changeArchive", ":", "The", "final", "command", "of", "the", "activation", "cycle", "is", "the", "download", "of", "an", "archive", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
962
[ "This", "archive", "is", "stored", "in", "the", "same", "host", "has", "the", "webviews", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
963
[ "The", "archive", "is", "a", "ZIP", "containing", "several", "files", ",", "which", "is", "protected", "with", "a", "password", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
964
[ "Change", "archive", "command", "After", "this", "activation", "cycle", ",", "the", "malware", "will", "start", "the", "collection", "of", "information", "activities", "and", "dissemination", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
965
[ "Malicious", "activity", "Once", "the", "activation", "cycle", "ends", ",", "the", "trojan", "will", "start", "its", "malicious", "activities", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
966
[ "These", "activities", "depend", "on", "the", "device", "configuration", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10 ]
967
[ "Depending", "if", "the", "victim", "has", "any", "of", "the", "targeted", "applications", ",", "the", "anti-virus", "installed", "or", "geographic", "location", ",", "the", "malware", "can", "harvest", "credentials", "from", "the", "targeted", "applications", ",", "exfiltrate", "all", "personal", "information", "or", "simply", "use", "the", "victim", "'s", "device", "to", "send", "SMS", "to", "spread", "the", "trojan", "The", "malware", "deploys", "overlaying", "webviews", "to", "trick", "the", "user", "and", "eventually", "steal", "their", "login", "credentials", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
968
[ "These", "are", "adapted", "to", "the", "information", "the", "malicious", "operator", "wants", "to", "retrieve", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
969
[ "The", "first", "webview", "overlay", "is", "created", "on", "step", "6", "of", "the", "activation", "cycle", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
970
[ "Pin", "request", "overlay", "This", "overlay", "asks", "the", "user", "to", "provide", "their", "PIN", "to", "unlock", "the", "mobile", "device", ",", "which", "is", "immediately", "exfiltrated", "to", "the", "C2", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
971
[ "The", "last", "step", "of", "the", "activation", "cycle", "is", "the", "download", "of", "a", "password-protected", "ZIP", "file", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
972
[ "This", "file", "contains", "all", "HTML", ",", "CSS", "and", "PNG", "files", "necessary", "to", "create", "overlays", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
973
[ "Talos", "found", "189", "logos", "from", "banks", "to", "cryptocurrency", "exchanges", "inside", "the", "archive", ",", "all", "of", "which", "could", "be", "targeted", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
974
[ "The", "archive", "also", "contained", "all", "the", "necessary", "codes", "to", "target", "Australian", "financial", "institutions", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
975
[ "The", "overlays", "are", "activated", "by", "the", "malicious", "operator", "using", "the", "command", "changeActivity", ",", "as", "seen", "on", "step", "5", "of", "the", "activation", "cycle", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
976
[ "In", "this", "case", ",", "we", "can", "see", "that", "the", "HTML", "code", "of", "the", "overlay", "is", "stored", "in", "the", "C2", "infrastructure", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
977
[ "However", ",", "since", "the", "archive", "that", "is", "downloaded", "into", "the", "device", "has", "all", "the", "necessary", "information", "and", "the", "malicious", "actor", "has", "access", "to", "the", "device", "via", "SMS", ",", "the", "malicious", "operator", "can", "keep", "its", "activity", "even", "without", "the", "C2", "infrastructure", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
978
[ "Infrastructure", "The", "infrastructure", "supporting", "this", "malware", "is", "rather", "complex", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
979
[ "It", "is", "clear", "that", "on", "all", "stages", "there", "are", "at", "least", "two", "layers", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
980
[ "The", "infrastructure", "has", "several", "layers", ",", "although", "not", "being", "very", "dynamic", ",", "still", "has", "several", "layers", "each", "one", "providing", "some", "level", "of", "protection", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
981
[ "All", "the", "IP", "addresses", "belong", "to", "the", "same", "company", "Hetzner", ",", "an", "IP-hosting", "firm", "in", "Germany", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 2, 10, 10, 10, 10, 10, 10, 10 ]
982
[ "COVERAGE", "Cisco", "Cloud", "Web", "Security", "(", "CWS", ")", "or", "Web", "Security", "Appliance", "(", "WSA", ")", "web", "scanning", "prevents", "access", "to", "malicious", "websites", "and", "detects", "malware", "used", "in", "these", "attacks", "." ]
[ 10, 2, 3, 8, 8, 10, 10, 10, 10, 3, 8, 8, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
983
[ "Email", "Security", "can", "block", "malicious", "emails", "sent", "by", "threat", "actors", "as", "part", "of", "their", "campaign", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
984
[ "Network", "Security", "appliances", "such", "as", "Next-Generation", "Firewall", "(", "NGFW", ")", ",", "Next-Generation", "Intrusion", "Prevention", "System", "(", "NGIPS", ")", ",", "and", "Meraki", "MX", "can", "detect", "malicious", "activity", "associated", "with", "this", "threat", "." ]
[ 10, 10, 10, 10, 10, 3, 8, 10, 10, 10, 10, 3, 8, 8, 8, 10, 10, 10, 10, 10, 3, 8, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
985
[ "AMP", "Threat", "Grid", "helps", "identify", "malicious", "binaries", "and", "build", "protection", "into", "all", "Cisco", "Security", "products", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 2, 10, 10, 10 ]
986
[ "Umbrella", ",", "our", "secure", "internet", "gateway", "(", "SIG", ")", ",", "blocks", "users", "from", "connecting", "to", "malicious", "domains", ",", "IPs", ",", "and", "URLs", ",", "whether", "users", "are", "on", "or", "off", "the", "corporate", "network", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
987
[ "Open", "Source", "SNORTⓇ", "Subscriber", "Rule", "Set", "customers", "can", "stay", "up", "to", "date", "by", "downloading", "the", "latest", "rule", "pack", "available", "for", "purchase", "on", "Snort.org", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
988
[ "INDICATORS", "OF", "COMPROMISE", "(", "IOCS", ")", "Domains", "Facebook-photos-au.su", "Homevideo2-12l.ml", "videohosting1-5j.gq", "URLs", "hxxp", ":", "//88.99.227", "[", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 0, 0, 10, 0, 5, 5, 5, 5 ]
989
[ "]", "26/html2/2018/GrafKey/new-inj-135-3-dark.html", "hxxp", ":", "//88.99.227", "[", "." ]
[ 5, 5, 0, 5, 5, 5, 5 ]
990
[ "]", "26/html2/arc92/au483x.zip", "hxxp", ":", "//94.130.106", "[", "." ]
[ 5, 5, 0, 5, 5, 5, 5 ]
991
[ "]", "117:8080/api/v1/report/records.php", "hxxp", ":", "//88.99.227", "[", "." ]
[ 5, 5, 0, 5, 5, 5, 5 ]
992
[ "]", "26/html2/new-inj-135-3-white.html", "hxxp", ":", "//facebook-photos-au", "[", "." ]
[ 5, 5, 0, 5, 5, 5, 5 ]
993
[ "]", "su/ChristinaMorrow", "hxxp", ":", "//homevideo2-12l", "[", "." ]
[ 5, 5, 0, 5, 5, 5, 5 ]
994
[ "]", "ml/mms3/download_3.php", "IP", "addresses", "78.46.201.36", "88.99.170.84", "88.99.227.26", "94.130.106.117", "88.99.174.200", "88.99.189.31", "Hash", "369fcf48c1eb982088c22f86672add10cae967af82613bee6fb8a3669603dc48", "b2d4fcf03c7a8bf135fbd3073bea450e2e6661ad8ef2ab2058a3c04f81fc3f3e", "8f5d5d8419a4832d175a6028c9e7d445f1e99fdc12170db257df79831c69ae4e", "a5ebcdaf5fd10ec9de85d62e48cc97a4e08c699a7ebdeab0351b86ab1370557d", "84578b9b2c3cc1c7bbfcf4038a6c76ae91dfc82eef5e4c6815627eaf6b4ae6f6", "89eecd91dff4bf42bebbf3aa85aa512ddf661d3e9de4c91196c98f4fc325a018", "9edee3f3d539e3ade61ac2956a6900d93ba3b535b6a76b3a9ee81e2251e25c61", "0e48e5dbc3a60910c1460b382d28e087a580f38f57d3f82d4564309346069bd1", "c113cdd2a5e164dcba157fc4e6026495a1cfbcb0b1a8bf3e38e7eddbb316e01f", "1819d2546d9c9580193827c0d2f5aad7e7f2856f7d5e6d40fd739b6cecdb1e9e", "b213c1de737b72f8dd7185186a246277951b651c64812692da0b9fdf1be5bf15", "453e7827e943cdda9121948f3f4a68d6289d09777538f92389ca56f6e6de03f0", "0246dd4acd9f64ff1508131c57a7b29e995e102c74477d5624e1271700ecb0e2", "88034e0eddfdb6297670d28ed810aef87679e9492e9b3e782cc14d9d1a55db84", "e08f08f4fa75609731c6dd597dc55c8f95dbdd5725a6a90a9f80134832a07f2e", "01c5b637f283697350ca361f241416303ab6123da4c6726a6555ac36cb654b5c", "1fb06666befd581019af509951320c7e8535e5b38ad058069f4979e9a21c7e1c", "6bdfb79f813448b7f1b4f4dbe6a45d1938f3039c93ecf80318cedd1090f7e341", "ADDITIONAL", "INFORMATION", "Packages", "monitored", "pin.secret.access", "com.chase.sig.android", "com.morganstanley.clientmobile.prod", "com.wf.wellsfargomobile", "com.citi.citimobile", "com.konylabs.capitalone", "com.infonow.bofa", "com.htsu.hsbcpersonalbanking", "com.usaa.mobile.android.usaa", "com.schwab.mobile", "com.americanexpress.android.acctsvcs.us", "com.pnc.ecommerce.mobile", "com.regions.mobbanking", "com.clairmail.fth", "com.grppl.android.shell.BOS", "com.tdbank", "com.huntington.m", "com.citizensbank.androidapp", "com.usbank.mobilebanking", "com.ally.MobileBanking", "com.key.android", "com.unionbank.ecommerce.mobile.android", "com.mfoundry.mb.android.mb_BMOH071025661", "com.bbt.cmol", "com.sovereign.santander", "com.mtb.mbanking.sc.retail.prod", "com.fi9293.godough", "com.commbank.netbank", "org.westpac.bank", "org.stgeorge.bank", "au.com.nab.mobile", "au.com.bankwest.mobile", "au.com.ingdirect.android", "org.banksa.bank", "com.anz.android", "com.anz.android.gomoney", "com.citibank.mobile.au", "org.bom.bank", "com.latuabancaperandroid", "com.comarch.mobile", "com.jpm.sig.android", "com.konylabs.cbplpat", "by.belinvestbank", "no.apps.dnbnor", "com.arkea.phonegap", "com.alseda.bpssberbank", "com.belveb.belvebmobile", "com.finanteq.finance.ca", "pl.eurobank", "pl.eurobank2", "pl.noblebank.mobile", "com.getingroup.mobilebanking", "hr.asseco.android.mtoken.getin", "pl.getinleasing.mobile", "com.icp.ikasa.getinon", "eu.eleader.mobilebanking.pekao", "softax.pekao.powerpay", "softax.pekao.mpos", "dk.jyskebank.mobilbank", "com.starfinanz.smob.android.bwmobilbanking", "eu.newfrontier.iBanking.mobile.SOG.Retail", "com.accessbank.accessbankapp", "com.sbi.SBIFreedomPlus", "com.zenithBank.eazymoney", "net.cts.android.centralbank", "com.f1soft.nmbmobilebanking.activities.main", "com.lb.smartpay", "com.mbmobile", "com.db.mobilebanking", "com.botw.mobilebanking", "com.fg.wallet", "com.sbi.SBISecure", "com.icsfs.safwa", "com.interswitchng.www", "com.dhanlaxmi.dhansmart.mtc", "com.icomvision.bsc.tbc", "hr.asseco.android.jimba.cecro", "com.vanso.gtbankapp", "com.fss.pnbpsp", "com.mfino.sterling", "cy.com.netinfo.netteller.boc", "ge.mobility.basisbank", "com.snapwork.IDBI", "com.lcode.apgvb", "com.fact.jib", "mn.egolomt.bank", "com.pnbrewardz", "com.firstbank.firstmobile", "wit.android.bcpBankingApp.millenniumPL", "com.grppl.android.shell.halifax", "com.revolut.revolut", "de.commerzbanking.mobil", "uk.co.santander.santanderUK", "se.nordea.mobilebank", "com.snapwork.hdfc", "com.csam.icici.bank.imobile", "com.msf.kbank.mobile", "com.bmm.mobilebankingapp", "net.bnpparibas.mescomptes", "fr.banquepopulaire.cyberplus", "com.caisseepargne.android.mobilebanking", "com.palatine.android.mobilebanking.prod", "com.ocito.cdn.activity.creditdunord", "com.fullsix.android.labanquepostale.accountaccess", "mobi.societegenerale.mobile.lappli", "com.db.businessline.cardapp", "com.skh.android.mbanking", "com.ifs.banking.fiid1491", "de.dkb.portalapp", "pl.pkobp.ipkobiznes", "pl.com.suntech.mobileconnect", "eu.eleader.mobilebanking.pekao.firm", "pl.mbank", "pl.upaid.nfcwallet.mbank", "eu.eleader.mobilebanking.bre", "pl.asseco.mpromak.android.app.bre", "pl.asseco.mpromak.android.app.bre.hd", "pl.mbank.mnews", "eu.eleader.mobilebanking.raiffeisen", "pl.raiffeisen.nfc", "hr.asseco.android.jimba.rmb", "com.advantage.RaiffeisenBank", "pl.bzwbk.ibiznes24", "pl.bzwbk.bzwbk24", "pl.bzwbk.mobile.tab.bzwbk24", "com.comarch.mobile.investment", "com.android.vending", "com.snapchat.android", "jp.naver.line.android", "com.viber.voip", "com.gettaxi.android", "com.whatsapp", "com.tencent.mm", "com.skype.raider", "com.ubercab", "com.paypal.android.p2pmobile", "com.circle.android", "com.coinbase.android", "com.walmart.android", "com.bestbuy.android", "com.ebay.gumtree.au", "com.ebay.mobile", "com.westernunion.android.mtapp", "com.moneybookers.skrillpayments", "com.gyft.android", "com.amazon.mShop.android.shopping", "com.comarch.mobile.banking.bgzbnpparibas.biznes", "pl.bnpbgzparibas.firmapp", "com.finanteq.finance.bgz", "pl.upaid.bgzbnpp", "de.postbank.finanzassistent", "pl.bph", "de.comdirect.android", "com.starfinanz.smob.android.sfinanzstatus", "de.sdvrz.ihb.mobile.app", "pl.ing.mojeing", "com.ing.mobile", "pl.ing.ingksiegowosc", "com.comarch.security.mobilebanking", "com.comarch.mobile.investment.ing", "com.ingcb.mobile.cbportal", "de.buhl.finanzblick", "pl.pkobp.iko", "pl.ipko.mobile", "pl.inteligo.mobile", "de.number26.android", "pl.millennium.corpApp", "eu.transfer24.app", "pl.aliorbank.aib", "pl.corelogic.mtoken", "alior.bankingapp.android", "com.ferratumbank.mobilebank", "com.swmind.vcc.android.bzwbk_mobile.app", "de.schildbach.wallet", "piuk.blockchain.android", "com.bitcoin.mwallet", "com.btcontract.wallet", "com.bitpay.wallet", "com.bitpay.copay", "btc.org.freewallet.app", "org.electrum.electrum", "com.xapo", "com.airbitz", "com.kibou.bitcoin", "com.qcan.mobile.bitcoin.wallet", "me.cryptopay.android", "com.bitcoin.wallet", "lt.spectrofinance.spectrocoin.android.wallet", "com.kryptokit.jaxx", "com.wirex", "bcn.org.freewallet.app", "com.hashengineering.bitcoincash.wallet", "bcc.org.freewallet.app", "com.coinspace.app", "btg.org.freewallet.app", "net.bither", "co.edgesecure.app", "com.arcbit.arcbit", "distributedlab.wallet", "de.schildbach.wallet_test", "com.aegiswallet", "com.plutus.wallet", "com.coincorner.app.crypt", "eth.org.freewallet.app", "secret.access", "secret.pattern", "RuMMS", ":", "The", "Latest", "Family", "of", "Android", "Malware", "Attacking", "Users", "in", "Russia", "Via", "SMS", "Phishing", "April", "26", ",", "2016", "Introduction", "Recently", "we", "observed", "an", "Android", "malware", "family", "being", "used", "to", "attack", "users", "in", "Russia", "." ]
[ 5, 5, 10, 10, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 10, 10, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 10, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 10, 10, 10, 10, 10, 3, 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 ]
995
[ "The", "malware", "samples", "were", "mainly", "distributed", "through", "a", "series", "of", "malicious", "subdomains", "registered", "under", "a", "legitimate", "domain", "belonging", "to", "a", "well-known", "shared", "hosting", "service", "provider", "in", "Russia", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
996
[ "Because", "all", "the", "URLs", "used", "in", "this", "campaign", "have", "the", "form", "of", "hxxp", ":", "//yyyyyyyy", "[", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 0, 5, 5, 5, 5 ]
997
[ "]", "XXXX.ru/mms.apk", "(", "where", "XXXX.ru", "represents", "the", "hosting", "provider", "’", "s", "domain", ")", ",", "we", "named", "this", "malware", "family", "RuMMS", "." ]
[ 5, 5, 10, 10, 0, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 1, 10 ]
998
[ "To", "lure", "the", "victims", "to", "download", "the", "malware", ",", "threat", "actors", "use", "SMS", "phishing", "–", "sending", "a", "short", "SMS", "message", "containing", "a", "malicious", "URL", "to", "the", "potential", "victims", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10 ]
999
[ "Unwary", "users", "who", "click", "the", "seemingly", "innocuous", "link", "will", "have", "their", "device", "infected", "with", "RuMMS", "malware", "." ]
[ 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 1, 10, 10 ]