URL: https://app.seesaw.me Model: Joe Sandbox AI | {
"typosquatting": false,
"unusual_query_string": false,
"suspicious_tld": false,
"ip_in_url": false,
"long_subdomain": false,
"malicious_keywords": false,
"encoded_characters": false,
"redirection": false,
"contains_email_address": false,
"known_domain": true,
"brand_spoofing_attempt": false,
"third_party_hosting": false
} |
URL: https://app.seesaw.me |
URL: https://ajax.googleapis.com/ajax/libs/jqueryui/1.1... Model: Joe Sandbox AI | {
"risk_score": 1,
"reasoning": "This is a standard jQuery UI library that provides common UI components and functionality. It does not contain any high-risk indicators like dynamic code execution, data exfiltration, or suspicious redirects. The code appears to be a legitimate and widely-used library with no obvious malicious intent."
} |
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.resizable.js, jquery.ui.selectable.js, jquery.ui.sortable.js, jquery.ui.effect.js, jquery.ui.accordion.js, jquery.ui.autocomplete.js, jquery.ui.button.js, jquery.ui.datepicker.js, jquery.ui.dialog.js, jquery.ui.effect-blind.js, jquery.ui.effect-bounce.js, jquery.ui.effect-clip.js, jquery.ui.effect-drop.js, jquery.ui.effect-explode.js, jquery.ui.effect-fade.js, jquery.ui.effect-fold.js, jquery.ui.effect-highlight.js, jquery.ui.effect-pulsate.js, jquery.ui.effect-scale.js, jquery.ui.effect-shake.js, jquery.ui.effect-slide.js, jquery.ui.effect-transfer.js, jquery.ui.menu.js, jquery.ui.position.js, jquery.ui.progressbar.js, jquery.ui.slider.js, jquery.ui.spinner.js, jquery.ui.tabs.js, jquery.ui.tooltip.js
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
(function(t,e){function i(e,i){var n,o,a,r=e.nodeName.toLowerCase();return"area"===r?(n=e.parentNode,o=n.name,e.href&&o&&"map"===n.nodeName.toLowerCase()?(a=t("img[usemap=#"+o+"]")[0],!!a&&s(a)):!1):(/input|select|textarea|button|object/.test(r)?!e.disabled:"a"===r?e.href||i:i)&&s(e)}function s(e){return t.expr.filters.visible(e)&&!t(e).parents().addBack().filter(function(){return"hidden"===t.css(this,"visibility")}).length}var n=0,o=/^ui-id-\d+$/;t.ui=t.ui||{},t.extend(t.ui,{version:"1.10.3",keyCode:{BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}}),t.fn.extend({focus:function(e){return function(i,s){return"number"==typeof i?this.each(function(){var e=this;setTimeout(function(){t(e).focus(),s&&s.call(e)},i)}):e.apply(this,arguments)}}(t.fn.focus),scrollParent:function(){var e;return e=t.ui.ie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(t.css(this,"position"))&&/(auto|scroll)/.test(t.css(this,"overflow")+t.css(this,"overflow-y")+t.css(this,"overflow-x"))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(t.css(this,"overflow")+t.css(this,"overflow-y")+t.css(this,"overflow-x"))}).eq(0),/fixed/.test(this.css("position"))||!e.length?t(document):e},zIndex:function(i){if(i!==e)return this.css("zIndex",i);if(this.length)for(var s,n,o=t(this[0]);o.length&&o[0]!==document;){if(s=o.css("position"),("absolute"===s||"relative"===s||"fixed"===s)&&(n=parseInt(o.css("zIndex"),10),!isNaN(n)&&0!==n))return n;o=o.parent()}return 0},uniqueId:function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++n)})},removeUniqueId:function(){return this.each(function(){o.test(this.id)&&t(this).removeAttr("id")})}}),t.extend(t.expr[":"],{data:t.expr.createPseudo?t.expr.createPseudo(function(e){return function(i){return!!t.data(i,e)}}):function(e,i,s){return!!t.data(e,s[3])},focusable:function(e){return i(e,!isNaN(t.attr(e,"tabindex")))},tabbable:function(e){var s=t.attr(e,"tabindex"),n=isNaN(s);return(n||s>=0)&&i(e,!n)}}),t("<a>").outerWidth(1).jquery||t.each(["Width","Height"],function(i,s){function n(e,i,s,n){return t.each(o,function(){i-=parseFloat(t.css(e,"padding"+this))||0,s&&(i-=parseFloat(t.css(e,"border"+this+"Width"))||0),n&&(i-=parseFloat(t.css(e,"margin"+this))||0)}),i}var o="Width"===s?["Left","Right"]:["Top","Bottom"],a=s.toLowerCase(),r={innerWidth:t.fn.innerWidth,innerHeight:t.fn.innerHeight,outerWidth:t.fn.outerWidth,outerHeight:t.fn.outerHeight};t.fn["inner"+s]=function(i){return i===e?r["inner"+s].call(this):this.each(function(){t(this).css(a,n(this,i)+"px")})},t.fn["outer"+s]=function(e,i){return"number"!=typeof e?r["outer"+s].call(this,e):this.each(function(){t(this).css(a,n(this,e,!0,i)+"px")})}}),t.fn.addBack||(t.fn.addBack=function(t){r |
URL: https://ajax.googleapis.com/ajax/libs/jquery/2.0.3... Model: Joe Sandbox AI | {
"risk_score": 1,
"reasoning": "This appears to be the minified version of the jQuery library, which is a widely-used and trusted JavaScript library. The code does not contain any high-risk indicators such as dynamic code execution, data exfiltration, or suspicious redirects. The script is likely used for legitimate purposes, such as enhancing web page functionality and interactivity. While it uses some legacy practices like the `XDomainRequest` API, these pose only minor risks and are not inherently malicious. Overall, this script is considered low-risk."
} |
/*! jQuery v2.0.3 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license
//@ sourceMappingURL=jquery.min.map
*/
(function(e,undefined){var t,n,r=typeof undefined,i=e.location,o=e.document,s=o.documentElement,a=e.jQuery,u=e.$,l={},c=[],p="2.0.3",f=c.concat,h=c.push,d=c.slice,g=c.indexOf,m=l.toString,y=l.hasOwnProperty,v=p.trim,x=function(e,n){return new x.fn.init(e,n,t)},b=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,w=/\S+/g,T=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,k=/^-ms-/,N=/-([\da-z])/gi,E=function(e,t){return t.toUpperCase()},S=function(){o.removeEventListener("DOMContentLoaded",S,!1),e.removeEventListener("load",S,!1),x.ready()};x.fn=x.prototype={jquery:p,constructor:x,init:function(e,t,n){var r,i;if(!e)return this;if("string"==typeof e){if(r="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:T.exec(e),!r||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof x?t[0]:t,x.merge(this,x.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:o,!0)),C.test(r[1])&&x.isPlainObject(t))for(r in t)x.isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return i=o.getElementById(r[2]),i&&i.parentNode&&(this.length=1,this[0]=i),this.context=o,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):x.isFunction(e)?n.ready(e):(e.selector!==undefined&&(this.selector=e.selector,this.context=e.context),x.makeArray(e,this))},selector:"",length:0,toArray:function(){return d.call(this)},get:function(e){return null==e?this.toArray():0>e?this[this.length+e]:this[e]},pushStack:function(e){var t=x.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return x.each(this,e,t)},ready:function(e){return x.ready.promise().done(e),this},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},map:function(e){return this.pushStack(x.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:h,sort:[].sort,splice:[].splice},x.fn.init.prototype=x.fn,x.extend=x.fn.extend=function(){var e,t,n,r,i,o,s=arguments[0]||{},a=1,u=arguments.length,l=!1;for("boolean"==typeof s&&(l=s,s=arguments[1]||{},a=2),"object"==typeof s||x.isFunction(s)||(s={}),u===a&&(s=this,--a);u>a;a++)if(null!=(e=arguments[a]))for(t in e)n=s[t],r=e[t],s!==r&&(l&&r&&(x.isPlainObject(r)||(i=x.isArray(r)))?(i?(i=!1,o=n&&x.isArray(n)?n:[]):o=n&&x.isPlainObject(n)?n:{},s[t]=x.extend(l,o,r)):r!==undefined&&(s[t]=r));return s},x.extend({expando:"jQuery"+(p+Math.random()).replace(/\D/g,""),noConflict:function(t){return e.$===x&&(e.$=u),t&&e.jQuery===x&&(e.jQuery=a),x},isReady:!1,readyWait:1,holdReady:function(e){e?x.readyWait++:x.ready(!0)},ready:function(e){(e===!0?--x.readyWait:x.isReady)||(x.isReady=!0,e!==!0&&--x.readyWait>0||(n.resolveWith(o,[x]),x.fn.trigger&&x(o).trigger("ready").off("ready")))},isFunction:function(e){return"function"===x.type(e)},isArray:Array.isArray,isWindow:function(e){return null!=e&&e===e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[m.call(e)]||"object":typeof e},isPlainObject:function(e){if("object"!==x.type(e)||e.nodeType||x.isWindow(e))return!1;try{if(e.constructor&&!y.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(t){return!1}return!0},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||o;var r=C.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=x.buildFragment([e],t,i),i&&x(i).remove(),x.merge([],r.childNodes))},parseJSON:JSON.parse,parseXML:function(e){var t,n;if(!e||"string"!=typeof e)return null;try |
URL: https://app.seesaw.me/#/item/item.458620ed-6ab6-48... Model: Joe Sandbox AI | {
"risk_score": 6,
"reasoning": "This script exhibits several moderate-risk behaviors, including external data transmission, fallback domains, and aggressive DOM manipulation. While it does not contain any high-risk indicators like dynamic code execution or data exfiltration, the overall behavior is somewhat suspicious and requires further review. The use of obfuscated code and multiple fallback domains increases the risk score, but the script's purpose is not entirely clear. Additional context would be needed to determine if this is a legitimate script with poor implementation or potentially malicious in nature."
} |
!function(e){function t(t){for(var n,o,f=t[0],d=t[1],u=t[2],i=0,s=[];i<f.length;i++)o=f[i],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&s.push(a[o][0]),a[o]=0;for(n in d)Object.prototype.hasOwnProperty.call(d,n)&&(e[n]=d[n]);for(l&&l(t);s.length;)s.shift()();return c.push.apply(c,u||[]),r()}function r(){for(var e,t=0;t<c.length;t++){for(var r=c[t],n=!0,o=1;o<r.length;o++){var f=r[o];0!==a[f]&&(n=!1)}n&&(c.splice(t--,1),e=d(d.s=r[0]))}return e}var n={},o={9:0},a={9:0},c=[];function f(e){return d.p+"static/js/"+({1:"pdfjs-dist",7:"instascan"}[e]||e)+"."+{1:"b80460ac",2:"303b4061",3:"c8feffdf",4:"c9d5fcd6",7:"2f004986",12:"8f20871e",13:"162bd5c8",14:"403c748c",15:"4c9d2746",16:"29341dd1",17:"8a5544a2",18:"dea72463",19:"6011b0f6",20:"b7a736c8",21:"dc177219",22:"96f74a55",23:"136078f2",24:"070f3727",25:"f6eba68c",26:"5b03e3ad",27:"c4b2a55d",28:"caf13873",29:"8d86e6b0",30:"70d8e73e"}[e]+".chunk.js"}function d(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,d),r.l=!0,r.exports}d.e=function(e){var t=[];o[e]?t.push(o[e]):0!==o[e]&&{3:1}[e]&&t.push(o[e]=new Promise((function(t,r){for(var n="static/css/"+({1:"pdfjs-dist",7:"instascan"}[e]||e)+"."+{1:"31d6cfe0",2:"31d6cfe0",3:"39425eb4",4:"31d6cfe0",7:"31d6cfe0",12:"31d6cfe0",13:"31d6cfe0",14:"31d6cfe0",15:"31d6cfe0",16:"31d6cfe0",17:"31d6cfe0",18:"31d6cfe0",19:"31d6cfe0",20:"31d6cfe0",21:"31d6cfe0",22:"31d6cfe0",23:"31d6cfe0",24:"31d6cfe0",25:"31d6cfe0",26:"31d6cfe0",27:"31d6cfe0",28:"31d6cfe0",29:"31d6cfe0",30:"31d6cfe0"}[e]+".chunk.css",a=d.p+n,c=document.getElementsByTagName("link"),f=0;f<c.length;f++){var u=(s=c[f]).getAttribute("data-href")||s.getAttribute("href");if("stylesheet"===s.rel&&(u===n||u===a))return t()}var i=document.getElementsByTagName("style");for(f=0;f<i.length;f++){var s;if((u=(s=i[f]).getAttribute("data-href"))===n||u===a)return t()}var l=document.createElement("link");l.rel="stylesheet",l.type="text/css",l.onload=t,l.onerror=function(t){var n=t&&t.target&&t.target.src||a,c=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");c.code="CSS_CHUNK_LOAD_FAILED",c.request=n,delete o[e],l.parentNode.removeChild(l),r(c)},l.href=a,document.getElementsByTagName("head")[0].appendChild(l)})).then((function(){o[e]=0})));var r=a[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=a[e]=[t,n]}));t.push(r[2]=n);var c=new Error,u=function t(r,n){var o,u=document.createElement("script"),i="&retry-attempt="+(3-n+1);u.charset="utf-8",u.timeout=120,d.nc&&u.setAttribute("nonce",d.nc),u.src=r,o=function(r){u.onerror=u.onload=null,clearTimeout(s);var o=a[e];if(0!==o)if(o)if(0===n){var d=r&&("load"===r.type?"missing":r.type),l=r&&r.target&&r.target.src;c.message="Loading chunk "+e+" failed after 3 retries.\n("+d+": "+l+")",c.name="ChunkLoadError",c.type=d,c.request=l,o[1](c),a[e]=void 0}else setTimeout((function(){var r="cache-bust=true"+i,o=t(f(e)+"?"+r,n-1);document.head.appendChild(o)}),0);else a[e]=void 0};var s=setTimeout((function(){o({type:"timeout",target:u})}),12e4);return u.onerror=u.onload=o,u}(f(e),3);document.head.appendChild(u)}return Promise.all(t)},d.m=e,d.c=n,d.d=function(e,t,r){d.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},d.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},d.t=function(e,t){if(1&t&&(e=d(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(d.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)d.d(r,n,function(t){return e[t]}.bind(null,n));return r},d.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return d.d(t,"a",t),t},d.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},d.p="https://files.seesaw.me/release/prod/",d.oe=function(e){throw console.error(e),e};var u=this["webpackJsonpreloaded-app"]=this[" |
URL: https://vjs.zencdn.net/4.5/video.js... Model: Joe Sandbox AI | {
"risk_score": 2,
"reasoning": "The provided JavaScript snippet appears to be a part of the Video.js library, which is a popular open-source library for building video players. The code does not contain any high-risk indicators, such as dynamic code execution, data exfiltration, or redirects to malicious domains. The code primarily focuses on defining the Video.js library and its core functionality, which is a legitimate use case. While the code uses some legacy practices, such as the `XDomainRequest` API, these are minor risks and do not indicate any malicious intent. Overall, the script appears to be a benign and well-intentioned library for building video players."
} |
/*! Video.js v4.5.1 Copyright 2014 Brightcove, Inc. https://github.com/videojs/video.js/blob/master/LICENSE */
(function() {var b=void 0,f=!0,h=null,l=!1;function m(){return function(){}}function p(a){return function(){return this[a]}}function q(a){return function(){return a}}var t;document.createElement("video");document.createElement("audio");document.createElement("track");function u(a,c,d){if("string"===typeof a){0===a.indexOf("#")&&(a=a.slice(1));if(u.va[a])return u.va[a];a=u.u(a)}if(!a||!a.nodeName)throw new TypeError("The element or ID supplied is not valid. (videojs)");return a.player||new u.Player(a,c,d)}
var videojs=u;window.Wd=window.Xd=u;u.Rb="4.5";u.Fc="https:"==document.location.protocol?"https://":"http://";u.options={techOrder:["html5","flash"],html5:{},flash:{},width:300,height:150,defaultVolume:0,children:{mediaLoader:{},posterImage:{},textTrackDisplay:{},loadingSpinner:{},bigPlayButton:{},controlBar:{}},notSupportedMessage:'Sorry, no compatible source and playback technology were found for this video. Try using another browser like <a href="http://bit.ly/ccMUEC">Chrome</a> or download the latest <a href="http://adobe.ly/mwfN1">Adobe Flash Player</a>.'};
"GENERATED_CDN_VSN"!==u.Rb&&(videojs.options.flash.swf=u.Fc+"vjs.zencdn.net/"+u.Rb+"/video-js.swf");u.va={};"function"===typeof define&&define.amd?define([],function(){return videojs}):"object"===typeof exports&&"object"===typeof module&&(module.exports=videojs);u.ka=u.CoreObject=m();
u.ka.extend=function(a){var c,d;a=a||{};c=a.init||a.j||this.prototype.init||this.prototype.j||m();d=function(){c.apply(this,arguments)};d.prototype=u.l.create(this.prototype);d.prototype.constructor=d;d.extend=u.ka.extend;d.create=u.ka.create;for(var e in a)a.hasOwnProperty(e)&&(d.prototype[e]=a[e]);return d};u.ka.create=function(){var a=u.l.create(this.prototype);this.apply(a,arguments);return a};
u.d=function(a,c,d){var e=u.getData(a);e.z||(e.z={});e.z[c]||(e.z[c]=[]);d.s||(d.s=u.s++);e.z[c].push(d);e.V||(e.disabled=l,e.V=function(c){if(!e.disabled){c=u.ic(c);var d=e.z[c.type];if(d)for(var d=d.slice(0),k=0,r=d.length;k<r&&!c.pc();k++)d[k].call(a,c)}});1==e.z[c].length&&(document.addEventListener?a.addEventListener(c,e.V,l):document.attachEvent&&a.attachEvent("on"+c,e.V))};
u.o=function(a,c,d){if(u.mc(a)){var e=u.getData(a);if(e.z)if(c){var g=e.z[c];if(g){if(d){if(d.s)for(e=0;e<g.length;e++)g[e].s===d.s&&g.splice(e--,1)}else e.z[c]=[];u.ec(a,c)}}else for(g in e.z)c=g,e.z[c]=[],u.ec(a,c)}};u.ec=function(a,c){var d=u.getData(a);0===d.z[c].length&&(delete d.z[c],document.removeEventListener?a.removeEventListener(c,d.V,l):document.detachEvent&&a.detachEvent("on"+c,d.V));u.zb(d.z)&&(delete d.z,delete d.V,delete d.disabled);u.zb(d)&&u.uc(a)};
u.ic=function(a){function c(){return f}function d(){return l}if(!a||!a.Ab){var e=a||window.event;a={};for(var g in e)"layerX"!==g&&("layerY"!==g&&"keyboardEvent.keyLocation"!==g)&&("returnValue"==g&&e.preventDefault||(a[g]=e[g]));a.target||(a.target=a.srcElement||document);a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;a.preventDefault=function(){e.preventDefault&&e.preventDefault();a.returnValue=l;a.fd=c;a.defaultPrevented=f};a.fd=d;a.defaultPrevented=l;a.stopPropagation=function(){e.stopPropagation&&
e.stopPropagation();a.cancelBubble=f;a.Ab=c};a.Ab=d;a.stopImmediatePropagation=function(){e.stopImmediatePropagation&&e.stopImmediatePropagation();a.pc=c;a.stopPropagation()};a.pc=d;if(a.clientX!=h){g=document.documentElement;var j=document.body;a.pageX=a.clientX+(g&&g.scrollLeft||j&&j.scrollLeft||0)-(g&&g.clientLeft||j&&j.clientLeft||0);a.pageY=a.clientY+(g&&g.scrollTop||j&&j.scrollTop||0)-(g&&g.clientTop||j&&j.clientTop||0)}a.which=a.charCode||a.keyCode;a.button!=h&&(a.button=a.button&1?0:a.button&
4?1:a.button&2?2:0)}return a};u.k=function(a,c){var d=u.mc(a)?u.getData(a):{},e=a.parentNode||a.ownerDocument;"string"===typeof c&&(c={type:c,target:a});c=u.ic(c);d.V&&d.V.call(a,c);if(e&&!c.Ab()&&c.bubbles!==l)u.k(e,c);else if(!e&&!c |
URL: https://files.seesaw.me/release/prod/static/js/fab... Model: Joe Sandbox AI | {
"risk_score": 1,
"reasoning": "The provided JavaScript snippet appears to be a part of the Fabric.js library, which is a popular open-source JavaScript library for creating and manipulating interactive HTML5 canvas elements. The code does not contain any high-risk indicators, such as dynamic code execution, data exfiltration, or redirects to malicious domains. It seems to be a legitimate library with no obvious signs of malicious intent."
} |
/*! For license information please see fabric.8f82b961.chunk.js.LICENSE.txt */
(this["webpackJsonpreloaded-app"]=this["webpackJsonpreloaded-app"]||[]).push([[6],{CbjG:function(t,e,i){(function(t){var r,n=n||{version:"3.0.0"};if(e.fabric=n,"undefined"!==typeof document&&"undefined"!==typeof window)document instanceof HTMLDocument?n.document=document:n.document=document.implementation.createHTMLDocument(""),n.window=window;else{var o=new(i("Dw/b").JSDOM)(decodeURIComponent("%3C!DOCTYPE%20html%3E%3Chtml%3E%3Chead%3E%3C%2Fhead%3E%3Cbody%3E%3C%2Fbody%3E%3C%2Fhtml%3E"),{features:{FetchExternalResources:["img"]},resources:"usable"}).window;n.document=o.document,n.jsdomImplForWrapper=i("6S1/").implForWrapper,n.nodeCanvas=i("o7TM").Canvas,n.window=o,DOMParser=n.window.DOMParser}if(n.isTouchSupported="ontouchstart"in n.window||"ontouchstart"in n.document||n.window&&n.window.navigator&&n.window.navigator.maxTouchPoints>0,n.isLikelyNode="undefined"!==typeof t&&"undefined"===typeof window,n.SHARED_ATTRIBUTES=["display","transform","fill","fill-opacity","fill-rule","opacity","stroke","stroke-dasharray","stroke-linecap","stroke-dashoffset","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","id","paint-order","vector-effect","instantiated_by_use","clip-path"],n.DPI=96,n.reNum="(?:[-+]?(?:\\d+|\\d*\\.\\d+)(?:e[-+]?\\d+)?)",n.fontPaths={},n.iMatrix=[1,0,0,1,0,0],n.perfLimitSizeTotal=2097152,n.maxCacheSideLimit=4096,n.minCacheSideLimit=256,n.charWidthsCache={},n.textureSize=2048,n.disableStyleCopyPaste=!1,n.enableGLFiltering=!0,n.devicePixelRatio=n.window.devicePixelRatio||n.window.webkitDevicePixelRatio||n.window.mozDevicePixelRatio||1,n.browserShadowBlurConstant=1,n.arcToSegmentsCache={},n.boundsOfCurveCache={},n.cachesBoundsOfCurve=!0,n.forceGLPutImageData=!1,n.initFilterBackend=function(){return n.enableGLFiltering&&n.isWebglSupported&&n.isWebglSupported(n.textureSize)?(console.log("max texture size: "+n.maxTextureSize),new n.WebglFilterBackend({tileSize:n.textureSize})):n.Canvas2dFilterBackend?new n.Canvas2dFilterBackend:void 0},"undefined"!==typeof document&&"undefined"!==typeof window&&(window.fabric=n),"undefined"===typeof s)var s={};if(function(t){"use strict";t.modifyEventListener=!1,t.modifySelectors=!1,t.configure=function(e){isFinite(e.modifyEventListener)&&(t.modifyEventListener=e.modifyEventListener),isFinite(e.modifySelectors)&&(t.modifySelectors=e.modifySelectors),!1===g&&t.modifyEventListener&&p(),!1===v&&t.modifySelectors&&m()},t.add=function(t,e,r,n){return i(t,e,r,n,"add")},t.remove=function(t,e,r,n){return i(t,e,r,n,"remove")},t.returnFalse=function(t){return!1},t.stop=function(t){t&&(t.stopPropagation&&t.stopPropagation(),t.cancelBubble=!0,t.cancelBubbleCount=0)},t.prevent=function(t){t&&(t.preventDefault?t.preventDefault():t.preventManipulation?t.preventManipulation():t.returnValue=!1)},t.cancel=function(e){t.stop(e),t.prevent(e)},t.blur=function(){var t=document.activeElement;if(t){var e=document.activeElement.nodeName;"INPUT"!==e&&"TEXTAREA"!==e&&"true"!==t.contentEditable||t.blur&&t.blur()}},t.getEventSupport=function(t,e){if("string"===typeof t&&(e=t,t=window),(e="on"+e)in t)return!0;if(t.setAttribute||(t=document.createElement("div")),t.setAttribute&&t.removeAttribute){t.setAttribute(e,"");var i="function"===typeof t[e];return"undefined"!==typeof t[e]&&(t[e]=null),t.removeAttribute(e),i}};var e=function(t){if(!t||"object"!==typeof t)return t;var i=new t.constructor;for(var r in t)t[r]&&"object"===typeof t[r]?i[r]=e(t[r]):i[r]=t[r];return i},i=function(o,a,l,g,p,v){if(g=g||{},"[object Object]"===String(o)){var m=o;if(o=m.target,delete m.target,!m.type||!m.listener){for(var y in m){var _=m[y];"function"!==typeof _&&(g[y]=_)}var x={};for(var b in m){y=b.split(",");var C=m[b],S={};for(var w in g)S[w]=g[w];if("function"===typeof C)l=C;else{if("function"!==typeof C.listener)continue;l=C.listener;for(var w in C)"function"!==typeof C[w]&&(S[w]=C[w])}for(var T=0;T<y.length;T++)x[b]=s.add(o,y[T],l,S,p)}return x} |
URL: https://files.seesaw.me/release/prod/static/js/11.... Model: Joe Sandbox AI | {
"risk_score": 6,
"reasoning": "This script appears to be a minified and obfuscated React application bundle. While it does not contain any obvious high-risk indicators, the heavy obfuscation and lack of transparency make it difficult to fully assess the script's behavior. The script interacts with external domains and performs aggressive DOM manipulation, which are moderate-risk indicators. Additionally, the script's purpose is not immediately clear, warranting further review. Overall, this script poses a medium risk and requires closer inspection."
} |
/*! For license information please see 11.0755a1e3.chunk.js.LICENSE.txt */
(this["webpackJsonpreloaded-app"]=this["webpackJsonpreloaded-app"]||[]).push([[11],{"+1VY":function(e,t,n){"use strict";var r=function(){function e(e){var t=this;this._insertTag=function(e){var n;n=0===t.tags.length?t.insertionPoint?t.insertionPoint.nextSibling:t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,n),t.tags.push(e)},this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}(this));var t=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(t);try{n.insertRule(e,n.cssRules.length)}catch(o){0}}else t.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode&&e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}(),o="-ms-",i="-moz-",a="-webkit-",s="comm",c="rule",u="decl",l="@keyframes",d=Math.abs,f=String.fromCharCode,p=Object.assign;function h(e){return e.trim()}function m(e,t,n){return e.replace(t,n)}function v(e,t){return e.indexOf(t)}function g(e,t){return 0|e.charCodeAt(t)}function b(e,t,n){return e.slice(t,n)}function y(e){return e.length}function _(e){return e.length}function w(e,t){return t.push(e),e}function S(e,t){return e.map(t).join("")}var O=1,k=1,E=0,T=0,x=0,C="";function M(e,t,n,r,o,i,a){return{value:e,root:t,parent:n,type:r,props:o,children:i,line:O,column:k,length:a,return:""}}function A(e,t){return p(M("",null,null,"",null,null,0),e,{length:-e.length},t)}function R(){return x=T>0?g(C,--T):0,k--,10===x&&(k=1,O--),x}function j(){return x=T<E?g(C,T++):0,k++,10===x&&(k=1,O++),x}function I(){return g(C,T)}function L(){return T}function P(e,t){return b(C,e,t)}function D(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function N(e){return O=k=1,E=y(C=e),T=0,[]}function Y(e){return C="",e}function H(e){return h(P(T-1,$(91===e?e+2:40===e?e+1:e)))}function F(e){for(;(x=I())&&x<33;)j();return D(e)>2||D(x)>3?"":" "}function B(e,t){for(;--t&&j()&&!(x<48||x>102||x>57&&x<65||x>70&&x<97););return P(e,L()+(t<6&&32==I()&&32==j()))}function $(e){for(;j();)switch(x){case e:return T;case 34:case 39:34!==e&&39!==e&&$(x);break;case 40:41===e&&$(e);break;case 92:j()}return T}function z(e,t){for(;j()&&e+x!==57&&(e+x!==84||47!==I()););return"/*"+P(t,T-1)+"*"+f(47===e?e:j())}function U(e){for(;!D(I());)j();return P(e,T)}function q(e){return Y(V("",null,null,null,[""],e=N(e),0,[0],e))}function V(e,t,n,r,o,i,a,s,c){for(var u=0,l=0,d=a,p=0,h=0,g=0,b=1,_=1,S=1,O=0,k="",E=o,T=i,x=r,C=k;_;)switch(g=O,O=j()){case 40:if(108!=g&&58==C.charCodeAt(d-1)){-1!=v(C+=m(H(O),"&","&\f"),"&\f")&&(S=-1);break}case 34:case 39:case 91:C+=H(O);break;case 9:case 10:case 13:case 32:C+=F(g);break;case 92:C+=B(L()-1,7);continue;case 47:switch(I()){case 42:case 47:w(K(z(j(),L()),t,n),c);break;default:C+="/"}break;case 123*b:s[u++]=y(C)*S;case 125*b:case 59:case 0:switch(O){case 0:case 125:_=0;case 59+l:h>0&&y(C)-d&&w(h>32?G(C+";",r,n,d-1):G(m(C," ","")+";",r,n,d-2),c);break;case 59:C+=";";default:if(w(x=W(C,t,n,u,l,o,s,k,E=[],T=[],d),i),123===O)if(0===l)V(C,t,x,x,E,i,d,s,T);else switch(p){case 100:case 109:case 1 |
URL: https://ajax.googleapis.com/ajax/libs/webfont/1.6.... Model: Joe Sandbox AI | {
"risk_score": 1,
"reasoning": "The provided JavaScript snippet appears to be a web font loader library, which is a common and legitimate practice for loading web fonts. The code does not exhibit any high-risk indicators, such as dynamic code execution, data exfiltration, or redirects to malicious domains. The script is licensed under the Apache 2.0 license, which suggests it is a legitimate open-source project. Overall, this script is likely benign and poses a low risk."
} |
/*
* Copyright 2016 Small Batch, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
/* Web Font Loader v1.6.16 - (c) Adobe Systems, Google. License: Apache 2.0 */
(function(){function aa(a,b,c){return a.call.apply(a.bind,arguments)}function ba(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,arguments)}}function n(a,b,c){n=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?aa:ba;return n.apply(null,arguments)}var p=Date.now||function(){return+new Date};function r(a,b){this.F=a;this.k=b||a;this.H=this.k.document}var ca=!!window.FontFace;r.prototype.createElement=function(a,b,c){a=this.H.createElement(a);if(b)for(var d in b)b.hasOwnProperty(d)&&("style"==d?a.style.cssText=b[d]:a.setAttribute(d,b[d]));c&&a.appendChild(this.H.createTextNode(c));return a};function s(a,b,c){a=a.H.getElementsByTagName(b)[0];a||(a=document.documentElement);a.insertBefore(c,a.lastChild)}
function t(a,b,c){b=b||[];c=c||[];for(var d=a.className.split(/\s+/),e=0;e<b.length;e+=1){for(var f=!1,g=0;g<d.length;g+=1)if(b[e]===d[g]){f=!0;break}f||d.push(b[e])}b=[];for(e=0;e<d.length;e+=1){f=!1;for(g=0;g<c.length;g+=1)if(d[e]===c[g]){f=!0;break}f||b.push(d[e])}a.className=b.join(" ").replace(/\s+/g," ").replace(/^\s+|\s+$/,"")}function u(a,b){for(var c=a.className.split(/\s+/),d=0,e=c.length;d<e;d++)if(c[d]==b)return!0;return!1}
function v(a){if("string"===typeof a.fa)return a.fa;var b=a.k.location.protocol;"about:"==b&&(b=a.F.location.protocol);return"https:"==b?"https:":"http:"}function x(a,b,c){function d(){l&&e&&f&&(l(g),l=null)}b=a.createElement("link",{rel:"stylesheet",href:b,media:"all"});var e=!1,f=!0,g=null,l=c||null;ca?(b.onload=function(){e=!0;d()},b.onerror=function(){e=!0;g=Error("Stylesheet failed to load");d()}):setTimeout(function(){e=!0;d()},0);s(a,"head",b)}
function y(a,b,c,d){var e=a.H.getElementsByTagName("head")[0];if(e){var f=a.createElement("script",{src:b}),g=!1;f.onload=f.onreadystatechange=function(){g||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(g=!0,c&&c(null),f.onload=f.onreadystatechange=null,"HEAD"==f.parentNode.tagName&&e.removeChild(f))};e.appendChild(f);setTimeout(function(){g||(g=!0,c&&c(Error("Script load timeout")))},d||5E3);return f}return null};function z(){this.S=0;this.K=null}function A(a){a.S++;return function(){a.S--;B(a)}}function C(a,b){a.K=b;B(a)}function B(a){0==a.S&&a.K&&(a.K(),a.K=null)};function D(a){this.ea=a||"-"}D.prototype.d=function(a){for(var b=[],c=0;c<arguments.length;c++)b.push(arguments[c].replace(/[\W_]+/g,"").toLowerCase());return b.join(this.ea)};function E(a,b){this.Q=a;this.M=4;this.L="n";var c=(b||"n4").match(/^([nio])([1-9])$/i);c&&(this.L=c[1],this.M=parseInt(c[2],10))}E.prototype.getName=function(){return this.Q};function da(a){return F(a)+" "+(a.M+"00")+" 300px "+G(a.Q)}function G(a){var b=[];a=a.split(/,\s*/);for(var c=0;c<a.length;c++){var d=a[c].replace(/['"]/g,"");-1!=d.indexOf(" ")||/^\d/.test(d)?b.push("'"+d+"'"):b.push(d)}return b.join(",")}function I(a){return a.L+a.M}
function F(a){var b="normal";"o"===a.L?b="oblique":"i"===a.L&&(b="italic");return b}function ea(a){var b=4,c="n",d=null;a&&((d=a.match(/(normal|oblique|italic)/i))&&d[1]&&(c=d[1].substr(0,1).toLowerCase()),(d=a.match(/([1-9]00|normal|bold)/i))&&d[1]&&(/bold/i. |
URL: https://apis.google.com/js/client.js?_=17340953884... Model: Joe Sandbox AI | ```json
{
"risk_score": 1,
"reasoning": "The script primarily consists of polyfills and utility functions, with no high-risk behaviors such as dynamic code execution or data exfiltration. It interacts with the global object and defines some functions, but there are no indications of malicious intent or interactions with suspicious domains."
} |
(function(){var aa=typeof Object.defineProperties=="function"?Object.defineProperty:function(a,b,c){if(a==Array.prototype||a==Object.prototype)return a;a[b]=c.value;return a},ba=function(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("Cannot find global object");},ca=ba(this),g=function(a,b){if(b)a:{var c=ca;a=a.split(".");for(var d=0;d<a.length-
1;d++){var e=a[d];if(!(e in c))break a;c=c[e]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&b!=null&&aa(c,a,{configurable:!0,writable:!0,value:b})}},h=function(a,b,c){if(a==null)throw new TypeError("The 'this' value for String.prototype."+c+" must not be null or undefined");if(b instanceof RegExp)throw new TypeError("First argument to String.prototype."+c+" must not be a regular expression");return a+""};
g("String.prototype.endsWith",function(a){return a?a:function(b,c){var d=h(this,b,"endsWith");b+="";c===void 0&&(c=d.length);c=Math.max(0,Math.min(c|0,d.length));for(var e=b.length;e>0&&c>0;)if(d[--c]!=b[--e])return!1;return e<=0}});g("Object.is",function(a){return a?a:function(b,c){return b===c?b!==0||1/b===1/c:b!==b&&c!==c}});
g("Array.prototype.includes",function(a){return a?a:function(b,c){var d=this;d instanceof String&&(d=String(d));var e=d.length;c=c||0;for(c<0&&(c=Math.max(c+e,0));c<e;c++){var f=d[c];if(f===b||Object.is(f,b))return!0}return!1}});g("String.prototype.includes",function(a){return a?a:function(b,c){return h(this,b,"includes").indexOf(b,c||0)!==-1}});window.gapi=window.gapi||{};window.gapi.o=(new Date).getTime();/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var m=this||self,n="closure_uid_"+(Math.random()*1E9>>>0),da=0,t=function(a){return a};/*
Copyright Google LLC
SPDX-License-Identifier: Apache-2.0
*/
var x={};var y=function(a){if(x!==x)throw Error("Bad secret");this.l=a};y.prototype.toString=function(){return this.l};new y("about:blank");new y("about:invalid#zClosurez");var A=[],D=function(a){console.warn("A URL with content '"+a+"' was sanitized away.")};A.indexOf(D)===-1&&A.push(D);/*
gapi.loader.OBJECT_CREATE_TEST_OVERRIDE &&*/
var E=window,F=document,ea=E.location,fa=function(){},ha=/\[native code\]/,H=function(a,b,c){return a[b]=a[b]||c},ia=function(a){a=a.sort();for(var b=[],c=void 0,d=0;d<a.length;d++){var e=a[d];e!=c&&b.push(e);c=e}return b},I=function(){var a;if((a=Object.create)&&ha.test(a))a=a(null);else{a={};for(var b in a)a[b]=void 0}return a},J=H(E,"gapi",{});var M={};M=H(E,"___jsl",I());H(M,"I",0);H(M,"hel",10);var N=function(){var a=ea.href;if(M.dpo)var b=M.h;else{b=M.h;var c=RegExp("([#].*&|[#])jsh=([^&#]*)","g"),d=RegExp("([?#].*&|[?#])jsh=([^&#]*)","g");if(a=a&&(c.exec(a)||d.exec(a)))try{b=decodeURIComponent(a[2])}catch(e){}}return b},ja=function(a){var b=H(M,"PQ",[]);M.PQ=[];var c=b.length;if(c===0)a();else for(var d=0,e=function(){++d===c&&a()},f=0;f<c;f++)b[f](e)},O=function(a){return H(H(M,"H",I()),a,I())};var P=H(M,"perf",I()),Q=H(P,"g",I()),ka=H(P,"i",I());H(P,"r",[]);I();I();var R=function(a,b,c){var d=P.r;typeof d==="function"?d(a,b,c):d.push([a,b,c])},T=function(a,b,c){b&&b.length>0&&(b=ma(b),c&&c.length>0&&(b+="___"+ma(c)),b.length>28&&(b=b.substr(0,28)+(b.length-28)),c=b,b=H(ka,"_p",I()),H(b,c,I())[a]=(new Date).getTime(),R(a,"_p",c))},ma=function(a){return a.join("__").replace(/\./g,"_").replace(/\-/g,"_").replace(/,/g,"_")};var na=I(),U=[],V=function(a){throw Error("Bad hint: "+a);};U.push(["jsl",function(a){for(var b in a)if(Object.prototype.hasOwnProperty.call(a,b)){var c=a[b];typeof c=="object"?M[b]=H(M,b,[]).concat(c):H(M,b,c)}if(b=a.u)a=H(M,"us",[]),a.push(b),(b=/^https:(.*)$/.exec(b))&&a.push("http:"+b[1])}]);var oa=/^(\/[a-zA-Z0-9_\-]+)+$/,pa=[/\/amp\//,/\/amp$/,/^\/amp$/],qa=/^[a-zA-Z0-9\-_\.,!]+$/,ra=/^gapi\.loaded_[0-9]+$/,sa=/^[a-zA-Z0-9,._-]+$/,wa=function(a,b,c,d,e){var f=a.split(";"),k=f.shift(),l=na[k],p=null;l?p=l(f |
URL: https://apis.google.com/_/scs/abc-static/_/js/k=ga... Model: Joe Sandbox AI | {
"risk_score": 6,
"reasoning": "The provided JavaScript snippet exhibits several behaviors that raise moderate security concerns. While it does not contain any high-risk indicators like dynamic code execution or data exfiltration, it does engage in external data transmission and uses obfuscated code, which are moderate-risk indicators. Additionally, the script appears to be initializing some toggles or settings, which could potentially be used for malicious purposes. Overall, the combination of these factors warrants a medium-risk score, requiring further review and analysis to determine the script's true intent and potential impact."
} |
gapi.loaded_0(function(_){var window=this;
_._F_toggles_initialize=function(a){(typeof globalThis!=="undefined"?globalThis:typeof self!=="undefined"?self:this)._F_toggles=a||[]};(0,_._F_toggles_initialize)([0x200000, ]);
var aa,ba,fa,ma,na,ra,sa,ua;aa=function(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}};ba=typeof Object.defineProperties=="function"?Object.defineProperty:function(a,b,c){if(a==Array.prototype||a==Object.prototype)return a;a[b]=c.value;return a};
fa=function(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("a");};_.ka=fa(this);ma=function(a,b){if(b)a:{var c=_.ka;a=a.split(".");for(var d=0;d<a.length-1;d++){var e=a[d];if(!(e in c))break a;c=c[e]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&b!=null&&ba(c,a,{configurable:!0,writable:!0,value:b})}};
ma("Symbol",function(a){if(a)return a;var b=function(f,h){this.Q0=f;ba(this,"description",{configurable:!0,writable:!0,value:h})};b.prototype.toString=function(){return this.Q0};var c="jscomp_symbol_"+(Math.random()*1E9>>>0)+"_",d=0,e=function(f){if(this instanceof e)throw new TypeError("Symbol is not a constructor");return new b(c+(f||"")+"_"+d++,f)};return e});
ma("Symbol.iterator",function(a){if(a)return a;a=Symbol("Symbol.iterator");for(var b="Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "),c=0;c<b.length;c++){var d=_.ka[b[c]];typeof d==="function"&&typeof d.prototype[a]!="function"&&ba(d.prototype,a,{configurable:!0,writable:!0,value:function(){return na(aa(this))}})}return a});na=function(a){a={next:a};a[Symbol.iterator]=function(){return this};return a};
_.pa=function(a){var b=typeof Symbol!="undefined"&&Symbol.iterator&&a[Symbol.iterator];if(b)return b.call(a);if(typeof a.length=="number")return{next:aa(a)};throw Error("b`"+String(a));};ra=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)};sa=typeof Object.assign=="function"?Object.assign:function(a,b){for(var c=1;c<arguments.length;c++){var d=arguments[c];if(d)for(var e in d)ra(d,e)&&(a[e]=d[e])}return a};ma("Object.assign",function(a){return a||sa});
_.ta=typeof Object.create=="function"?Object.create:function(a){var b=function(){};b.prototype=a;return new b};if(typeof Object.setPrototypeOf=="function")ua=Object.setPrototypeOf;else{var va;a:{var wa={a:!0},xa={};try{xa.__proto__=wa;va=xa.a;break a}catch(a){}va=!1}ua=va?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not extensible");return a}:null}_.za=ua;
ma("Promise",function(a){function b(){this.Df=null}function c(h){return h instanceof e?h:new e(function(k){k(h)})}if(a)return a;b.prototype.MO=function(h){if(this.Df==null){this.Df=[];var k=this;this.NO(function(){k.x7()})}this.Df.push(h)};var d=_.ka.setTimeout;b.prototype.NO=function(h){d(h,0)};b.prototype.x7=function(){for(;this.Df&&this.Df.length;){var h=this.Df;this.Df=[];for(var k=0;k<h.length;++k){var l=h[k];h[k]=null;try{l()}catch(m){this.gq(m)}}}this.Df=null};b.prototype.gq=function(h){this.NO(function(){throw h;
})};var e=function(h){this.Fa=0;this.tf=void 0;this.Kr=[];this.XU=!1;var k=this.aF();try{h(k.resolve,k.reject)}catch(l){k.reject(l)}};e.prototype.aF=function(){function h(m){return function(n){l||(l=!0,m.call(k,n))}}var k=this,l=!1;return{resolve:h(this.Mda),reject:h(this.HJ)}};e.prototype.Mda=function(h){if(h===this)this.HJ(new TypeError("A Promise cannot resolve to itself"));else if(h instanceof e)this.tfa(h);else{a:switch(typeof h){case "object":var k=h!=null;break a;case "function":k=!0;break a;
default:k=!1}k?this.Lda(h):this.cS(h)}};e.prototype.Lda=function(h){var k=void 0;try{k=h.then}catch(l){this.HJ(l);return}typeof k=="function"?this.ufa(k,h):this.cS(h)};e.prototype.HJ=function(h){this.LZ(2,h)};e.prototype.cS=function(h){this.LZ(1,h)};e.prototype.LZ=function(h,k){if(this.Fa! |
URL: https://files.seesaw.me/release/prod/static/js/10.... Model: Joe Sandbox AI | {
"risk_score": 4,
"reasoning": "The provided JavaScript snippet contains a mix of behaviors that require further review. While it does not exhibit any clear malicious intent, it has some moderate-risk indicators such as external data transmission and aggressive DOM manipulation. Additionally, the use of legacy APIs like `XDomainRequest` poses a minor risk. Overall, the script requires closer inspection to determine its true purpose and potential impact."
} |
/*! For license information please see 10.f7fa1713.chunk.js.LICENSE.txt */
(this["webpackJsonpreloaded-app"]=this["webpackJsonpreloaded-app"]||[]).push([[10],{"+/G+":function(e,t,n){e.exports=n.p+"static/media/announcements_family@3x.81d779ce.png"},"+2Ev":function(e,t,n){"use strict";n.r(t);var o=n("9ZA8");angular.module("utilComponents").component("ssBadge",{bindings:{displayNumber:"<",color:"@"},controller:function(){var e=this,t={primary:o.c.primary,secondary:"#999999",danger:o.c.alert};e.getBadgeColor=function(){return t[e.color]?t[e.color]:e.color?e.color:t.danger}},templateUrl:n("qcqk")})},"+3PM":function(e,t,n){"use strict";n.r(t);var o=n("MOzQ"),a=n("hSTb");angular.module("teacherControllers").controller("ManageFoldersController",["$scope","$uibModalInstance","$i18next","serverService","classDataManager","$routeParams","$timeout","$route","alertService","utilService","classId",function(e,t,n,r,i,s,l,c,d,u,p){p=p||s.classId;e.isEmpty=function(){return Object(o.c)(e.folderSections)},e.emptyStateImage=a.I.EMPTY_STATES.no_folders,e.showFooter=function(){return"folder_list"===e.modalState?!e.isEmpty():"loading_folders"!==e.modalState},e.nextOrBackButtonIsDisabled=function(){return!!e.folderRequest&&e.folderRequest.isLoading},e.closeModal=function(){m&&(e.modalsOpened.needToRefresh=!0),e.modalsOpened.needToRefresh&&"manage_folders"===e.modalsOpened.firstModal&&c.reload(),t.dismiss("close")},e.setState=function(t){e.modalState=t},e.selectFolder=function(t){e.currentFolder=t,e.inputData.folderName=e.currentFolder.tag_name,e.inputData.folderColor=e.currentFolder.tag_color,e.modalState="edit_folder"},e.editFolder=function(t){if(e.inputData.folderName){var o={class_id:p,tag_id:t.tag_id,tag_name:e.inputData.folderName,tag_color_value:e.inputData.folderColor};e.folderRequest=r.makePostRequest("/api/class/tags/edit",o,(function(t){angular.extend(e.currentFolder,t.tag);var n=i.getFolder(p,e.currentFolder.tag_id);angular.extend(n,t.tag),m=!0,g()}))}else d.openAlertModal(null,n.t("classSettings:manageFolders.folderName"),!1)},e.removeFolder=function(t){var o={class_id:p,tag_id:t.tag_id},a=n.t("classSettings:manageFolders.confirmRemoveFolder",{folderName:t.tag_name}),i=n.t("classSettings:modalTitles.removeFolder");d.openColorMessageModal(n.t("classSettings:manageFolders.removeFolder"),a,i,"DANGER",(function(){e.folderRequest=r.makePostRequest("/api/class/tags/remove",o,(function(n){for(var o=0;o<e.folderSections.length;o++)for(var a=e.folderSections[o].tags.objects,r=0;r<a.length;r++)if(a[r].tag_id===t.tag_id)return a.splice(r,1),void g();g()}))}))},e.createNewFolder=function(){var t={class_id:p,tag_name:e.inputData.folderName,tag_color_value:e.inputData.folderColor};""===t.tag_name||void 0===t.tag_name?d.openAlertModal(null,n.t("classSettings:manageFolders.enterFolderName"),!1):e.folderRequest=r.makePostRequest("/api/class/tags/add",t,(function(t){t.folder_selection_mode&&(e.classInfo.folder_selection_mode=t.folder_selection_mode);var n=t.tag;n.count=n.count||0,0===e.folderSections.length&&e.folderSections.push({name:"FOLDERS",tags:{objects:[]}}),e.folderSections[e.folderSections.length-1].tags.objects.push(n),i.addFolder(p,n),e.modalsOpened.needToRefresh=!0,g()}))},e.goBack=function(){"edit_folder"===e.modalState?e.inputData.folderName!==e.currentFolder.tag_name||e.inputData.folderColor!==e.currentFolder.tag_color?e.editFolder(e.currentFolder):g():"create_folder"===e.modalState&&d.openAlertModal(null,n.t("classSettings:manageFolders.folderNotSaved"),!0,(function(){g()}))};var g=function(){e.modalState="folder_list",e.currentFolder=null,e.inputData.folderName="",e.inputData.folderColor=""};e.setupFoldersHelpCenterUrl=a.G.setupFolders,e.modalState="loading_folders",e.modalTitle=n.t("classSettings:modalTitles.manageFolders"),e.currentFolder=null,e.folderRequest={isLoading:!1},e.classInfo=i.classInfo(p),e.inputData={folderName:"",folderColor:""},e.modalsOpened||(e.modalsOpened={firstModal:"manage_folders",needToRefresh:!1});var m=!1;!function |
URL: https://app.seesaw.me/#/item/item.458620ed-6ab6-4874-8a90-aa31b75d3cd6/share/lEkLLLT6TUehqWhupDFOAA Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Frederique Decrock shared a with you",
"prominent_button_name": "unknown",
"text_input_field_labels": "unknown",
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": false,
"has_visible_qrcode": false,
"contains_chinese_text": false
} |
|
URL: https://app.seesaw.me/#/item/item.458620ed-6ab6-4874-8a90-aa31b75d3cd6/share/lEkLLLT6TUehqWhupDFOAA Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Frederique Decrock shared a file with you",
"prominent_button_name": "Open",
"text_input_field_labels": "unknown",
"pdf_icon_visible": true,
"has_visible_captcha": false,
"has_urgent_text": false,
"has_visible_qrcode": false,
"contains_chinese_text": false
} |
|
URL: https://app.seesaw.me/#/item/item.458620ed-6ab6-4874-8a90-aa31b75d3cd6/share/lEkLLLT6TUehqWhupDFOAA Model: Joe Sandbox AI | {
"brands": [
"Seesaw"
]
} |
|
URL: https://app.seesaw.me/#/item/item.458620ed-6ab6-4874-8a90-aa31b75d3cd6/share/lEkLLLT6TUehqWhupDFOAA Model: Joe Sandbox AI | {
"brands": [
"Seesaw"
]
} |
|
URL: https://vallalarmatrichrsecschool.com/n/?c3Y9bzM2NV8xX25vbSZyYW5kPVQwTjFNa2M9JnVpZD1VU0VSMDMxMjIwMjRVMjExMjAzMjk=N0123N Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Trying to sign in",
"prominent_button_name": "Cancel",
"text_input_field_labels": "unknown",
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": false,
"has_visible_qrcode": false,
"contains_chinese_text": false
} |
|
URL: https://vallalarmatrichrsecschool.com Model: Joe Sandbox AI | {
"typosquatting": false,
"unusual_query_string": false,
"suspicious_tld": false,
"ip_in_url": false,
"long_subdomain": false,
"malicious_keywords": false,
"encoded_characters": false,
"redirection": false,
"contains_email_address": false,
"known_domain": false,
"brand_spoofing_attempt": false,
"third_party_hosting": false
} |
URL: https://vallalarmatrichrsecschool.com |
URL: https://vallalarmatrichrsecschool.com/n/?c3Y9bzM2NV8xX25vbSZyYW5kPVQwTjFNa2M9JnVpZD1VU0VSMDMxMjIwMjRVMjExMjAzMjk=N0123N Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Enter a valid email address, phone number, or Skype name.",
"prominent_button_name": "Next",
"text_input_field_labels": "unknown",
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": false,
"has_visible_qrcode": false,
"contains_chinese_text": false
} |
|
URL: https://vallalarmatrichrsecschool.com/n/?c3Y9bzM2NV8xX25vbSZyYW5kPVQwTjFNa2M9JnVpZD1VU0VSMDMxMjIwMjRVMjExMjAzMjk=N0123N Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Sign in",
"prominent_button_name": "Next",
"text_input_field_labels": "unknown",
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": false,
"has_visible_qrcode": false,
"contains_chinese_text": false
} |
|
URL: https://vallalarmatrichrsecschool.com/n/?c3Y9bzM2NV8xX25vbSZyYW5kPVQwTjFNa2M9JnVpZD1VU0VSMDMxMjIwMjRVMjExMjAzMjk=N0123N Model: Joe Sandbox AI | {
"brands": "unknown"
} |
|
URL: https://vallalarmatrichrsecschool.com/n/?c3Y9bzM2NV8xX25vbSZyYW5kPVQwTjFNa2M9JnVpZD1VU0VSMDMxMjIwMjRVMjExMjAzMjk=N0123N Model: Joe Sandbox AI | {
"brands": [
"Microsoft"
]
} |
|
URL: https://vallalarmatrichrsecschool.com/n/?c3Y9bzM2NV8xX25vbSZyYW5kPVQwTjFNa2M9JnVpZD1VU0VSMDMxMjIwMjRVMjExMjAzMjk=N0123N Model: Joe Sandbox AI | {
"brands": [
"Microsoft"
]
} |
|
URL: https://vallalarmatrichrsecschool.com/n/?c3Y9bzM2NV8xX25vbSZyYW5kPVQwTjFNa2M9JnVpZD1VU0VSMDMxMjIwMjRVMjExMjAzMjk=N0123N Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Enter a valid email address, phone number, or Skype name.",
"prominent_button_name": "Next",
"text_input_field_labels": [
"Email, phone or Skype"
],
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": false,
"has_visible_qrcode": false,
"contains_chinese_text": false
} |
|
URL: https://vallalarmatrichrsecschool.com/n/?c3Y9bzM2NV8xX25vbSZyYW5kPVQwTjFNa2M9JnVpZD1VU0VSMDMxMjIwMjRVMjExMjAzMjk=N0123N Model: Joe Sandbox AI | {
"brands": [
"Microsoft"
]
} |
|
URL: https://vallalarmatrichrsecschool.com/n/?c3Y9bzM2NV8xX25vbSZyYW5kPVQwTjFNa2M9JnVpZD1VU0VSMDMxMjIwMjRVMjExMjAzMjk=N0123N Model: Joe Sandbox AI | ```json{ "legit_domain": "microsoft.com", "classification": "wellknown", "reasons": [ "The brand 'Microsoft' is a well-known global technology company.", "The URL 'vallalarmatrichrsecschool.com' does not match the legitimate domain 'microsoft.com'.", "The URL does not contain any recognizable association with Microsoft.", "The domain name appears to be unrelated to Microsoft, suggesting a potential phishing attempt.", "The presence of input fields for 'Email, phone or Skype' is typical for phishing sites targeting Microsoft accounts." ], "riskscore": 9}
Google indexed: False |
URL: vallalarmatrichrsecschool.com
Brands: Microsoft
Input Fields: Email, phone or Skype |