https://vk.com/js/api/share.js?95

Last Checked: May 30, 2023, 08:29 EDT

IP Address: 87.240.129.133
ASN #: AS47541 VKONTAKTE-SPB-AS vk.com, RU
Location: Unknown, Unknown, Unknown
URL Reputation:
  • Unknown This URL is not identified as malicious in the SafeBrowsing Database.
  • Unknown This URL is not identified as malicious in the PhishTank Database.
  • Unknown PhishCheck thinks this URL is likely not a phish.
  • Unknown OpenPhish: URL not in feed.

Other submissions on 87.240.129.133:

  • http://www.vk.com/asos

  • https://vk.com/id708930773

  • https://m.vk.com/id429961684

  • https://vk.com/id820633124

  • https://vk.com/id852354084

  • https://vk.com/away.php?to=https://sigtn.com////////utils/emt.cfm?client_id=9195153%26campaign_id=73466%26link=neoparts.com.br/dayo/4xej/YW1pbmEuY2hvdWFmQGd1bnZvcmdyb3VwLmNvbQ==$

  • https://vk.com/away.php

  • https://vk.com/wortlu

  • https://m.vk.com/id429961684

  • https://vk.com/id733993507

Other submissions on vk.com:

  • https://vk.com/id733993507

  • https://vk.com/id708930773/

  • https://vk.com/vnxnxcnxv

  • https://vk.com/id708930773/

  • https://vk.com/id708930773/

  • https://vk.com/id733993507

  • https://vk.com/id733993507

  • https://vk.com/id733993507

  • https://vk.com/id22822305

  • https://vk.com/id737296630

Previous checks:

                               Domain Name: VK.COM
Registry Domain ID: 3206186_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.nic.ru
Registrar URL: http://www.nic.ru
Creation Date: 1997-06-24T04:00:00Z
Registrar Registration Expiration Date: 2023-06-22T21:00:00Z
Registrar: Regional Network Information Center, JSC dba RU-CENTER
Registrar IANA ID: 463
Registrar Abuse Contact Email: tld-abuse@nic.ru
Registrar Abuse Contact Phone: +7.4959944601
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Registry Registrant ID:
Registrant Name: Privacy protection service - whoisproxy.ru
Registrant Organization: Privacy protection service - whoisproxy.ru
Registrant Street: PO box 99, whoisproxy.ru
Registrant City: Moscow
Registrant State/Province: Moscow
Registrant Postal Code: 123308
Registrant Country: RU
Registrant Phone: +7.4957856536
Registrant Phone Ext:
Registrant Email: vk.com@whoisproxy.ru
Registry Admin ID:
Admin Name: Privacy protection service - whoisproxy.ru
Admin Organization: Privacy protection service - whoisproxy.ru
Admin Street: PO box 99, whoisproxy.ru
Admin City: Moscow
Admin State/Province: Moscow
Admin Postal Code: 123308
Admin Country: RU
Admin Phone: +7.4957856536
Admin Phone Ext:
Admin Email: vk.com@whoisproxy.ru
Registry Tech ID:
Tech Name: Privacy protection service - whoisproxy.ru
Tech Organization: Privacy protection service - whoisproxy.ru
Tech Street: PO box 99, whoisproxy.ru
Tech City: Moscow
Tech State/Province: Moscow
Tech Postal Code: 123308
Tech Country: RU
Tech Phone: +7.4957856536
Tech Phone Ext:
Tech Email: vk.com@whoisproxy.ru
Name Server: ns1.vkontakte.ru
Name Server: ns2.vkontakte.ru
Name Server: ns3.vkontakte.ru
Name Server: ns4.vkontakte.ru
DNSSEC: unsigned
URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/
For more information on Whois status codes, please visit: https://icann.org/epp
>>> Last update of WHOIS database: 2023.05.30T15:28:43Z <<<


                             
  • GET
    0 Timed out waiting for a response.

    https://vk.com/favicon.ico

<html><head><link rel="stylesheet" href="resource://content-accessible/plaintext.css"></head><body><pre>(function() {
  if (!window.VK) window.VK = {};
  if (VK.Share) return;

  var head = document.getElementsByTagName('head')[0],
    tpl = function(a, b) {return a.replace(/\{(\w+?)\}/g, function(c, d) {return b[d] !== void 0 ? b[d] : ''})};

  VK.Share = {
    _popups: [],
    _gens: [],
    _base_domain: '//vk.com/',
    _maxCommentLength: 4096,
    _ge: function(id) {
      return document.getElementById(id);
    },
    button: function(gen, but, index) {
      if (!gen) gen = {};
      if (gen === gen.toString()) gen = {url: gen.toString()};
      if (!gen.url) gen.url = VK.Share._loc;
      gen.url = (gen.url || '').replace(/"/g, '');

      gen.comment = (gen.comment || '');
      if (gen.comment.length &gt; this._maxCommentLength) {
        gen.comment = gen.comment.substr(0, this._maxCommentLength - 3).trim() + '...';
      }
      if (!but) but = {type: 'round'};
      if (but === but.toString()) but = {type: 'round', text: but};
      if (!but.text) but.text = '\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c';

      var old = true, count_style = 'display: none;';
      if (index === undefined) {
        gen.count = 0;
        gen.shared = (but.type == 'button' || but.type == 'round') ? false : true;
        this._gens.push(gen);
        this._popups.push(false);
        index = this._popups.length - 1;
        old = false;
      } else {
        if ((gen.count = this._gens[index].count) &amp;&amp; (but.type == 'button' || but.type == 'round')) {
          count_style = '';
        }
        gen.shared = this._gens[index].shared;
        this._gens[index] = gen;
      }

      if (!old &amp;&amp; (but.type == 'button' || but.type == 'round')) {
        var elem = document.createElement('script');
        elem.src = this._base_domain + 'share.php?act=count&amp;index=' + index + '&amp;url=' + encodeURIComponent(gen.url);
        head.appendChild(elem);
      }

      var radius = '-webkit-border-radius:{v};-moz-border-radius:{v};border-radius:{v};',
        strs = {
          cssreset: '-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;',
          domain: this._base_domain,
          table: '&lt;table cellspacing="0" cellpadding="0" style="position: relative; cursor: pointer; width: auto; line-height: normal; border: 0; direction: ltr;" ',
          is2x: window.devicePixelRatio &gt;= 2 ? '_2x' : '',
          i: index,
          a2: '&lt;/a&gt;',
          td2: '&lt;/td&gt;',
          font: 'font: 400 12px Arial, Helvetica, sans-serif;letter-spacing: 0.1px;text-shadow: none;',
          radiusl: tpl(radius, {v: '2px 0px 0px 2px'}),
          radiusr: tpl(radius, {v: '0px 2px 2px 0px'}),
          radius: tpl(radius, {v: '2px'}),
          text: but.text,
          acolor: 'color: #33567f;',
          bg: 'background: #6287AE;-webkit-transition: background 200ms linear;transition: background 200ms linear;',
        };
      strs.td1 = tpl('&lt;td style="vertical-align: middle;{font}{cssreset}"&gt;', strs);
      strs.a = tpl('&lt;a href="{domain}share.php?url=' + encodeURIComponent(gen.url) + '" onmouseup="this._btn=event.button;this.blur();" onclick="return VK.Share.click({i}, this);"', strs);
      strs.a1 = tpl('{a} style="{acolor}text-decoration: none;{font}line-height: 16px;{cssreset}"&gt;', strs);
      strs.a3 = tpl('{a} style="display: inline-block;text-decoration: none;{cssreset}"&gt;', strs);
      strs.sprite = tpl("background-size: 19px 59px;background-image: url('{domain}images/icons/like_widget{is2x}.png');", strs);
      strs.logo = tpl('&lt;div style="background-image: url(\'{domain}images/svg_icons/widgets/widgets_logo_letters.svg\');background-repeat:no-repeat;background-position:center;height: 16px;width: 15px;{cssreset}"&gt;&lt;/div&gt;', strs);

      if (but.type == 'round' || but.type == 'round_nocount' || but.type == 'button' || but.type == 'button_nocount') {
        return tpl('{table}id="vkshare{i}" onmouseover="VK.Share.change(1, {i});" onmouseout="VK.Share.change(0, {i});" onmousedown="VK.Share.change(2, {i});" onmouseup="VK.Share.change(1, {i});"&gt;&lt;tr style="line-height: normal;"&gt;{td1}{a} style="border: 0;display: block;{bg}{radiusl}padding: 2px 6px 4px;{cssreset}"&gt;{logo}{a2}{td2}{td1}{a} style="color: #FFF;text-decoration: none;border: 0;{bg}{radiusr}{font}line-height: 16px;display:block;padding: 2px 6px 4px 0;height: 16px;{cssreset}"&gt;{text}{a2}{td2}'+ ((but.type == 'round' || but.type == 'button') ? '{td1}{a} style="text-decoration: none;{font}line-height: 15px;-webkit-font-smoothing: subpixel-antialiased;' + count_style + '{cssreset}"&gt;&lt;div style="{sprite};background-position: 0 -49px;margin: 5px 0 0 4px;width: 5px; height: 10px;position: absolute; z-index:100;{cssreset}"&gt;&lt;/div&gt;&lt;div id="vkshare_cnt{i}" style="border: 1px solid #adbdcc;background: #FFF;font-size:11px;padding: 2px 5px;margin-left: 8px;color: #55677d;z-index: 99;{radius}{cssreset}"&gt;' + gen.count + '&lt;/div&gt;{a2}{td2}' : '') + '&lt;/tr&gt;&lt;/table&gt;', strs);
      } else if (but.type == 'link') {
        return tpl('{table}onmouseover="this.rows[0].cells[1].firstChild.style.textDecoration=\'underline\'" onmouseout="this.rows[0].cells[1].firstChild.style.textDecoration=\'none\'"&gt;&lt;tr style="line-height: normal;"&gt;{td1}{a1}&lt;img src="{domain}images/svg_icons/widgets/widgets_logo.svg" width="16" height="16" style="vertical-align: top;margin-right: 8px;"/&gt;{a2}{td2}{td1}{a1}{text}{a2}{td2}&lt;/tr&gt;&lt;/table&gt;', strs);
      } else if (but.type == 'link_noicon') {
        return tpl('{a3}&lt;span style="{acolor}position: relative;{font}line-height: normal;{cssreset}" onmouseover="this.style.textDecoration=\'underline\'" onmouseout="this.style.textDecoration=\'none\'"&gt;{text}&lt;/span&gt;{a2}', strs);
      } else {
        return tpl('{a3}&lt;span style="position: relative;padding: 0;{cssreset}"&gt;{text}&lt;/span&gt;{a2}', strs);
      }
    },
    change: function(state, index) {
      var el = this._ge('vkshare' + index),
        color = ['#6287AE','#678EB4','#5D7FA4'][state],
        els = [el.rows[0].cells[0].firstChild, el.rows[0].cells[1].firstChild];
      for (var i in els) {
        els[i].style.backgroundColor = color;
        els[i].style.color = '#FFF';
        if (state == 2) {
          els[i].style.paddingTop = '3px';
          els[i].style.paddingBottom = '3px';
        } else {
          els[i].style.paddingTop = '2px';
          els[i].style.paddingBottom = '4px';
        }
      }
    },
    click: function(index, el) {
      var e = window.event;
      if (e) {
        if (!e.which &amp;&amp; el._btn) e.which = (el._btn &amp; 1 ? 1 : (el._btn &amp; 2 ? 3 : (el._btn &amp; 4 ? 2 : 0)));
        if (e.which == 2) {
          return true;
        }
      }
      var details = this._gens[index];
      if (!details.shared) {
        VK.Share.count(index, details.count + 1);
        details.shared = true;
      }
      var undefined;
      if (details.noparse === undefined) {
        details.noparse = details.title &amp;&amp; details.description &amp;&amp; details.image;
      }
      details.noparse = details.noparse ? 1 : 0;

      var params = {},
        fields = ['title', 'description', 'image', 'noparse', 'comment'];

      for (var i = 0; i &lt; fields.length; ++i) {
        if (details[fields[i]]) {
          params[fields[i]] = details[fields[i]];
        }
      }

      var popupName = '_blank',
        width = 650,
        height = 610,
        left = Math.max(0, (screen.width - width) / 2),
        top = Math.max(0, (screen.height - height) / 2),
        url = this._base_domain + 'share.php?url=' + encodeURIComponent(details.url),
        popupParams = 'width='+width+',height='+height+',left='+left+',top='+top+',menubar=0,toolbar=0,location=0,status=0',
        popup = false;

      try {
        var doc_dom = '', loc_hos = '';
        try {
          doc_dom = document.domain;
          loc_hos = location.host;
        } catch (e) {
        }
        if (doc_dom != loc_hos) {
          var ua = navigator.userAgent.toLowerCase();
          if (!/opera/i.test(ua) &amp;&amp; /msie/i.test(ua)) {
            throw 'wont work';
          }
        }
        popup = this._popups[index] = window.open('', popupName, popupParams);
        var text = '&lt;form accept-charset="UTF-8" action="' + url + '" method="POST" id="share_form"&gt;';
        for (var i in params) {
          text += '&lt;input type="hidden" name="' + i + '" value="' + params[i].toString().replace(/"/g, '&amp;myquot;').replace(/&amp;quot/ig, '&amp;myquot') + '" /&gt;';
        }
        text += '&lt;/form&gt;';
        text += '&lt;script type="text/javascript"&gt;document.getElementById("share_form").submit()&lt;/script&gt;';

        text = '&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;' +
               '&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;' +
               '&lt;head&gt;&lt;meta http-equiv="content-type" content="text/html; charset=windows-1251" /&gt;&lt;/head&gt;' +
               '&lt;body&gt;' + text + '&lt;/body&gt;&lt;/html&gt;';
        popup.document.write(text);
        popup.focus();
      } catch (e) { // ie with changed domain.
        try {
          if (popup) {
            popup.close();
          }
          url += '?';
          for (var i in params) {
            url += encodeURIComponent(i) + '=' + encodeURIComponent(params[i]) + '&amp;';
          }
          popup = this._popups[index] = window.open(url, popupName, popupParams);
          popup.focus();
        } catch (e) {
        }
      }
      return false;
    },
    count: function(index, count) {
      this._gens[index].count = count;
      var elem = this._ge('vkshare'+index);
      if (elem) {
        var counter = this._ge('vkshare_cnt'+index);
        if (counter) {
          if (count) counter.innerHTML = count;
          elem.rows[0].cells[2].firstChild.style.display = count ? 'block' : 'none';
        }
      }
    }
  }

  try {
    VK.Share._loc = location.toString();
  } catch(e) {
    VK.Share._loc = 'https://vk.com/';
  }

})();

try{if (window.stManager) stManager.done('api/share.js');}catch(e){}
</pre></body></html>

                             

Screenshot: