121.36.87.104:8983 (tcp/http) - last seen on 2024-11-07 at 03:17:37 UTC
-
- IP
- 121.36.87.104
- Network
- 121.36.0.0/15
- Domain(s)
- hwclouds-dns.com
- Device
-
<enterprise field>: device.class
- Operating System
- Linux Linux Amazon
- URL
-
http://121.36.87.104:8983/ 200
- Reverse DNS
- ecs-121-36-87-104.compute.hwclouds-dns.com
- ASN
- AS55990
- Organization
- Huawei Cloud Service data center
- Protocol
- http
- Source
- datascan
-
- Operating System
- Linux Linux Amazon
- CPE(s)
-
<enterprise field>: cpe
This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.
-
- Data MD5
- 6109ae3394f693cd448f1f984c8082cb
- HTTP Header MD5
- 21cd45db044f397123105e6d078df177
- HTTP Body MD5
- 90bc7d64c7c0cbc63c04381aeb566132
-
HTTP/1.1 200 OK Server: CloudWAF Date: Thu, 07 Nov 2024 03:17:37 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Set-Cookie: wafatcltime=2884915; path=/ c3a5 <html> <head> <meta http-equiv="Server" content="HuaweiCloudWAF"> </head> <body> <noscript> <h1><strong>Please Enable JavaScript and Cookie.</strong></h1> </noscript> <h1> <span id = "open_cookie"/> </h1> <script type="text/javascript"> (function(t,a,c){"function"===typeof window.define&&window.define.amd?window.define(c):"undefined"!==typeof module&&module.exports?module.exports=c():a.exports?a.exports=c():a[t]=c()})("fe",this,function(){var t=function(a){if(!(this instanceof t))return new t(a);this.options=this.extend(a,{swfContainerId:"fingerprintjs2",swfPath:"flash/compiled/FontList.swf",detectScreenOrientation:!0,sortPluginsFor:[/palemoon/i],userDefinedFonts:[]});this.nativeForEach=Array.prototype.forEach;this.nativeMap=Array.prototype.map}; t.prototype={extend:function(a,c){if(null==a)return c;for(var b in a)null!=a[b]&&c[b]!==a[b]&&(c[b]=a[b]);return c},get:function(a){var c=this,b={data:[],addPreprocessedComponent:function(a){var b=a.value;"function"===typeof c.options.preprocessor&&(b=c.options.preprocessor(a.key,b));this.data.push({key:a.key,value:b})}},b=this.userAgentKey(b),b=this.languageKey(b),b=this.colorDepthKey(b),b=this.deviceMemoryKey(b),b=this.pixelRatioKey(b),b=this.hardwareConcurrencyKey(b),b=this.screenResolutionKey(b), b=this.availableScreenResolutionKey(b),b=this.timezoneOffsetKey(b),b=this.platformKey(b),b=this.pluginsKey(b),b=this.canvasKey(b),b=this.webglKey(b),b=this.webglVendorAndRendererKey(b),b=this.adBlockKey(b),b=this.hasLiedLanguagesKey(b),b=this.hasLiedResolutionKey(b),b=this.hasLiedOsKey(b),b=this.hasLiedBrowserKey(b),b=this.touchSupportKey(b);this.fontsKey(b,function(b){var e=c.x64hash128("",31);return a(e,b.data)})},userAgentKey:function(a){this.options.excludeUserAgent?a.addPreprocessedComponent({key:"user_agent", value:"unknown"}):a.addPreprocessedComponent({key:"user_agent",value:this.getUserAgent()});return a},getUserAgent:function(){return null!=navigator.userAgent?navigator.userAgent:"unknown"},languageKey:function(a){this.options.excludeLanguage?a.addPreprocessedComponent({key:"language",value:"unknown"}):a.addPreprocessedComponent({key:"language",value:navigator.language||navigator.userLanguage||navigator.browserLanguage||navigator.systemLanguage||"unknown"});return a},colorDepthKey:function(a){this.options.excludeColorDepth? a.addPreprocessedComponent({key:"color_depth",value:"unknown"}):a.addPreprocessedComponent({key:"color_depth",value:window.screen.colorDepth||-1});return a},deviceMemoryKey:function(a){this.options.excludeDeviceMemory?a.addPreprocessedComponent({key:"device_memory",value:"unknown"}):a.addPreprocessedComponent({key:"device_memory",value:this.getDeviceMemory()});return a},getDeviceMemory:function(){return navigator.deviceMemory||-1},pixelRatioKey:function(a){this.options.excludePixelRatio?a.addPreprocessedComponent({key:"pixel_ratio", value:"unknown"}):a.addPreprocessedComponent({key:"pixel_ratio",value:this.getPixelRatio()});return a},getPixelRatio:function(){return window.devicePixelRatio||"unknown"},screenResolutionKey:function(a){if(this.options.excludeScreenResolution)a.addPreprocessedComponent({key:"resolution",value:"unknown"});else return this.getScreenResolution(a);return a},getScreenResolution:function(a){var c;c=this.options.detectScreenOrientation?window.screen.height>window.screen.width?[window.screen.height,window.screen.width]: [window.screen.width,window.screen.height]:[window.screen.width,window.screen.height];null!=c?a.addPreprocessedComponent({key:"resolution",value:c}):a.addPreprocessedComponent({key:"resolution",value:"unknown"});return a},availableScreenResolutionKey:function(a){if(this.options.excludeAvailableScreenResolution)a.addPreprocessedComponent({key:"available_resolution",value:"unknown"});else return this.getAvailableScreenResolution(a);return a},getAvailableScreenResolution:function(a){var c=null;window.screen.availWidth&& window.screen.availHeight&&(c=this.options.detectScreenOrientation?window.screen.availHeight>window.screen.availWidth?[window.screen.availHeight,window.screen.availWidth]:[window.screen.availWidth,window.screen.availHeight]:[window.screen.availHeight,window.screen.availWidth]);null!=c?a.addPreprocessedComponent({key:"available_resolution",value:c}):a.addPreprocessedComponent({key:"available_resolution",value:"unknown"});return a},timezoneOffsetKey:function(a){this.options.excludeTimezoneOffset?a.addPreprocessedComponent({key:"timezone_offset", value:"unknown"}):a.addPreprocessedComponent({key:"timezone_offset",value:(new Date).getTimezoneOffset()});return a},platformKey:function(a){this.options.excludePlatform?a.addPreprocessedComponent({key:"navigator_platform",value:"unknown"}):a.addPreprocessedComponent({key:"navigator_platform",value:this.getNavigatorPlatform()});return a},canvasKey:function(a){!this.options.excludeCanvas&&this.isCanvasSupported()?a.addPreprocessedComponent({key:"canvas",value:this.getCanvasFp()||"unknown"}):a.addPreprocessedComponent({key:"canvas", value:"unknown"});return a},webglKey:function(a){!this.options.excludeWebGL&&this.isWebGlSupported()?a.addPreprocessedComponent({key:"webgl",value:this.getWebglFp()||"unknown"}):a.addPreprocessedComponent({key:"webgl",value:"unknown"});return a},webglVendorAndRendererKey:function(a){!this.options.excludeWebGLVendorAndRenderer&&this.isWebGlSupported()?a.addPreprocessedComponent({key:"webgl_vendor",value:this.getWebglVendorAndRenderer()||"unknown"}):a.addPreprocessedComponent({key:"webgl_vendor",value:"unknown"}); return a},adBlockKey:function(a){this.options.excludeAdBlock?a.addPreprocessedComponent({key:"adblock",value:"unknown"}):a.addPreprocessedComponent({key:"adblock",value:this.getAdBlock()});return a},hasLiedLanguagesKey:function(a){this.options.excludeHasLiedLanguages?a.addPreprocessedComponent({key:"has_lied_languages",value:"unknown"}):a.addPreprocessedComponent({key:"has_lied_languages",value:this.getHasLiedLanguages()});return a},hasLiedResolutionKey:function(a){this.options.excludeHasLiedResolution? a.addPreprocessedComponent({key:"has_lied_resolution",value:"unknown"}):a.addPreprocessedComponent({key:"has_lied_resolution",value:this.getHasLiedResolution()});return a},hasLiedOsKey:function(a){this.options.excludeHasLiedOs?a.addPreprocessedComponent({key:"has_lied_os",value:"unknown"}):a.addPreprocessedComponent({key:"has_lied_os",value:this.getHasLiedOs()});return a},hasLiedBrowserKey:function(a){this.options.excludeHasLiedBrowser?a.addPreprocessedComponent({key:"has_lied_browser",value:"unknown"}): a.addPreprocessedComponent({key:"has_lied_browser",value:this.getHasLiedBrowser()});return a},fontsKey:function(a,c){return this.options.excludeJsFonts?this.flashFontsKey(a,c)||"unknown":this.jsFontsKey(a,c)||"unknown"},flashFontsKey:function(a,c){if(this.options.excludeFlashFonts||!this.hasSwfObjectLoaded()||!this.hasMinFlashInstalled()||"undefined"===typeof this.options.swfPath)return c(a);this.loadSwfAndDetectFonts(function(b){a.addPreprocessedComponent({key:"swf_fonts",value:b.join(";")});c(a)})}, jsFontsKey:function(a,c){var b=this;return setTimeout(function(){var l=["monospace","sans-serif","serif"],e="Andale Mono;Arial;Arial Black;Arial Hebrew;Arial MT;Arial Narrow;Arial Rounded MT Bold;Arial Unicode MS;Bitstream Vera Sans Mono;Book Antiqua;Bookman Old Style;Calibri;Cambria;Cambria Math;Century;Century Gothic;Century Schoolbook;Comic Sans;Comic Sans MS;Consolas;Courier;Courier New;Garamond;Geneva;Georgia;Helvetica;Helvetica Neue;Impact;Lucida Bright;Lucida Calligraphy;Lucida Console;Lucida Fax;LUCIDA GRANDE;Lucida Handwriting;Lucida Sans;Lucida Sans Typewriter;Lucida Sans Unicode;Microsoft Sans Serif;Monaco;Monotype Corsiva;MS Gothic;MS Outlook;MS PGothic;MS Reference Sans Serif;MS Sans Serif;MS Serif;MYRIAD;MYRIAD PRO;Palatino;Palatino Linotype;Segoe Print;Segoe Script;Segoe UI;Segoe UI Light;Segoe UI Semibold;Segoe UI Symbol;Tahoma;Times;Times New Roman;Times New Roman PS;Trebuchet MS;Verdana;Wingdings;Wingdings 2;Wingdings 3".split(";"), g="Abadi MT Condensed Light;Academy Engraved LET;ADOBE CASLON PRO;Adobe Garamond;ADOBE GARAMOND PRO;Agency FB;Aharoni;Albertus Extra Bold;Albertus Medium;Algerian;Amazone BT;American Typewriter;American Typewriter Condensed;AmerType Md BT;Andalus;Angsana New;AngsanaUPC;Antique Olive;Aparajita;Apple Chancery;Apple Color Emoji;Apple SD Gothic Neo;Arabic Typesetting;ARCHER;ARNO PRO;Arrus BT;Aurora Cn BT;AvantGarde Bk BT;AvantGarde Md BT;AVENIR;Ayuthaya;Bandy;Bangla Sangam MN;Bank Gothic;BankGothic Md BT;Baskerville;Baskerville Old Face;Batang;BatangChe;Bauer Bodoni;Bauhaus 93;Bazooka;Bell MT;Bembo;Benguiat Bk BT;Berlin Sans FB;Berlin Sans FB Demi;Bernard MT Condensed;BernhardFashion BT;BernhardMod BT;Big Caslon;BinnerD;Blackadder ITC;BlairMdITC TT;Bodoni 72;Bodoni 72 Oldstyle;Bodoni 72 Smallcaps;Bodoni MT;Bodoni MT Black;Bodoni MT Condensed;Bodoni MT Poster Compressed;Bookshelf Symbol 7;Boulder;Bradley Hand;Bradley Hand ITC;Bremen Bd BT;Britannic Bold;Broadway;Browallia New;BrowalliaUPC;Brush Script MT;Californian FB;Calisto MT;Calligrapher;Candara;CaslonOpnface BT;Castellar;Centaur;Cezanne;CG Omega;CG Times;Chalkboard;Chalkboard SE;Chalkduster;Charlesworth;Charter Bd BT;Charter BT;Chaucer;ChelthmITC Bk BT;Chiller;Clarendon;Clarendon Condensed;CloisterBlack BT;Cochin;Colonna MT;Constantia;Cooper Black;Copperplate;Copperplate Gothic;Copperplate Gothic Bold;Copperplate Gothic Light;CopperplGoth Bd BT;Corbel;Cordia New;CordiaUPC;Cornerstone;Coronet;Cuckoo;Curlz MT;DaunPenh;Dauphin;David;DB LCD Temp;DELICIOUS;Denmark;DFKai-SB;Didot;DilleniaUPC;DIN;DokChampa;Dotum;DotumChe;Ebrima;Edwardian Script ITC;Elephant;English 111 Vivace BT;Engravers MT;EngraversGothic BT;Eras Bold ITC;Eras Demi ITC;Eras Light ITC;Eras Medium ITC;EucrosiaUPC;Euphemia;Euphemia UCAS;EUROSTILE;Exotc350 Bd BT;FangSong;Felix Titling;Fixedsys;FONTIN;Footlight MT Light;Forte;FrankRuehl;Fransiscan;Freefrm721 Blk BT;FreesiaUPC;Freestyle Script;French Script MT;FrnkGothITC Bk BT;Fruitger;FRUTIGER;Futura;Futura Bk BT;Futura Lt BT;Futura Md BT;Futura ZBlk BT;FuturaBlack BT;Gabriola;Galliard BT;Gautami;Geeza Pro;Geometr231 BT;Geometr231 Hv BT;Geometr231 Lt BT;GeoSlab 703 Lt BT;GeoSlab 703 XBd BT;Gigi;Gill Sans;Gill Sans MT;Gill Sans MT Condensed;Gill Sans MT Ext Condensed Bold;Gill Sans Ultra Bold;Gill Sans Ultra Bold Condensed;Gisha;Gloucester MT Extra Condensed;GOTHAM;GOTHAM BOLD;Goudy Old Style;Goudy Stout;GoudyHandtooled BT;GoudyOLSt BT;Gujarati Sangam MN;Gulim;GulimChe;Gungsuh;GungsuhChe;Gurmukhi MN;Haettenschweiler;Harlow Solid Italic;Harrington;Heather;Heiti SC;Heiti TC;HELV;Herald;High Tower Text;Hiragino Kaku Gothic ProN;Hiragino Mincho ProN;Hoefler Text;Humanst 521 Cn BT;Humanst521 BT;Humanst521 Lt BT;Imprint MT Shadow;Incised901 Bd BT;Incised901 BT;Incised901 Lt BT;INCONSOLATA;Informal Roman;Informal011 BT;INTERSTATE;IrisUPC;Iskoola Pota;JasmineUPC;Jazz LET;Jenson;Jester;Jokerman;Juice ITC;Kabel Bk BT;Kabel Ult BT;Kailasa;KaiTi;Kalinga;Kannada Sangam MN;Kartika;Kaufmann Bd BT;Kaufmann BT;Khmer UI;KodchiangUPC;Kokila;Korinna BT;Kristen ITC;Krungthep;Kunstler Script;Lao UI;Latha;Leelawadee;Letter Gothic;Levenim MT;LilyUPC;Lithograph;Lithograph Light;Long Island;Lydian BT;Magneto;Maiandra GD;Malayalam Sangam MN;Malgun Gothic;Mangal;Marigold;Marion;Marker Felt;Market;Marlett;Matisse ITC;Matura MT Script Capitals;Meiryo;Meiryo UI;Microsoft Himalaya;Microsoft JhengHei;Microsoft New Tai Lue;Microsoft PhagsPa;Microsoft Tai Le;Microsoft Uighur;Microsoft YaHei;Microsoft Yi Baiti;MingLiU;MingLiU_HKSCS;MingLiU_HKSCS-ExtB;MingLiU-ExtB;Minion;Minion Pro;Miriam;Miriam Fixed;Mistral;Modern;Modern No. 20;Mona Lisa Solid ITC TT;Mongolian Baiti;MONO;MoolBoran;Mrs Eaves;MS LineDraw;MS Mincho;MS PMincho;MS Reference Specialty;MS UI Gothic;MT Extra;MUSEO;MV Boli;Nadeem;Narkisim;NEVIS;News Gothic;News GothicMT;NewsGoth BT;Niagara Engraved;Niagara Solid;Noteworthy;NSimSun;Nyala;OCR A Extended;Old Century;Old English Text MT;Onyx;Onyx BT;OPTIMA;Oriya Sangam MN;OSAKA;OzHandicraft BT;Palace Script MT;Papyrus;Parchment;Party LET;Pegasus;Perpetua;Perpetua Titling MT;PetitaBold;Pickwick;Plantagenet Cherokee;Playbill;PMingLiU;PMingLiU-ExtB;Poor Richard;Poster;PosterBodoni BT;PRINCETOWN LET;Pristina;PTBarnum BT;Pythagoras;Raavi;Rage Italic;Ravie;Ribbon131 Bd BT;Rockwell;Rockwell Condensed;Rockwell Extra Bold;Rod;Roman;Sakkal Majalla;Santa Fe LET;Savoye LET;Sceptre;Script;Script MT Bold;SCRIPTINA;Serifa;Serifa BT;Serifa Th BT;ShelleyVolante BT;Sherwood;Shonar Bangla;Showcard Gothic;Shruti;Signboard;SILKSCREEN;SimHei;Simplified Arabic;Simplified Arabic Fixed;SimSun;SimSun-ExtB;Sinhala Sangam MN;Sketch Rockwell;Skia;Small Fonts;Snap ITC;Snell Roundhand;Socket;Souvenir Lt BT;Staccato222 BT;Steamer;Stencil;Storybook;Styllo;Subway;Swis721 BlkEx BT;Swiss911 XCm BT;Sylfaen;Synchro LET;System;Tamil Sangam MN;Technical;Teletype;Telugu Sangam MN;Tempus Sans ITC;Terminal;Thonburi;Traditional Arabic;Trajan;TRAJAN PRO;Tristan;Tubular;Tunga;Tw Cen MT;Tw Cen MT Condensed;Tw Cen MT Condensed Extra Bold;TypoUpright BT;Unicorn;Univers;Univers CE 55 Medium;Univers Condensed;Utsaah;Vagabond;Vani;Vijaya;Viner Hand ITC;VisualUI;Vivaldi;Vladimir Script;Vrinda;Westminster;WHITNEY;Wide Latin;ZapfEllipt BT;ZapfHumnst BT;ZapfHumnst Dm BT;Zapfino;Zurich BlkEx BT;Zurich Ex BT;ZWAdobeF".split(";"); b.options.extendedJsFonts&&(e=e.concat(g));var e=e.concat(b.options.userDefinedFonts),g=document.getElementsByTagName("body")[0],h=document.createElement("div"),u=document.createElement("div"),f={},p={},x=function(){var a=document.createElement("span");a.style.position="absolute";a.style.left="-9999px";a.style.fontSize="72px";a.style.lineHeight="normal";a.innerHTML="mmmmmmmmmmlli";return a},d=function(a){for(var b=!1,c=0;c<l.length&&!(b=a[c].offsetWidth!==f[l[c]]||a[c].offsetHeight!==p[l[c]]);c++); return b},q=function(){for(var a=[],b=0,c=l.length;b<c;b++){var r=x();r.style.fontFamily=l[b];h.appendChild(r);a.push(r)}return a}();g.appendChild(h);for(var w=0,r=l.length;w<r;w++)f[l[w]]=q[w].offsetWidth,p[l[w]]=q[w].offsetHeight;q=function(){for(var a={},b=0,c=e.length;b<c;b++){for(var r=[],q=0,v=l.length;q<v;q++){var d;d=e[b];var f=l[q],w=x();w.style.fontFamily="'"+d+"',"+f;d=w;u.appendChild(d);r.push(d)}a[e[b]]=r}return a}();g.appendChild(u);for(var w=[],r=0,v=e.length;r<v;r++)d(q[e[r]])&&w.push(e[r]); g.removeChild(u);g.removeChild(h);a.addPreprocessedComponent({key:"js_fonts",value:w});c(a)},1)},pluginsKey:function(a){this.options.excludePlugins?a.addPreprocessedComponent({key:"plugins",value:"unknown"}):this.isIE()?this.options.excludeIEPlugins||a.addPreprocessedComponent({key:"ie_plugins",value:this.getIEPlugins()||"unknown"}):a.addPreprocessedComponent({key:"regular_plugins",value:this.getRegularPlugins()||"unknown"});return a},getRegularPlugins:function(){var a=[];if(navigator.plugins)for(var c= 0,b=navigator.plugins.length;c<b;c++)a.push(navigator.plugins[c]);this.pluginsShouldBeSorted()&&(a=a.sort(function(a,b){return a.name>b.name?1:a.name<b.name?-1:0}));return this.map(a,function(a){var b=this.map(a,function(a){return[a.type,a.suffixes].join("~")}).join(",");return[a.name,a.description,b].join("::")},this)},getIEPlugins:function(){var a=[];if(Object.getOwnPropertyDescriptor&&Object.getOwnPropertyDescriptor(window,"ActiveXObject")||"ActiveXObject"in window)a=this.map("AcroPDF.PDF;Adodb.Stream;AgControl.AgControl;DevalVRXCtrl.DevalVRXCtrl.1;MacromediaFlashPaper.MacromediaFlashPaper;Msxml2.DOMDocument;Msxml2.XMLHTTP;PDF.PdfCtrl;QuickTime.QuickTime;QuickTimeCheckObject.QuickTimeCheck.1;RealPlayer;RealPlayer.RealPlayer(tm) ActiveX Control (32-bit);RealVideo.RealVideo(tm) ActiveX Control (32-bit);Scripting.Dictionary;SWCtl.SWCtl;Shell.UIHelper;ShockwaveFlash.ShockwaveFlash;Skype.Detection;TDCCtl.TDCCtl;WMPlayer.OCX;rmocx.RealPlayer G2 Control;rmocx.RealPlayer G2 Control.1".split(";"), function(a){try{return new window.ActiveXObject(a),a}catch(b){return null}});navigator.plugins&&(a=a.concat(this.getRegularPlugins()));return a},pluginsShouldBeSorted:function(){for(var a=!1,c=0,b=this.options.sortPluginsFor.length;c<b;c++)if(navigator.userAgent.match(this.options.sortPluginsFor[c])){a=!0;break}return a},touchSupportKey:function(a){thi
-
{ "@category" : "datascan", "@timestamp" : "2024-11-07T03:17:37.000Z", "app" : { "extract" : { "file" : [ "acropdf.pdf" ] }, "http" : { "bodymd5" : "90bc7d64c7c0cbc63c04381aeb566132", "bodymmh3" : -757083095, "headermd5" : "21cd45db044f397123105e6d078df177", "headermmh3" : 1334559257 }, "length" : 16384 }, "asn" : "AS55990", "country" : "CN", "cpe" : "<enterprise field>: cpe", "cpecount" : "<enterprise field>: cpecount", "data" : "HTTP/1.1 200 OK\r\nServer: CloudWAF\r\nDate: Thu, 07 Nov 2024 03:17:37 GMT\r\nContent-Type: text/html; charset=utf-8\r\nTransfer-Encoding: chunked\r\nConnection: close\r\nSet-Cookie: wafatcltime=2884915; path=/\r\n\r\nc3a5\r\n<html>\n<head>\n<meta http-equiv=\"Server\" content=\"HuaweiCloudWAF\">\n</head>\n<body>\n<noscript>\n<h1><strong>Please Enable JavaScript and Cookie.</strong></h1>\n</noscript>\n<h1> <span id = \"open_cookie\"/> </h1>\n<script type=\"text/javascript\">\n(function(t,a,c){\"function\"===typeof window.define&&window.define.amd?window.define(c):\"undefined\"!==typeof module&&module.exports?module.exports=c():a.exports?a.exports=c():a[t]=c()})(\"fe\",this,function(){var t=function(a){if(!(this instanceof t))return new t(a);this.options=this.extend(a,{swfContainerId:\"fingerprintjs2\",swfPath:\"flash/compiled/FontList.swf\",detectScreenOrientation:!0,sortPluginsFor:[/palemoon/i],userDefinedFonts:[]});this.nativeForEach=Array.prototype.forEach;this.nativeMap=Array.prototype.map};\nt.prototype={extend:function(a,c){if(null==a)return c;for(var b in a)null!=a[b]&&c[b]!==a[b]&&(c[b]=a[b]);return c},get:function(a){var c=this,b={data:[],addPreprocessedComponent:function(a){var b=a.value;\"function\"===typeof c.options.preprocessor&&(b=c.options.preprocessor(a.key,b));this.data.push({key:a.key,value:b})}},b=this.userAgentKey(b),b=this.languageKey(b),b=this.colorDepthKey(b),b=this.deviceMemoryKey(b),b=this.pixelRatioKey(b),b=this.hardwareConcurrencyKey(b),b=this.screenResolutionKey(b),\nb=this.availableScreenResolutionKey(b),b=this.timezoneOffsetKey(b),b=this.platformKey(b),b=this.pluginsKey(b),b=this.canvasKey(b),b=this.webglKey(b),b=this.webglVendorAndRendererKey(b),b=this.adBlockKey(b),b=this.hasLiedLanguagesKey(b),b=this.hasLiedResolutionKey(b),b=this.hasLiedOsKey(b),b=this.hasLiedBrowserKey(b),b=this.touchSupportKey(b);this.fontsKey(b,function(b){var e=c.x64hash128(\"\",31);return a(e,b.data)})},userAgentKey:function(a){this.options.excludeUserAgent?a.addPreprocessedComponent({key:\"user_agent\",\nvalue:\"unknown\"}):a.addPreprocessedComponent({key:\"user_agent\",value:this.getUserAgent()});return a},getUserAgent:function(){return null!=navigator.userAgent?navigator.userAgent:\"unknown\"},languageKey:function(a){this.options.excludeLanguage?a.addPreprocessedComponent({key:\"language\",value:\"unknown\"}):a.addPreprocessedComponent({key:\"language\",value:navigator.language||navigator.userLanguage||navigator.browserLanguage||navigator.systemLanguage||\"unknown\"});return a},colorDepthKey:function(a){this.options.excludeColorDepth?\na.addPreprocessedComponent({key:\"color_depth\",value:\"unknown\"}):a.addPreprocessedComponent({key:\"color_depth\",value:window.screen.colorDepth||-1});return a},deviceMemoryKey:function(a){this.options.excludeDeviceMemory?a.addPreprocessedComponent({key:\"device_memory\",value:\"unknown\"}):a.addPreprocessedComponent({key:\"device_memory\",value:this.getDeviceMemory()});return a},getDeviceMemory:function(){return navigator.deviceMemory||-1},pixelRatioKey:function(a){this.options.excludePixelRatio?a.addPreprocessedComponent({key:\"pixel_ratio\",\nvalue:\"unknown\"}):a.addPreprocessedComponent({key:\"pixel_ratio\",value:this.getPixelRatio()});return a},getPixelRatio:function(){return window.devicePixelRatio||\"unknown\"},screenResolutionKey:function(a){if(this.options.excludeScreenResolution)a.addPreprocessedComponent({key:\"resolution\",value:\"unknown\"});else return this.getScreenResolution(a);return a},getScreenResolution:function(a){var c;c=this.options.detectScreenOrientation?window.screen.height>window.screen.width?[window.screen.height,window.screen.width]:\n[window.screen.width,window.screen.height]:[window.screen.width,window.screen.height];null!=c?a.addPreprocessedComponent({key:\"resolution\",value:c}):a.addPreprocessedComponent({key:\"resolution\",value:\"unknown\"});return a},availableScreenResolutionKey:function(a){if(this.options.excludeAvailableScreenResolution)a.addPreprocessedComponent({key:\"available_resolution\",value:\"unknown\"});else return this.getAvailableScreenResolution(a);return a},getAvailableScreenResolution:function(a){var c=null;window.screen.availWidth&&\nwindow.screen.availHeight&&(c=this.options.detectScreenOrientation?window.screen.availHeight>window.screen.availWidth?[window.screen.availHeight,window.screen.availWidth]:[window.screen.availWidth,window.screen.availHeight]:[window.screen.availHeight,window.screen.availWidth]);null!=c?a.addPreprocessedComponent({key:\"available_resolution\",value:c}):a.addPreprocessedComponent({key:\"available_resolution\",value:\"unknown\"});return a},timezoneOffsetKey:function(a){this.options.excludeTimezoneOffset?a.addPreprocessedComponent({key:\"timezone_offset\",\nvalue:\"unknown\"}):a.addPreprocessedComponent({key:\"timezone_offset\",value:(new Date).getTimezoneOffset()});return a},platformKey:function(a){this.options.excludePlatform?a.addPreprocessedComponent({key:\"navigator_platform\",value:\"unknown\"}):a.addPreprocessedComponent({key:\"navigator_platform\",value:this.getNavigatorPlatform()});return a},canvasKey:function(a){!this.options.excludeCanvas&&this.isCanvasSupported()?a.addPreprocessedComponent({key:\"canvas\",value:this.getCanvasFp()||\"unknown\"}):a.addPreprocessedComponent({key:\"canvas\",\nvalue:\"unknown\"});return a},webglKey:function(a){!this.options.excludeWebGL&&this.isWebGlSupported()?a.addPreprocessedComponent({key:\"webgl\",value:this.getWebglFp()||\"unknown\"}):a.addPreprocessedComponent({key:\"webgl\",value:\"unknown\"});return a},webglVendorAndRendererKey:function(a){!this.options.excludeWebGLVendorAndRenderer&&this.isWebGlSupported()?a.addPreprocessedComponent({key:\"webgl_vendor\",value:this.getWebglVendorAndRenderer()||\"unknown\"}):a.addPreprocessedComponent({key:\"webgl_vendor\",value:\"unknown\"});\nreturn a},adBlockKey:function(a){this.options.excludeAdBlock?a.addPreprocessedComponent({key:\"adblock\",value:\"unknown\"}):a.addPreprocessedComponent({key:\"adblock\",value:this.getAdBlock()});return a},hasLiedLanguagesKey:function(a){this.options.excludeHasLiedLanguages?a.addPreprocessedComponent({key:\"has_lied_languages\",value:\"unknown\"}):a.addPreprocessedComponent({key:\"has_lied_languages\",value:this.getHasLiedLanguages()});return a},hasLiedResolutionKey:function(a){this.options.excludeHasLiedResolution?\na.addPreprocessedComponent({key:\"has_lied_resolution\",value:\"unknown\"}):a.addPreprocessedComponent({key:\"has_lied_resolution\",value:this.getHasLiedResolution()});return a},hasLiedOsKey:function(a){this.options.excludeHasLiedOs?a.addPreprocessedComponent({key:\"has_lied_os\",value:\"unknown\"}):a.addPreprocessedComponent({key:\"has_lied_os\",value:this.getHasLiedOs()});return a},hasLiedBrowserKey:function(a){this.options.excludeHasLiedBrowser?a.addPreprocessedComponent({key:\"has_lied_browser\",value:\"unknown\"}):\na.addPreprocessedComponent({key:\"has_lied_browser\",value:this.getHasLiedBrowser()});return a},fontsKey:function(a,c){return this.options.excludeJsFonts?this.flashFontsKey(a,c)||\"unknown\":this.jsFontsKey(a,c)||\"unknown\"},flashFontsKey:function(a,c){if(this.options.excludeFlashFonts||!this.hasSwfObjectLoaded()||!this.hasMinFlashInstalled()||\"undefined\"===typeof this.options.swfPath)return c(a);this.loadSwfAndDetectFonts(function(b){a.addPreprocessedComponent({key:\"swf_fonts\",value:b.join(\";\")});c(a)})},\njsFontsKey:function(a,c){var b=this;return setTimeout(function(){var l=[\"monospace\",\"sans-serif\",\"serif\"],e=\"Andale Mono;Arial;Arial Black;Arial Hebrew;Arial MT;Arial Narrow;Arial Rounded MT Bold;Arial Unicode MS;Bitstream Vera Sans Mono;Book Antiqua;Bookman Old Style;Calibri;Cambria;Cambria Math;Century;Century Gothic;Century Schoolbook;Comic Sans;Comic Sans MS;Consolas;Courier;Courier New;Garamond;Geneva;Georgia;Helvetica;Helvetica Neue;Impact;Lucida Bright;Lucida Calligraphy;Lucida Console;Lucida Fax;LUCIDA GRANDE;Lucida Handwriting;Lucida Sans;Lucida Sans Typewriter;Lucida Sans Unicode;Microsoft Sans Serif;Monaco;Monotype Corsiva;MS Gothic;MS Outlook;MS PGothic;MS Reference Sans Serif;MS Sans Serif;MS Serif;MYRIAD;MYRIAD PRO;Palatino;Palatino Linotype;Segoe Print;Segoe Script;Segoe UI;Segoe UI Light;Segoe UI Semibold;Segoe UI Symbol;Tahoma;Times;Times New Roman;Times New Roman PS;Trebuchet MS;Verdana;Wingdings;Wingdings 2;Wingdings 3\".split(\";\"),\ng=\"Abadi MT Condensed Light;Academy Engraved LET;ADOBE CASLON PRO;Adobe Garamond;ADOBE GARAMOND PRO;Agency FB;Aharoni;Albertus Extra Bold;Albertus Medium;Algerian;Amazone BT;American Typewriter;American Typewriter Condensed;AmerType Md BT;Andalus;Angsana New;AngsanaUPC;Antique Olive;Aparajita;Apple Chancery;Apple Color Emoji;Apple SD Gothic Neo;Arabic Typesetting;ARCHER;ARNO PRO;Arrus BT;Aurora Cn BT;AvantGarde Bk BT;AvantGarde Md BT;AVENIR;Ayuthaya;Bandy;Bangla Sangam MN;Bank Gothic;BankGothic Md BT;Baskerville;Baskerville Old Face;Batang;BatangChe;Bauer Bodoni;Bauhaus 93;Bazooka;Bell MT;Bembo;Benguiat Bk BT;Berlin Sans FB;Berlin Sans FB Demi;Bernard MT Condensed;BernhardFashion BT;BernhardMod BT;Big Caslon;BinnerD;Blackadder ITC;BlairMdITC TT;Bodoni 72;Bodoni 72 Oldstyle;Bodoni 72 Smallcaps;Bodoni MT;Bodoni MT Black;Bodoni MT Condensed;Bodoni MT Poster Compressed;Bookshelf Symbol 7;Boulder;Bradley Hand;Bradley Hand ITC;Bremen Bd BT;Britannic Bold;Broadway;Browallia New;BrowalliaUPC;Brush Script MT;Californian FB;Calisto MT;Calligrapher;Candara;CaslonOpnface BT;Castellar;Centaur;Cezanne;CG Omega;CG Times;Chalkboard;Chalkboard SE;Chalkduster;Charlesworth;Charter Bd BT;Charter BT;Chaucer;ChelthmITC Bk BT;Chiller;Clarendon;Clarendon Condensed;CloisterBlack BT;Cochin;Colonna MT;Constantia;Cooper Black;Copperplate;Copperplate Gothic;Copperplate Gothic Bold;Copperplate Gothic Light;CopperplGoth Bd BT;Corbel;Cordia New;CordiaUPC;Cornerstone;Coronet;Cuckoo;Curlz MT;DaunPenh;Dauphin;David;DB LCD Temp;DELICIOUS;Denmark;DFKai-SB;Didot;DilleniaUPC;DIN;DokChampa;Dotum;DotumChe;Ebrima;Edwardian Script ITC;Elephant;English 111 Vivace BT;Engravers MT;EngraversGothic BT;Eras Bold ITC;Eras Demi ITC;Eras Light ITC;Eras Medium ITC;EucrosiaUPC;Euphemia;Euphemia UCAS;EUROSTILE;Exotc350 Bd BT;FangSong;Felix Titling;Fixedsys;FONTIN;Footlight MT Light;Forte;FrankRuehl;Fransiscan;Freefrm721 Blk BT;FreesiaUPC;Freestyle Script;French Script MT;FrnkGothITC Bk BT;Fruitger;FRUTIGER;Futura;Futura Bk BT;Futura Lt BT;Futura Md BT;Futura ZBlk BT;FuturaBlack BT;Gabriola;Galliard BT;Gautami;Geeza Pro;Geometr231 BT;Geometr231 Hv BT;Geometr231 Lt BT;GeoSlab 703 Lt BT;GeoSlab 703 XBd BT;Gigi;Gill Sans;Gill Sans MT;Gill Sans MT Condensed;Gill Sans MT Ext Condensed Bold;Gill Sans Ultra Bold;Gill Sans Ultra Bold Condensed;Gisha;Gloucester MT Extra Condensed;GOTHAM;GOTHAM BOLD;Goudy Old Style;Goudy Stout;GoudyHandtooled BT;GoudyOLSt BT;Gujarati Sangam MN;Gulim;GulimChe;Gungsuh;GungsuhChe;Gurmukhi MN;Haettenschweiler;Harlow Solid Italic;Harrington;Heather;Heiti SC;Heiti TC;HELV;Herald;High Tower Text;Hiragino Kaku Gothic ProN;Hiragino Mincho ProN;Hoefler Text;Humanst 521 Cn BT;Humanst521 BT;Humanst521 Lt BT;Imprint MT Shadow;Incised901 Bd BT;Incised901 BT;Incised901 Lt BT;INCONSOLATA;Informal Roman;Informal011 BT;INTERSTATE;IrisUPC;Iskoola Pota;JasmineUPC;Jazz LET;Jenson;Jester;Jokerman;Juice ITC;Kabel Bk BT;Kabel Ult BT;Kailasa;KaiTi;Kalinga;Kannada Sangam MN;Kartika;Kaufmann Bd BT;Kaufmann BT;Khmer UI;KodchiangUPC;Kokila;Korinna BT;Kristen ITC;Krungthep;Kunstler Script;Lao UI;Latha;Leelawadee;Letter Gothic;Levenim MT;LilyUPC;Lithograph;Lithograph Light;Long Island;Lydian BT;Magneto;Maiandra GD;Malayalam Sangam MN;Malgun Gothic;Mangal;Marigold;Marion;Marker Felt;Market;Marlett;Matisse ITC;Matura MT Script Capitals;Meiryo;Meiryo UI;Microsoft Himalaya;Microsoft JhengHei;Microsoft New Tai Lue;Microsoft PhagsPa;Microsoft Tai Le;Microsoft Uighur;Microsoft YaHei;Microsoft Yi Baiti;MingLiU;MingLiU_HKSCS;MingLiU_HKSCS-ExtB;MingLiU-ExtB;Minion;Minion Pro;Miriam;Miriam Fixed;Mistral;Modern;Modern No. 20;Mona Lisa Solid ITC TT;Mongolian Baiti;MONO;MoolBoran;Mrs Eaves;MS LineDraw;MS Mincho;MS PMincho;MS Reference Specialty;MS UI Gothic;MT Extra;MUSEO;MV Boli;Nadeem;Narkisim;NEVIS;News Gothic;News GothicMT;NewsGoth BT;Niagara Engraved;Niagara Solid;Noteworthy;NSimSun;Nyala;OCR A Extended;Old Century;Old English Text MT;Onyx;Onyx BT;OPTIMA;Oriya Sangam MN;OSAKA;OzHandicraft BT;Palace Script MT;Papyrus;Parchment;Party LET;Pegasus;Perpetua;Perpetua Titling MT;PetitaBold;Pickwick;Plantagenet Cherokee;Playbill;PMingLiU;PMingLiU-ExtB;Poor Richard;Poster;PosterBodoni BT;PRINCETOWN LET;Pristina;PTBarnum BT;Pythagoras;Raavi;Rage Italic;Ravie;Ribbon131 Bd BT;Rockwell;Rockwell Condensed;Rockwell Extra Bold;Rod;Roman;Sakkal Majalla;Santa Fe LET;Savoye LET;Sceptre;Script;Script MT Bold;SCRIPTINA;Serifa;Serifa BT;Serifa Th BT;ShelleyVolante BT;Sherwood;Shonar Bangla;Showcard Gothic;Shruti;Signboard;SILKSCREEN;SimHei;Simplified Arabic;Simplified Arabic Fixed;SimSun;SimSun-ExtB;Sinhala Sangam MN;Sketch Rockwell;Skia;Small Fonts;Snap ITC;Snell Roundhand;Socket;Souvenir Lt BT;Staccato222 BT;Steamer;Stencil;Storybook;Styllo;Subway;Swis721 BlkEx BT;Swiss911 XCm BT;Sylfaen;Synchro LET;System;Tamil Sangam MN;Technical;Teletype;Telugu Sangam MN;Tempus Sans ITC;Terminal;Thonburi;Traditional Arabic;Trajan;TRAJAN PRO;Tristan;Tubular;Tunga;Tw Cen MT;Tw Cen MT Condensed;Tw Cen MT Condensed Extra Bold;TypoUpright BT;Unicorn;Univers;Univers CE 55 Medium;Univers Condensed;Utsaah;Vagabond;Vani;Vijaya;Viner Hand ITC;VisualUI;Vivaldi;Vladimir Script;Vrinda;Westminster;WHITNEY;Wide Latin;ZapfEllipt BT;ZapfHumnst BT;ZapfHumnst Dm BT;Zapfino;Zurich BlkEx BT;Zurich Ex BT;ZWAdobeF\".split(\";\");\nb.options.extendedJsFonts&&(e=e.concat(g));var e=e.concat(b.options.userDefinedFonts),g=document.getElementsByTagName(\"body\")[0],h=document.createElement(\"div\"),u=document.createElement(\"div\"),f={},p={},x=function(){var a=document.createElement(\"span\");a.style.position=\"absolute\";a.style.left=\"-9999px\";a.style.fontSize=\"72px\";a.style.lineHeight=\"normal\";a.innerHTML=\"mmmmmmmmmmlli\";return a},d=function(a){for(var b=!1,c=0;c<l.length&&!(b=a[c].offsetWidth!==f[l[c]]||a[c].offsetHeight!==p[l[c]]);c++);\nreturn b},q=function(){for(var a=[],b=0,c=l.length;b<c;b++){var r=x();r.style.fontFamily=l[b];h.appendChild(r);a.push(r)}return a}();g.appendChild(h);for(var w=0,r=l.length;w<r;w++)f[l[w]]=q[w].offsetWidth,p[l[w]]=q[w].offsetHeight;q=function(){for(var a={},b=0,c=e.length;b<c;b++){for(var r=[],q=0,v=l.length;q<v;q++){var d;d=e[b];var f=l[q],w=x();w.style.fontFamily=\"'\"+d+\"',\"+f;d=w;u.appendChild(d);r.push(d)}a[e[b]]=r}return a}();g.appendChild(u);for(var w=[],r=0,v=e.length;r<v;r++)d(q[e[r]])&&w.push(e[r]);\ng.removeChild(u);g.removeChild(h);a.addPreprocessedComponent({key:\"js_fonts\",value:w});c(a)},1)},pluginsKey:function(a){this.options.excludePlugins?a.addPreprocessedComponent({key:\"plugins\",value:\"unknown\"}):this.isIE()?this.options.excludeIEPlugins||a.addPreprocessedComponent({key:\"ie_plugins\",value:this.getIEPlugins()||\"unknown\"}):a.addPreprocessedComponent({key:\"regular_plugins\",value:this.getRegularPlugins()||\"unknown\"});return a},getRegularPlugins:function(){var a=[];if(navigator.plugins)for(var c=\n0,b=navigator.plugins.length;c<b;c++)a.push(navigator.plugins[c]);this.pluginsShouldBeSorted()&&(a=a.sort(function(a,b){return a.name>b.name?1:a.name<b.name?-1:0}));return this.map(a,function(a){var b=this.map(a,function(a){return[a.type,a.suffixes].join(\"~\")}).join(\",\");return[a.name,a.description,b].join(\"::\")},this)},getIEPlugins:function(){var a=[];if(Object.getOwnPropertyDescriptor&&Object.getOwnPropertyDescriptor(window,\"ActiveXObject\")||\"ActiveXObject\"in window)a=this.map(\"AcroPDF.PDF;Adodb.Stream;AgControl.AgControl;DevalVRXCtrl.DevalVRXCtrl.1;MacromediaFlashPaper.MacromediaFlashPaper;Msxml2.DOMDocument;Msxml2.XMLHTTP;PDF.PdfCtrl;QuickTime.QuickTime;QuickTimeCheckObject.QuickTimeCheck.1;RealPlayer;RealPlayer.RealPlayer(tm) ActiveX Control (32-bit);RealVideo.RealVideo(tm) ActiveX Control (32-bit);Scripting.Dictionary;SWCtl.SWCtl;Shell.UIHelper;ShockwaveFlash.ShockwaveFlash;Skype.Detection;TDCCtl.TDCCtl;WMPlayer.OCX;rmocx.RealPlayer G2 Control;rmocx.RealPlayer G2 Control.1\".split(\";\"),\nfunction(a){try{return new window.ActiveXObject(a),a}catch(b){return null}});navigator.plugins&&(a=a.concat(this.getRegularPlugins()));return a},pluginsShouldBeSorted:function(){for(var a=!1,c=0,b=this.options.sortPluginsFor.length;c<b;c++)if(navigator.userAgent.match(this.options.sortPluginsFor[c])){a=!0;break}return a},touchSupportKey:function(a){thi", "datamd5" : "6109ae3394f693cd448f1f984c8082cb", "datammh3" : -878548657, "device" : { "class" : "<enterprise field>: device.class" }, "domain" : [ "hwclouds-dns.com" ], "geolocus" : { "asn" : "AS55990", "continent" : "AS", "continentname" : "Asia", "country" : "CN", "countryname" : "China", "domain" : [ "cnnic.cn", "huawei.com", "hwclouds-dns.com" ], "isineu" : "false", "latitude" : "35.86166", "location" : "35.86166,104.195397", "longitude" : "104.195397", "netname" : "HWCSNET", "organization" : "Huawei Public Cloud Service (Huawei Software Technologies Ltd.Co)", "subnet" : "121.36.0.0/16" }, "host" : [ "ecs-121-36-87-104" ], "hostname" : [ "ecs-121-36-87-104.compute.hwclouds-dns.com" ], "ip" : "121.36.87.104", "ipv6" : "false", "latitude" : "34.7732", "location" : "34.7732,113.7220", "longitude" : "113.7220", "node" : { "country" : "<enterprise field>: node.country", "groupid" : "<enterprise field>: node.groupid", "id" : "<enterprise field>: node.id", "physicalcountry" : "<enterprise field>: node.physicalcountry" }, "organization" : "Huawei Cloud Service data center", "os" : "Linux", "osdistribution" : "Amazon", "osvendor" : "Linux", "port" : 8983, "protocol" : "http", "protocolversion" : "1.1", "reason" : "OK", "reverse" : [ "ecs-121-36-87-104.compute.hwclouds-dns.com" ], "seen_date" : "2024-11-07", "source" : "datascan", "status" : 200, "subdomains" : [ "compute.hwclouds-dns.com" ], "subnet" : "121.36.0.0/15", "tld" : [ "com" ], "tls" : "false", "transport" : "tcp", "url" : "/" }