Help
RSS
API
Feed
Maltego
Contact
Domain > csa.hackneed.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-01-28
198.54.126.7
(
ClassC
)
Port 80
HTTP/1.1 200 OKdate: Sat, 28 Sep 2024 12:53:36 GMTserver: Apachex-powered-by: PHP/7.4.33vary: Accept-Encodingtransfer-encoding: chunkedcontent-type: text/html; charsetUTF-8 !DOCTYPE html>html> head> script typetext/javascript>// AffiliateTracking object to encapsulate all related functionalitiesfunction AffiliateTracking() { // Variables for cookie name and expiration time this.cookieName affiliateCode; this.cookieExpirationDays 30; // Method to set a cookie with the affiliate code this.setAffiliateCookie function() { const urlParams new URLSearchParams(window.location.search); const affiliateCode urlParams.get(pc); // Check if the affiliate code is present in the URL if (affiliateCode) { const expirationDate new Date(); expirationDate.setTime(expirationDate.getTime() + (this.cookieExpirationDays * 24 * 60 * 60 * 1000)); const expires expires + expirationDate.toUTCString(); // Set the cookie with the affiliate code document.cookie this.cookieName + + affiliateCode + ; + expires + ;path/; } }; // Method to get the value of a specified cookie this.getCookieValue function(cookieName) { let name cookieName + ; let decodedCookie decodeURIComponent(document.cookie); let cookieArray decodedCookie.split(;); // Loop through the cookies to find the matching one for (let i 0; i cookieArray.length; i++) { let cookie cookieArrayi.trim(); if (cookie.indexOf(name) 0) { return cookie.substring(name.length, cookie.length); } } // Return empty string if the cookie is not found return ; }; // Method to redirect to the affiliate link if applicable this.redirectToAffiliateLink function() { const affiliateCode this.getCookieValue(this.cookieName); // Check if the affiliate code is stored in a cookie and not present in the URL if (affiliateCode && !window.location.search.includes(pc)) { window.location.href window.location.href + ?pc + affiliateCode; } };}// Create an instance of AffiliateTracking and execute ne
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]