URL: https://esned.es 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://esned.es |
URL: https://esned.es/tec Model: Joe Sandbox AI | {
"contains_trigger_text": false,
"trigger_text": "unknown",
"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,
"contains_fake_security_alerts": false
} |
|
URL: https://esned.es/tec Model: Joe Sandbox AI | {
"brands": "unknown"
} |
|
URL: https://blog.mcarthurbs.net 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://blog.mcarthurbs.net |
URL: https://app.hyperise.io/snippets/r/v2/NdIfAQkpX.js... Model: Joe Sandbox AI | {
"risk_score": 4,
"reasoning": "The provided JavaScript snippet has a moderate risk score due to the following factors:
1. External Data Transmission (+2 points): The script sends user data to the 'https://app.hyperise.io/snippets/hp/fetch-data' and 'https://app.hyperise.io/snippets/hp/fetch-settings' endpoints, which could potentially include sensitive information.
2. Fallback Domains (+2 points): The script uses multiple fallback domains, including 'https://img.hyperise.io/i/{{image_hash}}.png', which could be of unknown or dubious reputation.
3. Tracking Behavior (+1 point): The script includes Facebook Pixel functionality, which is a common tracking mechanism, but the purpose and transparency of this behavior are unclear.
The script does not exhibit any high-risk indicators like dynamic code execution or obvious data exfiltration. However, the external data transmission and use of fallback domains warrant further review to ensure the script's legitimacy and the appropriate handling of user data. Overall, the risk score is in the medium range, and the script should be examined more closely to determine its true intent and potential impact."
} |
var personalizationSnippet = function() {
var defaultUrl = 'https://img.hyperise.io/i/{{image_hash}}.png';
var serviceUrl = 'https://app.hyperise.io/snippets/hp/fetch-data';
var settingsUrl = 'https://app.hyperise.io/snippets/hp/fetch-settings';
var availableParams = JSON.parse('["business_name","business_phone","business_address","website","fb_id","category","title","first_name","last_name","gender","job_title","phone","home_phone","email","employees_range","revenue","custom_text_1","custom_text_2","custom_text_3","custom_text_4","custom_text_5","logo","profile_image","profile_url","custom_image_1","custom_image_2","custom_image_3","country","state","city","street","street2","zip","lat","long","appstore_link","qr_url","qr_text"]');
availableParams.push('utm_hyperef');
availableParams.push('utm_campaign');
availableParams.push('utm_source');
availableParams.push('utm_medium');
availableParams.push('utm_term');
availableParams.push('utm_content');
var availableSegmentParams = ["utm_campaign", "utm_source", "utm_medium", "utm_term", "utm_content"];
var settingsPrepared = false;
var settings = {};
var accountHash = 'NdIfAQkpX';
var paramId = 0;
var originalId = 0;
var dynamicData = {};
var dynamicDataApplied = {};
var appliedChanges = [];
var imageIdUsed = false;
var self = null;
var novUpdated = false;
var formEventAttempt = 0;
callAjax = function(url, data, callback) {
var xmlhttp;
xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function() {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
callback(xmlhttp.response);
}
}
xmlhttp.open("POST", url, true);
xmlhttp.setRequestHeader("Content-Type", "application/json");
xmlhttp.send(JSON.stringify(data));
}
fbPixelBlock = function() {
var pixelId = settings.pixelId || false;
if (!pixelId) {
return;
}
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', pixelId);
fbq('track', 'PageView');
fbq('track', 'ViewContent', {
content_ids: [originalId],
content_type: 'product'
});
document.body.insertAdjacentHTML('beforeend', '<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=' + pixelId + '&ev=PageView&noscript=1"/></noscript>');
}
function getParams (url) {
var params = {};
var parser = document.createElement('a');
parser.href = url;
var query = parser.search.substring(1);
var vars = query.split('&');
for (var i = 0; i < vars.length; i++) {
var pair = vars[i].split('=');
if (pair[0] && pair[1] && (availableParams.indexOf(pair[0]) >= 0 || pair[1].substring(0, 8) == 'https://' || pair[1].substring(0, 7) == 'http://')) {
params[pair[0]] = url.searchParams.get(pair[0]);
}
}
return params;
};
function getSegmentParams (url) {
var params = {};
var parser = document.createElement('a');
parser.href = url;
var query = parser.search.substring(1);
var vars = query.split('&');
for (var i = 0; i < vars.length; i++) {
var pair = vars[i].split('=');
if (pair[0] && pair[1] && availableSegmentParams.indexOf(pair[0]) >= 0) {
params[pair[0]] = url.searchParams.get(pair[0]);
}
}
params.referrer = document.refer |
URL: https://js.stripe.com/v3... Model: Joe Sandbox AI | {
"risk_score": 7,
"reasoning": "This script exhibits several high-risk behaviors, including data exfiltration and the use of obfuscated code. While it may have some legitimate functionality, such as analytics or tracking, the overall risk level is elevated due to the suspicious nature of the script's activities."
} |
!function(){function e(t){var n=o[t];if(void 0!==n)return n.exports;var i=o[t]={id:t,loaded:!1,exports:{}};return r[t](i,i.exports,e),i.loaded=!0,i.exports}var t,n,r={723:function(e,t,n){"use strict";function r(e){l.length||(a(),!0),l[l.length]=e}function o(){for(;d<l.length;){var e=d;if(d+=1,l[e].call(),d>1024){for(var t=0,n=l.length-d;t<n;t++)l[t]=l[t+d];l.length-=d,d=0}}l.length=0,d=0,!1}function i(e){return function(){function t(){clearTimeout(n),clearInterval(r),e()}var n=setTimeout(t,0),r=setInterval(t,50)}}e.exports=r;var a,c,s,u,l=[],d=0,p=void 0!==n.g?n.g:self,m=p.MutationObserver||p.WebKitMutationObserver;"function"==typeof m?(c=1,s=new m(o),u=document.createTextNode(""),s.observe(u,{characterData:!0}),a=function(){c=-c,u.data=c}):a=i(o),r.requestFlush=a,r.makeRequestCallFromTimer=i},5937:function(e,t,n){e.exports=n.p+"fingerprinted/img/abnamro-4445e65420800f96f68cfc67a273f66b.svg"},1520:function(e,t,n){e.exports=n.p+"fingerprinted/img/asn-3d9b1bbff2f8f12105510992dbb37ae8.svg"},3089:function(e,t,n){e.exports=n.p+"fingerprinted/img/bunq-4b42e7fb68fac0c5abb7ba3492115d81.svg"},8256:function(e,t,n){e.exports=n.p+"fingerprinted/img/ing-f4beb9f58834a82babe38427cec0ba95.svg"},4223:function(e,t,n){e.exports=n.p+"fingerprinted/img/knab-dbdf61d58d3004c23573158cb91e9569.svg"},6863:function(e,t,n){e.exports=n.p+"fingerprinted/img/n26-5ad3e0ae7677208c845a3b81e42bdd0e.svg"},6628:function(e,t,n){e.exports=n.p+"fingerprinted/img/nn-ef0da4b36142c28718ad24baedc58453.svg"},9824:function(e,t,n){e.exports=n.p+"fingerprinted/img/rabobank-dc5187e8413419975fda9a72a08c25a3.svg"},3260:function(e,t,n){e.exports=n.p+"fingerprinted/img/regiobank-d3d9929a79d4e6a127e09ea8abe201b9.svg"},4975:function(e,t,n){e.exports=n.p+"fingerprinted/img/revolut-bbd51dde92fa137e0060ac6210978827.svg"},4481:function(e,t,n){e.exports=n.p+"fingerprinted/img/sns-bfdac0e49115f2f30c9fe978b5221531.svg"},3381:function(e,t,n){e.exports=n.p+"fingerprinted/img/triodos-cf5d13d3dea9d1250d2b51a8eb0b53e8.svg"},3181:function(e,t,n){e.exports=n.p+"fingerprinted/img/vanlanschot-2b1bf938febce9173fe10ff6265e9657.svg"},2142:function(e,t,n){e.exports=n.p+"fingerprinted/img/yoursafe-c3cd00e5634e9c380c28ffe985359728.svg"},5584:function(e,t,n){e.exports=n.p+"fingerprinted/img/CitibankLogo-78480c77462a60a4b947afa68103eeb2.svg"},9098:function(e,t,n){e.exports=n.p+"fingerprinted/img/CompassLogo-deb285edc2544392b5e8312552670f3d.svg"},4769:function(e,t,n){e.exports=n.p+"fingerprinted/img/NavyFederalCreditUnionLogo-d9bc60bbdbe9ae0b1de004332c0ac5c3.svg"},8778:function(e,t,n){e.exports=n.p+"fingerprinted/img/SVBLogo-a98ea327388a832a6f6608656086126c.svg"},161:function(e,t,n){e.exports=n.p+"fingerprinted/img/SuntrustLogo-1c62006661a287065c3df3572a091ba2.svg"},9757:function(e,t,n){e.exports=n.p+"fingerprinted/img/TDLogo-19c4074f388ea4ae4bad3574087cdafa.svg"},6119:function(e,t,n){e.exports=n.p+"fingerprinted/img/USAALogo-c03c680bb70106cbba083a46f5ec5594.svg"},2531:function(e,t,n){e.exports=n.p+"fingerprinted/img/USBankLogo-d95f3a6cdfc55215ddf752f5e034a548.svg"},3407:function(e,t,n){e.exports=n.p+"fingerprinted/img/amex-3440dd14f9308959e71dfef65267235f.svg"},8037:function(e,t,n){e.exports=n.p+"fingerprinted/img/mastercard-4868931ddf88ab0fc551d18a1a859ff7.svg"},3637:function(e,t,n){e.exports=n.p+"fingerprinted/img/visa-0daded1e4b9a21ae5304a6794bb9e46a.svg"},7418:function(e){"use strict";function t(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}var n=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object |
URL: https://d33vglzdi1uj1c.cloudfront.net/runtime.5b9b... Model: Joe Sandbox AI | {
"risk_score": 4,
"reasoning": "The provided JavaScript snippet appears to be a runtime module loader, which is a common pattern in modern web development. While it exhibits some behaviors that could be considered moderate-risk, such as external data transmission and the use of legacy APIs, there are no clear indicators of malicious intent. The script seems to be part of a larger application and requires further context to make a more accurate assessment."
} |
(()=>{"use strict";var e,r,t,o={},n={};function a(e){var r=n[e];if(void 0!==r)return r.exports;var t=n[e]={id:e,loaded:!1,exports:{}};return o[e].call(t.exports,t,t.exports,a),t.loaded=!0,t.exports}a.m=o,e=[],a.O=(r,t,o,n)=>{if(!t){var i=1/0;for(s=0;s<e.length;s++){for(var[t,o,n]=e[s],d=!0,l=0;l<t.length;l++)(!1&n||i>=n)&&Object.keys(a.O).every((e=>a.O[e](t[l])))?t.splice(l--,1):(d=!1,n<i&&(i=n));if(d){e.splice(s--,1);var u=o();void 0!==u&&(r=u)}}return r}n=n||0;for(var s=e.length;s>0&&e[s-1][2]>n;s--)e[s]=e[s-1];e[s]=[t,o,n]},a.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return a.d(r,{a:r}),r},a.d=(e,r)=>{for(var t in r)a.o(r,t)&&!a.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},a.f={},a.e=e=>Promise.all(Object.keys(a.f).reduce(((r,t)=>(a.f[t](e,r),r)),[])),a.u=e=>"mercado-pago-card-payment.fa1c77dfd34c77e2f77c.js",a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.hmd=e=>((e=Object.create(e)).children||(e.children=[]),Object.defineProperty(e,"exports",{enumerable:!0,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+e.id)}}),e),a.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),r={},t="editor:",a.l=(e,o,n,i)=>{if(r[e])r[e].push(o);else{var d,l;if(void 0!==n)for(var u=document.getElementsByTagName("script"),s=0;s<u.length;s++){var c=u[s];if(c.getAttribute("src")==e||c.getAttribute("data-webpack")==t+n){d=c;break}}d||(l=!0,(d=document.createElement("script")).charset="utf-8",d.timeout=120,a.nc&&d.setAttribute("nonce",a.nc),d.setAttribute("data-webpack",t+n),d.src=e),r[e]=[o];var f=(t,o)=>{d.onerror=d.onload=null,clearTimeout(p);var n=r[e];if(delete r[e],d.parentNode&&d.parentNode.removeChild(d),n&&n.forEach((e=>e(o))),t)return t(o)},p=setTimeout(f.bind(null,void 0,{type:"timeout",target:d}),12e4);d.onerror=f.bind(null,d.onerror),d.onload=f.bind(null,d.onload),l&&document.head.appendChild(d)}},a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.p="https://d33vglzdi1uj1c.cloudfront.net/",(()=>{var e={666:0};a.f.j=(r,t)=>{var o=a.o(e,r)?e[r]:void 0;if(0!==o)if(o)t.push(o[2]);else if(666!=r){var n=new Promise(((t,n)=>o=e[r]=[t,n]));t.push(o[2]=n);var i=a.p+a.u(r),d=new Error;a.l(i,(t=>{if(a.o(e,r)&&(0!==(o=e[r])&&(e[r]=void 0),o)){var n=t&&("load"===t.type?"missing":t.type),i=t&&t.target&&t.target.src;d.message="Loading chunk "+r+" failed.\n("+n+": "+i+")",d.name="ChunkLoadError",d.type=n,d.request=i,o[1](d)}}),"chunk-"+r,r)}else e[r]=0},a.O.j=r=>0===e[r];var r=(r,t)=>{var o,n,[i,d,l]=t,u=0;if(i.some((r=>0!==e[r]))){for(o in d)a.o(d,o)&&(a.m[o]=d[o]);if(l)var s=l(a)}for(r&&r(t);u<i.length;u++)n=i[u],a.o(e,n)&&e[n]&&e[n][0](),e[n]=0;return a.O(s)},t=self.webpackChunkeditor=self.webpackChunkeditor||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})()})();
//# sourceMappingURL=runtime.5b9b08486eb6a6315d39.js.map
|
URL: https://connect.facebook.net/signals/config/107514... Model: Joe Sandbox AI | {
"risk_score": 2,
"reasoning": "This appears to be a legitimate Facebook Pixel script that is used for analytics and tracking purposes. While it uses some legacy APIs like `XDomainRequest`, the overall behavior is consistent with typical analytics functionality and there are no clear indicators of malicious intent. The script is also open-source and provided by Facebook, a reputable company. Therefore, the risk score is low."
} |
/**
* Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
* copy, modify, and distribute this software in source code or binary form for use
* in connection with the web services and APIs provided by Facebook.
*
* As with any software that integrates with the Facebook platform, your use of
* this software is subject to the Facebook Platform Policy
* [http://developers.facebook.com/policy/]. This copyright notice shall be
* included in all copies or substantial portions of the software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
(function(a,b,c,d){var e={exports:{}};e.exports;(function(){var f=a.fbq;f.execStart=a.performance&&a.performance.now&&a.performance.now();if(!function(){var b=a.postMessage||function(){};if(!f){b({action:"FB_LOG",logType:"Facebook Pixel Error",logMessage:"Pixel code is not installed correctly on this page"},"*");"error"in console&&console.error("Facebook Pixel Error: Pixel code is not installed correctly on this page");return!1}return!0}())return;var g=typeof Symbol==="function"&&typeof (typeof Symbol==="function"?Symbol.iterator:"@@iterator")==="symbol"?function(a){return typeof a}:function(a){return a&&typeof Symbol==="function"&&a.constructor===Symbol&&a!==(typeof Symbol==="function"?Symbol.prototype:"@@prototype")?"symbol":typeof a},h=function(){function a(a,b){for(var c=0;c<b.length;c++){var d=b[c];d.enumerable=d.enumerable||!1;d.configurable=!0;"value"in d&&(d.writable=!0);Object.defineProperty(a,d.key,d)}}return function(b,c,d){c&&a(b.prototype,c);d&&a(b,d);return b}}(),i=function(){function a(a,b){var c=[],d=!0,e=!1,f=void 0;try{for(var g=a[typeof Symbol==="function"?Symbol.iterator:"@@iterator"](),a;!(d=(a=g.next()).done);d=!0){c.push(a.value);if(b&&c.length===b)break}}catch(a){e=!0,f=a}finally{try{!d&&g["return"]&&g["return"]()}finally{if(e)throw f}}return c}return function(b,c){if(Array.isArray(b))return b;else if((typeof Symbol==="function"?Symbol.iterator:"@@iterator")in Object(b))return a(b,c);else throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();function j(a,b){if(!a)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b&&(typeof b==="object"||typeof b==="function")?b:a}function k(a,b){if(typeof b!=="function"&&b!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof b);a.prototype=Object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}});b&&(Object.setPrototypeOf?Object.setPrototypeOf(a,b):a.__proto__=b)}function l(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}f.__fbeventsModules||(f.__fbeventsModules={},f.__fbeventsResolvedModules={},f.getFbeventsModules=function(a){f.__fbeventsResolvedModules[a]||(f.__fbeventsResolvedModules[a]=f.__fbeventsModules[a]());return f.__fbeventsResolvedModules[a]},f.fbIsModuleLoaded=function(a){return!!f.__fbeventsModules[a]},f.ensureModuleRegistered=function(b,a){f.fbIsModuleLoaded(b)||(f.__fbeventsModules[b]=a)});
f.ensureModuleRegistered("signalsFBEventsCollapseUserData",function(){
return function(f,g,h,i){var j={exports:{}};j.exports;(function(){"use strict";var a=Object.assign||function(a){for(var b=1;b<arguments.length;b++){var c=arguments[b];for(var d in c)Object.prototype.hasOwnProperty.call(c,d)&&(a[d]=c[d])}return a};function b(b,c){if(b==null)return null;var d=Object.keys(b).some(function(a){return Object.prototype.hasOwnProperty.call(c,a)&&b[a]!==c |
URL: https://d33vglzdi1uj1c.cloudfront.net/vendors~page... Model: Joe Sandbox AI | {
"risk_score": 4,
"reasoning": "The provided JavaScript snippet appears to be a part of a larger application that integrates with the MercadoPago payment platform. While the code does not exhibit any obvious high-risk behaviors, there are some moderate-risk indicators that warrant further review. The code uses external data transmission to interact with the MercadoPago SDK, which could potentially send user data to third-party domains. Additionally, the code uses fallback domains, which could be a concern if one of the domains is untrusted. Overall, the risk score is in the medium range, and the code should be reviewed in the context of the larger application to ensure that it is implemented securely and with appropriate safeguards for user data."
} |
/*! For license information please see vendors~page.1a6e6e90d905f027a993.js.LICENSE.txt */
(self.webpackChunkeditor=self.webpackChunkeditor||[]).push([[705],{468:(e,t,n)=>{"use strict";var r=n(9864),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function u(e){return r.isMemo(e)?a:s[e.$$typeof]||o}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=a;var c=Object.defineProperty,l=Object.getOwnPropertyNames,f=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(h){var o=d(n);o&&o!==h&&e(t,o,r)}var a=l(n);f&&(a=a.concat(f(n)));for(var s=u(t),m=u(n),y=0;y<a.length;++y){var g=a[y];if(!(i[g]||r&&r[g]||m&&m[g]||s&&s[g])){var v=p(n,g);try{c(t,g,v)}catch(e){}}}}return t}},8725:(e,t)=>{"use strict";t.M=void 0;const n="https://sdk.mercadopago.com/js/v2",r=/^https:\/\/sdk\.mercadopago\.com\/js\/v2\/?(\?.*)?$/,o="MercadoPago has already been initialized in your window, please remove the duplicate import";let i=null;t.M=()=>(null!==i||(i=new Promise(((e,t)=>{if("undefined"!=typeof window){if(window.MercadoPago)return console.warn(o),void e(window.MercadoPago);try{let i=(()=>{for(var e=document.querySelectorAll(`script[src^="${n}"`),t=0;t<e.length;t++){var o=e[t];if(r.test(o.src))return o}return null})();i?console.warn(o):i||(i=(()=>{const e=document.createElement("script");e.src=n;const t=document.head||document.body;if(!t)throw new Error("Expected document.body or document.head not to be null. MercadoPago requires a <body> or a <head> element, please add on your project.");return t.appendChild(e),e})()),i.addEventListener("load",(()=>{window.MercadoPago?e(window.MercadoPago):t(new Error("MercadoPago.js not available"))})),i.addEventListener("error",(()=>{t(new Error("Failed to load MercadoPago.js"))}))}catch(e){return void t(e)}}else e(null)}))),i)},5375:(e,t,n)=>{"use strict";n.d(t,{Wg:()=>p,R6:()=>i});var r=n(8725);class o{static getInstance(){return e=this,t=void 0,o=function*(){if(this.publicKey)return this.loadedInstanceMercadoPago||(yield(0,r.M)(),this.loadedInstanceMercadoPago=!0),this.instanceMercadoPago||(this.instanceMercadoPago=new window.MercadoPago(this.publicKey,this.options)),this.instanceMercadoPago;console.error("Expected the PUBLIC_KEY to render the MercadoPago SDK React")},new((n=void 0)||(n=Promise))((function(r,i){function a(e){try{u(o.next(e))}catch(e){i(e)}}function s(e){try{u(o.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,s)}u((o=o.apply(e,t||[])).next())}));var e,t,n,o}}o.publicKey=null,o.options={},o.instanceMercadoPago=void 0,o.loadedInstanceMercadoPago=!1;const i=(e,t)=>{const n=Object.assign(Object.assign({},t),{frontEndStack:"react"}),r=(i=o.options,a=n,!(Object.keys(i).length===Object.keys(a).length&&Object.keys(i).every((e=>Object.prototype.hasOwnProperty.call(a,e)&&i[e]===a[e]))));var i,a;(e!==o.publicKey||r)&&(o.publicKey=e,o.options=n,o.instanceMercadoPago=void 0)};var a=n(7294),s=n.n(a);const u=()=>{return e=void 0,t=void 0,r=function*(){},new((n=void 0)||(n=Promise))((function(o,i){function a(e){try{u(r.next(e))}catch(e){i(e)}}function s(e){try{u(r.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,s)}u((r=r.apply(e,t||[])).next())}));var e,t,n,r},c=()=>{},l=e=>{console.error(e)},f=e=>{console.log(e)};const p=({onReady:e=c,onError:t=l,onSubmit:n=u,onBinChange:r=f,initialization:i,customization:p,locale:d})=>((0,a.useEffect)((()=>{let a;const s={settings:{initialization:i,customization:p,callbacks:{onReady:e |
URL: https://www.esned.es/tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Estrategias para Captar Clientes y Aumentar las Ventas con Inteligencia Artificial",
"prominent_button_name": "CANAL DE WHATSAPP",
"text_input_field_labels": "unknown",
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es 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://www.esned.es |
URL: https://www.esned.es/tec Model: Joe Sandbox AI | {
"brands": "unknown"
} |
|
URL: https://d33vglzdi1uj1c.cloudfront.net/page.d0c1ec9... Model: Joe Sandbox AI | ```json
{
"risk_score": 1,
"reasoning": "The script primarily involves UI component definitions and configurations using React and styled-components. There are no high-risk behaviors such as dynamic code execution, data exfiltration, or redirects. The script does not interact with external domains or perform aggressive DOM manipulations. It appears to be part of a legitimate web application setup."
} |
"use strict";(self.webpackChunkeditor=self.webpackChunkeditor||[]).push([[768],{9640:(e,t,n)=>{n.d(t,{Z:()=>m});var o=n(7294),r=n.n(o),i=n(5697),a=n.n(i),l=n(2474);const c=l.ZP.div.withConfig({displayName:"Overlay",componentId:"sc-15eoxx0-0"})(["width:100%;height:100%;min-height:100vh;position:fixed;left:0;top:0;z-index:",";background-color:",";"],(function(e){return e.zIndex||"auto"}),(function(e){return e.dark?"rgba(0, 0, 0, 0.5)":"transparent"})),u=l.ZP.div.withConfig({displayName:"PointlessDiv",componentId:"sc-172lobw-0"})(["pointer-events:none;height:inherit;"]);var s=function(e){return r().createElement(c,{onClick:e.hide,dark:e.dark,zIndex:e.zIndex},r().createElement(u,null))};s.propTypes={hide:a().func,dark:a().bool,zIndex:a().oneOfType([a().number,a().string])},s.defaultProps={dark:!1,zIndex:1,hide:null};const m=s},8825:(e,t,n)=>{n.d(t,{cb:()=>o,c:()=>r});var o="STEP_OPT_IN",r="STEP_PAYMENT"},682:(e,t,n)=>{n.d(t,{R:()=>o});var o={COMPANY:"company",PERSONAL:"personal"}},3332:(e,t,n)=>{n.d(t,{Z:()=>o});const o={BODY:"BODY",SECTION:"SECTION",ROW:"ROW",COLUMN:"COLUMN",COLUMN_3:"COLUMN_3",COLUMN_4:"COLUMN_4",COLUMN_6:"COLUMN_6",COLUMN_8:"COLUMN_8",COLUMN_12:"COLUMN_12",TEXT:"TEXT",BULLET_LIST:"BULLET_LIST",TEXT_HEADLINE:"TEXT_HEADLINE",BUTTON:"BUTTON",FORM_INPUT:"FORM_INPUT",START_TIMER:"START_TIMER",WEBINAR_REGISTRATION_DATE:"WEBINAR_REGISTRATION_DATE",WEBINAR_SESSION_DATE_TIME:"WEBINAR_SESSION_DATE_TIME",WEBINAR_SESSION_LINK:"WEBINAR_SESSION_LINK",WEBINAR_SESSION_CALL_TO_ACTION:"WEBINAR_SESSION_CALL_TO_ACTION",WEBINAR_SESSION_VIDEO:"WEBINAR_SESSION_VIDEO",IMAGE:"IMAGE",POPUP:"POPUP",REMOTE_POPUP:"REMOTE_POPUP",INLINE:"INLINE",VIDEO:"VIDEO",AUDIO:"AUDIO",CONTENT_BOX:"CONTENT_BOX",FB_COMMENTS:"FB_COMMENTS",PAYMENT_METHOD:"PAYMENT_METHOD",CUSTOMER_TYPE:"CUSTOMER_TYPE",OFFER_PRICE:"OFFER_PRICE",RAW_HTML:"RAW_HTML",PAYMENT_BUTTON:"PAYMENT_BUTTON",PAYMENT_BUTTON_AGREE:"PAYMENT_BUTTON_AGREE",PAYMENT_BUTTON_DISAGREE:"PAYMENT_BUTTON_DISAGREE",ORDER_BUMP:"ORDER_BUMP",EXPLICIT_CONSENT:"EXPLICIT_CONSENT",AGREEMENT:"AGREEMENT",ORDER_SUMMARY:"ORDER_SUMMARY",COUNTDOWN:"COUNTDOWN",PHYSICAL_PRODUCT:"PHYSICAL_PRODUCT",SALES_REDIRECTION_BUTTON:"SALES_REDIRECTION_BUTTON",COUPON:"COUPON",BLOG_POST_BODY:"BLOG_POST_BODY",BLOG_PAGE_BODY:"BLOG_PAGE_BODY",BLOG_POST_LAYOUT_BODY:"BLOG_POST_LAYOUT_BODY",BLOG_POST_TITLE:"BLOG_POST_TITLE",BLOG_POST_DATE:"BLOG_POST_DATE",BLOG_POST_CATEGORIES:"BLOG_POST_CATEGORIES",BLOG_POST_CONTENT_PLACEHOLDER:"BLOG_POST_CONTENT_PLACEHOLDER",BLOG_CONTENT_PLACEHOLDER:"BLOG_CONTENT_PLACEHOLDER",BLOG_POST_LISTING:"BLOG_POST_LISTING",LATEST_BLOG_POSTS:"LATEST_BLOG_POSTS",MENU:"MENU",LANGUAGE_SWITCHER:"LANGUAGE_SWITCHER",TWO_STEP_PAYMENT_FORM:"TWO_STEP_PAYMENT_FORM",TWO_STEP_PAYMENT_FORM_STEP_OPT_IN:"TWO_STEP_PAYMENT_FORM_STEP_OPT_IN",TWO_STEP_PAYMENT_FORM_STEP_PAYMENT:"TWO_STEP_PAYMENT_FORM_STEP_PAYMENT",SIDE_MENU_OPENED:"SIDE_MENU_OPENED",HORIZONTAL_LINE:"HORIZONTAL_LINE",TWITTER_TWEET_BUTTON:"TWITTER_TWEET_BUTTON",SURVEY:"SURVEY",CAROUSEL:"CAROUSEL",CAROUSEL_ITEM:"CAROUSEL_ITEM"}},2401:(e,t,n)=>{var o;n.d(t,{g:()=>o}),function(e){e.Company="company",e.Personal="personal"}(o||(o={}))},6619:(e,t,n)=>{var o;n.d(t,{P:()=>o}),function(e){e.Email="email",e.Password="password",e.ConfirmPassword="confirm_password",e.FirstName="first_name",e.FullName="full_name",e.LastName="surname",e.Subject="subject",e.Surname="surname",e.PhoneNumber="phone_number",e.Country="country",e.StreetAddress="street_address",e.City="city",e.Postcode="postcode",e.CompanyName="company_name",e.TaxNumber="tax_number",e.State="state",e.DlocalDocumentNumber="dlocal_document_number",e.Message="message",e.Recaptcha="recaptcha",e.Attachments="attachments"}(o||(o={}))},7001:(e,t,n)=>{var o;n.d(t,{D:()=>o}),function(e){e.Inline="inline",e.Popup="popup",e.Squeeze="squeeze",e.SalesPage="sales_page",e.Lecture="lecture",e.WebinarSession="webinar_session",e.WebinarRegistration="webinar_registration",e.WebinarThankYou="webinar_thank_you_page",e.InfoPage="info_page",e.OptInT |
URL: https://ajax.googleapis.com/ajax/libs/jquery/3.4.1... Model: Joe Sandbox AI | ```json
{
"risk_score": 1,
"reasoning": "The provided JavaScript snippet is a part of the jQuery library, which is a widely used and reputable library for DOM manipulation and event handling. The code does not exhibit any high-risk behaviors such as dynamic code execution, data exfiltration, or redirects to malicious domains. It primarily consists of utility functions and object manipulations typical of a library. There are no indicators of malicious intent or suspicious activity, thus it is considered low risk."
} |
/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */
!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}k.fn=k.prototype={jquery:f,constructor:k,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=k.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return k.each(this,e)},map:function(n){return this.pushStack(k.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:t.sort,splice:t.splice},k.extend=k.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||m(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(k.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||k.isPlainObject(n)?n:{},i=!1,a[t]=k.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},k.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==o.call(e))&&(!(t=r(e))||"function"==typeof(n=v.call(t,"constructor")&&t.constructor)&&a.call(n)===l)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t){b(e,{nonce:t&&t.nonce})},each:function(e,t){var n,r=0;if(d(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(p,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(d(Object(e))?k.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:i.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,a=!n;i<o;i++)!t(e[i],i)!==a&&r.push(e[i]);return r},map:function(e,t,n){var r,i,o=0,a=[];if(d(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&a.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&a.push(i);return g.apply([],a)},guid:1,support:y}),"function"==typeof Symbol&&(k.fn[Symbol.iterator]=t[Symbol.iterator]),k.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){n["[object "+t+"]"]=t.toLowerCase()});var h=function(n){var e,d,b,o,i,h,f,g,w,u,l,T,C,a,E,v,s,c,y,k="sizzle"+1*new Date,m=n.document,S=0,r=0,p=ue(),x=ue(),N=ue(),A=ue(),D=function(e,t){return e===t&&(l=!0),0},j={}.hasOwnProperty,t=[],q=t.pop,L=t.push,H=t.push,O=t.sl |
URL: https://www.googletagmanager.com/gtm.js?id=GTM-TQF... Model: Joe Sandbox AI | ```json
{
"risk_score": 2,
"reasoning": "The script primarily involves Facebook tracking via the Facebook Pixel, which is a common practice for analytics and marketing purposes. It sends data to Facebook's trusted domain (facebook.com), which is a reputable domain, thus reducing the risk. However, it does involve external data transmission to a third-party domain, which is a moderate-risk indicator. The script does not exhibit high-risk behaviors such as dynamic code execution or data exfiltration to untrusted domains."
} |
// Copyright 2012 Google Inc. All rights reserved.
(function(){
var data = {
"resource": {
"version":"6",
"macros":[{"function":"__e"},{"function":"__u","vtp_component":"URL","vtp_enableMultiQueryKeys":false,"vtp_enableIgnoreEmptyQueryParam":false},{"function":"__u","vtp_component":"HOST","vtp_enableMultiQueryKeys":false,"vtp_enableIgnoreEmptyQueryParam":false},{"function":"__u","vtp_component":"PATH","vtp_enableMultiQueryKeys":false,"vtp_enableIgnoreEmptyQueryParam":false},{"function":"__f","vtp_component":"URL"},{"function":"__e"}],
"tags":[{"function":"__html","metadata":["map"],"once_per_event":true,"vtp_html":"\n\u003Cscript type=\"text\/gtmscript\"\u003E!function(b,e,f,g,a,c,d){b.fbq||(a=b.fbq=function(){a.callMethod?a.callMethod.apply(a,arguments):a.queue.push(arguments)},b._fbq||(b._fbq=a),a.push=a,a.loaded=!0,a.version=\"2.0\",a.queue=[],c=e.createElement(f),c.async=!0,c.src=g,d=e.getElementsByTagName(f)[0],d.parentNode.insertBefore(c,d))}(window,document,\"script\",\"https:\/\/connect.facebook.net\/en_US\/fbevents.js\");fbq(\"init\",\"1075147459325125\");fbq(\"track\",\"PageView\");\u003C\/script\u003E\n\u003Cnoscript\u003E\u003Cimg height=\"1\" width=\"1\" style=\"display:none\" src=\"https:\/\/www.facebook.com\/tr?id=1075147459325125\u0026amp;ev=PageView\u0026amp;noscript=1\"\u003E\u003C\/noscript\u003E\n","vtp_supportDocumentWrite":false,"vtp_enableIframeMode":false,"vtp_enableEditJsMacroBehavior":false,"tag_id":3},{"function":"__html","metadata":["map"],"setup_tags":["list",["tag",0,0]],"once_per_event":true,"vtp_html":"\u003Cscript type=\"text\/gtmscript\"\u003Efbq(\"track\",\"CompleteRegistration\");\u003C\/script\u003E","vtp_supportDocumentWrite":false,"vtp_enableIframeMode":false,"vtp_enableEditJsMacroBehavior":false,"tag_id":5},{"function":"__html","metadata":["map"],"setup_tags":["list",["tag",0,0]],"once_per_event":true,"vtp_html":"\u003Cscript type=\"text\/gtmscript\"\u003Efbq(\"track\",\"ViewContent\");\u003C\/script\u003E","vtp_supportDocumentWrite":false,"vtp_enableIframeMode":false,"vtp_enableEditJsMacroBehavior":false,"tag_id":7},{"function":"__html","metadata":["map"],"setup_tags":["list",["tag",0,0]],"once_per_event":true,"vtp_html":"\u003Cscript type=\"text\/gtmscript\"\u003Efbq(\"track\",\"InitiateCheckout\");\u003C\/script\u003E","vtp_supportDocumentWrite":false,"vtp_enableIframeMode":false,"vtp_enableEditJsMacroBehavior":false,"tag_id":9},{"function":"__html","metadata":["map"],"setup_tags":["list",["tag",0,0]],"once_per_event":true,"vtp_html":"\u003Cscript type=\"text\/gtmscript\"\u003Efbq(\"track\",\"Purchase\",{currency:\"EUR\",value:497});\u003C\/script\u003E","vtp_supportDocumentWrite":false,"vtp_enableIframeMode":false,"vtp_enableEditJsMacroBehavior":false,"tag_id":11}],
"predicates":[{"function":"_eq","arg0":["macro",0],"arg1":"gtm.js"},{"function":"_cn","arg0":["macro",1],"arg1":"confirmacion-curso-ia"},{"function":"_cn","arg0":["macro",1],"arg1":"clase"},{"function":"_cn","arg0":["macro",1],"arg1":"registro-tec"},{"function":"_cn","arg0":["macro",1],"arg1":"confirmacion-tec"}],
"rules":[[["if",0],["add",0]],[["if",0,1],["add",1]],[["if",0,2],["add",2]],[["if",0,3],["add",3]],[["if",0,4],["add",4]]]
},
"runtime":[ [50,"__e",[46,"a"],[36,[13,[41,"$0"],[3,"$0",["require","internal.getEventData"]],["$0","event"]]]]
,[50,"__html",[46,"a"],[52,"b",["require","internal.injectHtml"]],["b",[17,[15,"a"],"html"],[17,[15,"a"],"gtmOnSuccess"],[17,[15,"a"],"gtmOnFailure"],[17,[15,"a"],"useIframe"],[17,[15,"a"],"supportDocumentWrite"]]]
]
,"entities":{
"__e":{"2":true,"4":true}
}
,"blob":{"1":"6"}
,"permissions":{
"__e":{"read_event_data":{"eventDataAccess":"specific","keyPatterns":["event"]}}
,
"__html":{"unsafe_inject_arbitrary_html":{}}
}
,"security_groups":{
"customScripts":[
"__html"
]
,
"google":[
"__e"
]
}
};
var h,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. |
URL: https://js.stripe.com/v3/fingerprinted/js/m-outer-... Model: Joe Sandbox AI | {
"risk_score": 4,
"reasoning": "The script demonstrates some moderate-risk behaviors, such as external data transmission to a third-party domain (Stripe) and the use of a fallback domain. However, the script appears to be related to a legitimate purpose (Stripe integration) and does not exhibit any high-risk indicators like dynamic code execution or data exfiltration. Further review may be necessary to determine the full context and intent of the script."
} |
!function(){"use strict";var e="https://m.stripe.network",n=window.location.hash,t=/preview=true/.test(n)?"inner-preview.html":"inner.html",o=document.createElement("iframe");o.src="".concat(e,"/").concat(t).concat(n);var i=function(n){if(n.origin===e){var t=window.opener||window.parent||window;if(!t)return;t.postMessage(n.data,"*")}else o.contentWindow.postMessage(n.data,"*")};window.addEventListener?window.addEventListener("message",i,!1):window.attachEvent("onMessage",i),document.body&&document.body.appendChild(o)}();
|
URL: https://connect.facebook.net/en_US/fbevents.js... Model: Joe Sandbox AI | {
"risk_score": 2,
"reasoning": "The provided code appears to be a legitimate Facebook Pixel implementation, which is a common analytics and tracking tool used by websites. While it includes some low-risk indicators like the use of legacy APIs, the overall behavior is consistent with typical analytics functionality and does not demonstrate any malicious intent. The code is also open-source and provided by Facebook, a reputable technology company. Therefore, this script can be considered low risk."
} |
/**
* Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
* copy, modify, and distribute this software in source code or binary form for use
* in connection with the web services and APIs provided by Facebook.
*
* As with any software that integrates with the Facebook platform, your use of
* this software is subject to the Facebook Platform Policy
* [http://developers.facebook.com/policy/]. This copyright notice shall be
* included in all copies or substantial portions of the software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
fbq.version="2.9.179";
fbq._releaseSegment = "stable";
fbq.pendingConfigs=["global_config"];
fbq.__openBridgeRollout = 1.0;
(function(a,b,c,d){var e={exports:{}};e.exports;(function(){var f=a.fbq;f.execStart=a.performance&&a.performance.now&&a.performance.now();if(!function(){var b=a.postMessage||function(){};if(!f){b({action:"FB_LOG",logType:"Facebook Pixel Error",logMessage:"Pixel code is not installed correctly on this page"},"*");"error"in console&&console.error("Facebook Pixel Error: Pixel code is not installed correctly on this page");return!1}return!0}())return;var g=function(){function a(a,b){var c=[],d=!0,e=!1,f=void 0;try{for(var g=a[typeof Symbol==="function"?Symbol.iterator:"@@iterator"](),a;!(d=(a=g.next()).done);d=!0){c.push(a.value);if(b&&c.length===b)break}}catch(a){e=!0,f=a}finally{try{!d&&g["return"]&&g["return"]()}finally{if(e)throw f}}return c}return function(b,c){if(Array.isArray(b))return b;else if((typeof Symbol==="function"?Symbol.iterator:"@@iterator")in Object(b))return a(b,c);else throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),h=function(){function a(a,b){for(var c=0;c<b.length;c++){var d=b[c];d.enumerable=d.enumerable||!1;d.configurable=!0;"value"in d&&(d.writable=!0);Object.defineProperty(a,d.key,d)}}return function(b,c,d){c&&a(b.prototype,c);d&&a(b,d);return b}}(),i=typeof Symbol==="function"&&typeof (typeof Symbol==="function"?Symbol.iterator:"@@iterator")==="symbol"?function(a){return typeof a}:function(a){return a&&typeof Symbol==="function"&&a.constructor===Symbol&&a!==(typeof Symbol==="function"?Symbol.prototype:"@@prototype")?"symbol":typeof a};function j(a,b){if(!a)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b&&(typeof b==="object"||typeof b==="function")?b:a}function k(a,b){if(typeof b!=="function"&&b!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof b);a.prototype=Object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}});b&&(Object.setPrototypeOf?Object.setPrototypeOf(a,b):a.__proto__=b)}function l(a,b,c){b in a?Object.defineProperty(a,b,{value:c,enumerable:!0,configurable:!0,writable:!0}):a[b]=c;return a}function m(a){if(Array.isArray(a)){for(var b=0,c=Array(a.length);b<a.length;b++)c[b]=a[b];return c}else return Array.from(a)}function n(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}f.__fbeventsModules||(f.__fbeventsModules={},f.__fbeventsResolvedModules={},f.getFbeventsModules=function(a){f.__fbeventsResolvedModules[a]||(f.__fbeventsResolvedModules[a]=f.__fbeventsModules[a]());return f.__fbeventsResolvedModules[a]},f.fbIsModuleLoaded=function(a){return!!f.__fbeventsModules[a]},f.ensureModuleRegistered=function(b,a){f.fbIsModuleLoaded(b)||(f.__fbeventsModules[b]=a)});
f.ensureModuleRegistered("generateUUID",function(){
return function(f,g,h,i){var j={ |
URL: https://www.esned.es/tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Reserva tu plaza ahora",
"prominent_button_name": "Reserva Tu Plaza Hoy!",
"text_input_field_labels": "unknown",
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Reserva tu plaza ahora",
"prominent_button_name": "Reserva Tu Plaza Hoy!",
"text_input_field_labels": "unknown",
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Reserva tu plaza ahora",
"prominent_button_name": "Reserva Tu Plaza Hoy!",
"text_input_field_labels": "unknown",
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/tec Model: Joe Sandbox AI | {
"brands": "unknown"
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Taller Online",
"prominent_button_name": "Quiero Aumentar Mis Ventas",
"text_input_field_labels": [
"Razn Social",
"Nombre y Apellidos de la alumna/o:",
"Correo electrnico:"
],
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/tec Model: Joe Sandbox AI | {
"brands": "unknown"
} |
|
URL: https://www.esned.es/tec Model: Joe Sandbox AI | {
"brands": "unknown"
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"brands": [
"ESNED"
]
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Taller Online",
"prominent_button_name": "unknown",
"text_input_field_labels": [
"Nombre y Apellidos de la alumna/o:",
"Correo electrnico:"
],
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Taller Online",
"prominent_button_name": "unknown",
"text_input_field_labels": [
"Nombre y Apellidos de la alumna/o:",
"Correo electrnico:"
],
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"brands": [
"ESNED"
]
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "FACTURA: Una vez hecha la reserva puedes solicitarla",
"prominent_button_name": "unknown",
"text_input_field_labels": [
"Nombre y Apellidos de la alumna/o:",
"Correo electrnico:"
],
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Taller Online",
"prominent_button_name": "unknown",
"text_input_field_labels": [
"Nombre y Apellidos de la alumna/o:",
"Correo electrnico:"
],
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "FACTURA: Una vez hecha la reserva puedes solicitarla",
"prominent_button_name": "unknown",
"text_input_field_labels": [
"Nombre y Apellidos de la alumna/o:",
"Correo electrnico:"
],
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"brands": [
"ESNED"
]
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Taller Online",
"prominent_button_name": "unknown",
"text_input_field_labels": [
"Nombre y Apellidos de la alumna/o:",
"Correo electrnico:"
],
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"brands": [
"ESNED"
]
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"brands": [
"ESNED"
]
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"brands": [
"ESNED"
]
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"brands": [
"ESNED"
]
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Taller Online",
"prominent_button_name": "unknown",
"text_input_field_labels": [
"Nombre y Apellidos de la alumna/o:",
"Correo electrnico:"
],
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"brands": [
"ESNED"
]
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "FACTURA: Una vez hecha la reserva puedes solicitarla",
"prominent_button_name": "unknown",
"text_input_field_labels": [
"Nombre y Apellidos de la alumna/o:",
"Correo electrnico:"
],
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "FACTURA: Una vez hecha la reserva puedes solicitarla",
"prominent_button_name": "unknown",
"text_input_field_labels": [
"Nombre y Apellidos de la alumna/o:",
"Correo electrnico:"
],
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Taller Online",
"prominent_button_name": "unknown",
"text_input_field_labels": [
"Nombre y Apellidos de la alumna/o:",
"Correo electrnico:"
],
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Taller Online",
"prominent_button_name": "unknown",
"text_input_field_labels": [
"Nombre y Apellidos de la alumna/o:",
"Correo electrnico:"
],
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Taller Online",
"prominent_button_name": "unknown",
"text_input_field_labels": [
"Nombre y Apellidos de la alumna/o:",
"Correo electrnico:"
],
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"contains_trigger_text": true,
"trigger_text": "Taller Online",
"prominent_button_name": "unknown",
"text_input_field_labels": [
"Nombre y Apellidos de la alumna/o:",
"Correo electrnico:"
],
"pdf_icon_visible": false,
"has_visible_captcha": false,
"has_urgent_text": true,
"has_visible_qrcode": false,
"contains_chinese_text": false,
"contains_fake_security_alerts": false
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"brands": [
"ESNED"
]
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"brands": [
"ESNED"
]
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"brands": [
"ESNED"
]
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"brands": [
"ESNED"
]
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"brands": [
"ESNED"
]
} |
|
URL: https://www.esned.es/registro-tec Model: Joe Sandbox AI | {
"brands": [
"ESNED"
]
} |
|