Help
RSS
API
Feed
Maltego
Contact
Domain > mobile.buzzy.buzz
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2020-09-21
18.213.214.69
(
ClassC
)
2020-09-21
54.208.12.55
(
ClassC
)
2026-01-15
206.189.253.191
(
ClassC
)
Port 80
HTTP/1.1 308 Permanent RedirectDate: Thu, 15 Jan 2026 07:56:19 GMTContent-Type: text/htmlContent-Length: 164Connection: keep-aliveLocation: https://mobile.buzzy.buzz html>head>title>308 Permanent Redirect/title>/head>body>center>h1>308 Permanent Redirect/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Thu, 15 Jan 2026 07:56:19 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveX-Content-Type-Options: nosniffContent-Security-Policy: frame-ancestors self https: https://app.buzzy.buzz https://*.buzzy.buzz https://*.mybuzzy.app https://*.buzzycompany.com https://miro.com https://*.miro.com https://www.miro.com https://app.miro.comStrict-Transport-Security: max-age31536000; includeSubDomainsReferrer-Policy: strict-origin-when-cross-originPermissions-Policy: geolocation(*), microphone(), camera(), payment(), usb()X-XSS-Protection: 1; modeblockVary: Accept-Encoding !DOCTYPE html>html langen>head> link relstylesheet typetext/css class__meteor-css__ href/b6b23a34ed575cf7b122e0c37ef97080495d4960.css?meteor_css_resourcetrue>!-- Base tag placeholder - will be set by script below for embedded widgets --> script idbuzzy-base-tag-setter> (function() { // CRITICAL: This must run synchronously before ANY other scripts // Check if were in embed/MCP mode const isEmbedded typeof window ! undefined && ( window.openai || // OpenAI widget runtime window.__BUZZY_MCP_WIDGET_DATA__ || // Custom widget data (window.location && ( window.location.search.includes(embedtrue) || window.location.search.includes(mcptrue) )) ); if (isEmbedded) { let baseUrl null; // Priority 1: Get from URL parameter (most reliable when proxied) if (window.location && window.location.search) { const urlParams new URLSearchParams(window.location.search); const baseUrlParam urlParams.get(base_url) || urlParams.get(baseUrl); if (baseUrlParam) { baseUrl decodeURIComponent(baseUrlParam); } } // Priority 2: Extract from current URL (before proxy) if (!baseUrl && window.location) { const currentUrl window.location.href; const buzzyMatch currentUrl.match(/https?:\/\/(^\/+\.ngrok\.io|^\/+\.buzzy\.buzz|^\/+\.buzzy\.io)/i); if (buzzyMatch) { baseUrl buzzyMatch0; } } // Priority 3: Try meta tag if (!baseUrl) { const metaBase document.querySelector(metanamebuzzy-base-url); if (metaBase) { baseUrl metaBase.getAttribute(content); } } // Set base tag if we found a URL if (baseUrl) { baseUrl baseUrl.replace(/\/$/, ); // Remove any existing base tag first const existingBase document.querySelector(base); if (existingBase) { existingBase.remove(); } // Try document.write first (only works during parsing) try { if (document.readyState loading && typeof document.write function) { document.write(base href + baseUrl + />); console.log(Buzzy MCP Widget - Base tag injected via document.write:, baseUrl); } else { throw new Error(document.write not available, using DOM); } } catch (e) { // Fallback: Use DOM manipulation (must be before any scripts load) const baseTag document.createElement(base); baseTag.setAttribute(href, baseUrl + /); const head document.head || document.getElementsByTagName(head)0; // Insert at the very beginning of head if (head.firstChild) { head.insertBefore(baseTag, head.firstChild); } else { head.appendChild(baseTag); } console.log(Buzzy MCP Widget - Base tag set via DOM:, baseUrl, Error:, e.message); } } else { console.warn(Buzzy MCP Widget - Could not determine base URL. Current URL:, window.location?.href); } } // Set widget data for embed mode detection (for AppRuntimeRoot authentication) // This ensures embed mode is detected even before React/AppRuntimeRoot loads if (isEmbedded && typeof window ! undefined) { const urlParams new URLSearchParams(window.location.search); const token urlParams.get(token); const embed urlParams.get(embed); const mcp urlParams.get(mcp); if ((embed true || mcp true) && !window.__BUZZY_MCP_WIDGET_DATA__) { window.__BUZZY_MCP_WIDGET_DATA__ { embed: embed || true, mcp: mcp || true, token: token || null, }; console.log(Buzzy MCP Widget - Set widget data from URL params for embed mode detection, { hasToken: !!token, tokenLength: token?.length || 0, embed: embed, mcp: mcp, }); } } })(); // Remove this script tag after execution to clean up try { const script document.getElementById(buzzy-base-tag-setter); if (script && script.parentNode) { script.parentNode.removeChild(script); } } catch (e) { // Ignore cleanup errors } /script> meta nameviewport contentwidthdevice-width, initial-scale1, viewport-fitcover maximum-scale1.0, user-scalableno /> meta http-equivcleartype contenton /> !-- Fonts --> link hrefhttps://fonts.googleapis.com/icon?familyMaterial+Icons relstylesheet /> link hrefhttps://fonts.googleapis.com/icon?familyMaterial+Icons+Outlined relstylesheet /> link hrefhttps://fonts.googleapis.com/icon?familyMaterial+Icons+Round relstylesheet /> link hrefhttps://fonts.googleapis.com/icon?familyMaterial+Icons+Two+Tone relstylesheet /> link hrefhttps://fonts.googleapis.com/icon?familyMaterial+Icons+Sharp relstylesheet /> link hrefhttps://fonts.googleapis.com/icon?familyMaterial+Symbols+Outlined relstylesheet /> link hrefhttps://fonts.googleapis.com/icon?familyMaterial+Symbols+Rounded relstylesheet /> link hrefhttps://fonts.googleapis.com/icon?familyMaterial+Symbols+Sharp relstylesheet /> link href/fonts/fonts.css relstylesheet /> !-- Mobile viewport optimization --> meta nameHandheldFriendly contentTrue /> meta nameMobileOptimized content320 /> !-- iOS --> meta namemobile-web-app-capable contentyes /> meta nameapple-mobile-web-app-status-bar-style contentdefault /> !-- Favicon --> link relmanifest href/favicon/manifest.webmanifest /> link relicon href/favicon/favicon.ico sizes32x32 /> link relicon href/favicon/icon.svg typeimage/svg+xml /> link relapple-touch-icon href/favicon/apple-touch-icon.png /> !-- Security --> meta http-equivContent-Security-Policy contentdefault-src * data: blob: gap: http: https: https://*.gstatic.com https://*.googleapis.com https://*.google.com unsafe-inline unsafe-eval ws: wss:; frame-src * data: blob: gap: http: https: unsafe-inline; /> script> (function () { // CRITICAL: Set base tag for embedded widgets to fix resource loading // When ChatGPT proxies the widget through its sandbox, relative URLs break // This must run BEFORE any other scripts that might load resources const isEmbedded typeof window ! undefined && (window.openai || // OpenAI widget runtime window.__BUZZY_MCP_WIDGET_DATA__ || // Custom widget data (window.location && (window.location.search.includes(embedtrue) || window.location.search.includes(mcptrue)))); if (isEmbedded) { // Set base tag to fix resource loading when proxied through OpenAI sandbox // Meteor sets __meteor_runtime_config__ with ROOT_URL, but it might not be available yet // So well set it as soon as possible and also try to get it from the URL function setBaseTag() { let baseUrl null; // Priority 1: Use Meteors ROOT_URL if available if (typeof __meteor_runtime_config__ ! undefined && __meteor_runtime_config__.ROOT_URL) { baseUrl __meteor_runtime_config__.ROOT_URL.replace(/\/$/, ); } // Priority 2: Extract from current URL (before proxy) if (!baseUrl && typeof window ! undefined && window.location) { const currentUrl window.location.href; // Try to match Buzzy server domains const buzzyMatch currentUrl.match(/https?:\/\/(^\/+\.ngrok\.io|^\/+\.buzzy\.buzz|^\/+\.buzzy\.io)/i); if (buzzyMatch) { baseUrl buzzyMatch0; } } // Priority 3: Try to extract from URL parameter (if we pass it in widget URL) if (!baseUrl && typeof window ! undefined && window.location) { const urlParams new URLSearchParams(window.location.search); const baseUrlParam urlParams.get(base_url) || urlParams.get(baseUrl); if (baseUrlParam) { baseUrl decodeURIComponent(baseUrlParam); } } // Priority 4: Try to extract from document referrer or meta tag if (!baseUrl) { const metaBase document.querySelector(metanamebuzzy-base-url); if (metaBase) { baseUrl metaBase.getAttribute(content); } } // If we found a base URL, set the base tag if (baseUrl) { baseUrl baseUrl.replace(/\/$/, ); // Check if base tag already exists let baseTag document.querySelector(base); if (!baseTag) { baseTag document.createElement(base); // Insert at the very beginning of head (before any other elements) const head document.head || document.getElementsByTagName(head)0; if (head.firstChild) { head.insertBefore(baseTag, head.firstChild); } else { head.appendChild(baseTag); } } baseTag.setAttribute(href, baseUrl + /); console.log(Buzzy MCP Widget - Base tag set:, baseUrl); return true; } return false; } // Try to set immediately if (!setBaseTag()) { // If it failed, try again after a short delay (when Meteor config might be available) setTimeout(() > { if (!setBaseTag()) { console.warn(Buzzy MCP Widget - Could not determine base URL for base tag); } }, 100); } } // Skip Capacitor initialization if already set up if (window.WebAppLocalServer) return; if (isEmbedded) { // Create a no-op shim for embedded contexts to prevent errors window.WebAppLocalServer { startupDidComplete(callback) { if (callback) callback(); }, checkForUpdates(callback) { if (callback) callback(); }, onNewVersionReady() {}, switchToPendingVersion(callback) { if (callback) callback(); }, onError() {}, localFileSystemUrl(_fileUrl) { return _fileUrl; }, }; return; } // Only run Capacitor code in native app contexts function setupWebAppLocalServer() { const P ((window.Capacitor || {}).Plugins || {}) .CapacitorMeteorWebApp; if (!P) { throw new Error( WebAppLocalServer shim: CapacitorMeteorWebApp plugin not available, ); } window.WebAppLocalServer { startupDidComplete(callback) { P.startupDidComplete() .then(() > { if (callback) callback(); }) .catch(error > { console.error( WebAppLocalServer.startupDidComplete() failed:, error, ); }); }, checkForUpdates(callback) { P.checkForUpdates() .then(() > { if (callback) callback(); }) .catch(error > { console.error( WebAppLocalServer.checkForUpdates() failed:, error, ); }); }, onNewVersionReady(callback) { P.addListener(updateAvailable, callback); }, switchToPendingVersion(callback, errorCallback) { P.reload() .then(() > { if (callback) callback(); }) .catch(error > { console.error(switchToPendingVersion failed:, error); if (typeof errorCallback function) errorCallback(error); }); }, onError(callback) { P.addListener(error, event > { const error new Error( event.message || Unknown CapacitorMeteorWebApp error, ); callback(error); }); }, localFileSystemUrl(_fileUrl) { throw new Error(Local filesystem URLs not supported by Capacitor); }, }; } // Initialize Capacitor only in native app contexts if (window.Capacitor) { setupWebAppLocalServer(); } else { document.addEventListener(deviceready, function () { setupWebAppLocalServer(); }); } })(); /script> !-- Plugins --> style> .overlay-fade { animation: fade-in 0.15s linear; } @keyframes fade-in { from { opacity: 0; } to { opacity: 100; } } .blaze-span { display: flex; flex-grow: 1; } .buzzy-modal { overflow: auto; z-index: 100; } .buzzy-popover { position: relative; z-index: 9999; } html, body { overscroll-behavior: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /style> script> (function () { // Mark Capacitor context so we can safely scope CSS changes. // This avoids affecting desktop web rendering. if (window.Capacitor) { document.documentElement.setAttribute(data-capacitor, true); } })(); /script> !-- DEV ONLY --> !-- script> if (window.parent ! window) { window.__REACT_DEVTOOLS_GLOBAL_HOOK__ window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__; } /script> -->!-- Start VWO Async SmartCode -->link relpreconnect hrefhttps://dev.visualwebsiteoptimizer.com />script typetext/javascript idvwoCode>window._vwo_codewindow._vwo_code || (function() {var account_id203422,version 1.5,settings_tolerance2000,library_tolerance2500,use_existing_jqueryfalse,is_spa1,hide_elementbody,hide_element_style opacity:0 !important;filter:alpha(opacity0) !important;background:none !important,/* DO NOT EDIT BELOW THIS LINE */ffalse,wwindow,ddocument,vwoCodeEld.querySelector(#vwoCode),code{use_existing_jquery:function(){return use_existing_jquery},library_tolerance:function(){return library_tolerance},hide_element_style:function(){return{+hide_element_style+}},finish:function(){if(!f){ftrue;var ed.getElementById(_vis_opt_path_hides);if(e)e.parentNode.removeChild(e)}},finished:function(){return f},load:function(e){var td.createElement(script);t.fetchPriorityhigh;t.srce;t.typetext/javascript;t.onerrorfunction(){_vwo_code.finish()};d.getElementsByTagName(head)0.appendChild(t)},getVersion:function(){return version},getMatchedCookies:function(e){var t;if(document.cookie){tdocument.cookie.match(e)||}return t},getCombinationCookie:function(){var ecode.getMatchedCookies(/(?:^|;)s?(_vis_opt_exp_d+_combi^;$*)/gi);ee.map(function(e){try{var tdecodeURIComponent(e);if(!/_vis_opt_exp_d+_combi(?:d+,?)+s*$/.test(t)){return}return t}catch(e){return}});var i;e.forEach(function(e){var te.match(/(d,+)/g);t&&i.push(t.join(-))});return i.join(|)},init:function(){if(d.URL.indexOf(__vwo_disable__)>-1)return;w.settings_timersetTimeout(function(){_vwo_code.finish()},settings_tolerance);var ed.currentScript,td.createElement(style),ie&&!e.async?hide_element?hide_element+{+hide_element_style+}::code.lA1,nd.getElementsByTagName(head)0;t.setAttribute(id,_vis_opt_path_hides);vwoCodeEl&&t.setAttribute(nonce,vwoCodeEl.nonce);t.setAttribute(type,text/css);if(t.styleSheet)t.styleSheet.cssTexti;else t.appendChild(d.createTextNode(i));n.appendChild(t);var othis.getCombinationCookie();this.load(https://dev.visualwebsiteoptimizer.com/j.php?a+account_id+&u+encodeURIComponent(d.URL)+&f+ +is_spa+&vn+version+(o?&c+o:));return settings_timer}};w._vwo_settings_timer code.init();return code;}());/script>!-- End VWO Async SmartCode --> !-- Meta Pixel Code --> script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;nf.fbqfunction(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbqn;n.pushn;n.loaded!0;n.version2.0; n.queue;tb.createElement(e);t.async!0; t.srcv;sb.getElementsByTagName(e)0; s.parentNode.insertBefore(t,s)}(window, document,script, https://connect.facebook.net/en_US/fbevents.js); fbq(init, 1334056817105051); fbq(track, PageView); /script> noscript>img height1 width1 styledisplay:none srchttps://www.facebook.com/tr?id1334056817105051&evPageView&noscript1 />/noscript> !-- End Meta Pixel Code -->script typetext/javascript srchttps://js.stripe.com/v2/>/script>/head>body> script typetext/javascript>__meteor_runtime_config__ JSON.parse(decodeURIComponent(%7B%22meteorRelease%22%3A%22METEOR%403.3.2%22%2C%22meteorEnv%22%3A%7B%22NODE_ENV%22%3A%22production%22%2C%22TEST_METADATA%22%3A%22%7B%7D%22%7D%2C%22PUBLIC_SETTINGS%22%3A%7B%22PAYWALL%22%3A%7B%22enabled%22%3Atrue%2C%22messageThreshold%22%3A1%2C%22abTestProbability%22%3A1%7D%2C%22iFrameSettingsAllow%22%3A%22geolocation%3Bcamera%3Bmicrophone%22%2C%22newRuntimeEnabled%22%3Atrue%2C%22tapfiliate%22%3A%7B%22enabled%22%3Atrue%2C%22accountID%22%3A%2248187-6619b9%22%7D%2C%22AI%22%3A%7B%22unpaidUserCategoryABProbility%22%3A0.05%2C%22blockAIOnly%22%3Afalse%7D%2C%22SUPRESS_NEW_USER_INVITES%22%3Afalse%2C%22dontCheckUserHasAcceptedLicense%22%3Atrue%2C%22skipInitialSetup%22%3Atrue%2C%22BUZZY_IS_WORKER_SERVER%22%3Afalse%2C%22BUZZY_WORKER_SERVER%22%3A%22%22%2C%22ANONYMIZATION%22%3A%7B%22emailNotificationsEnabled%22%3Atrue%2C%22showCommentUserName%22%3Atrue%2C%22commentExpirySeconds%22%3Anull%2C%22showNotificationUserName%22%3Atrue%2C%22notificationExpirySeconds%22%3Anull%7D%2C%22PUSH_SETTINGS%22%3A%7B%22cordovaEnabled%22%3Afalse%2C%22firebaseEnabled%22%3Atrue%7D%2C%22SMS%22%3A%7B%22enabled%22%3Afalse%7D%2C%22EMBEDLEY%22%3A%22891b25c24ede41cf8ee5a4f0802a3cff%22%2C%22LICENSE_URL%22%3A%22%2Fassets%2Flicense.html%22%2C%22S3FileExpiry%22%3A604800000%2C%22BUZZY_CHAT_BUZZ_ID%22%3A%22dd9b8b45471c9b50d565476a%22%2C%22AWS_BUZZY_FILES%22%3A%7B%22usePublicLayoutImages%22%3A%22true%22%2C%22enabled%22%3Atrue%2C%22S3FileExpiry%22%3A604800%2C%22BUCKET_NAME%22%3A%22figma-files%22%2C%22URL_PATTERN%22%3A%22s3.amazonaws.com%22%7D%2C%22SUPERHERO_BUZZ_ID%22%3A%227c511a9f03935b199bad5011%22%2C%22CLOUD_IMAGE%22%3A%7B%22enabled%22%3Afalse%2C%22token%22%3A%22cb005cc9c%22%2C%22baseUrl%22%3A%22https%3A%2F%2Fcb005cc9c.cloudimg.io%2Fs%22%7D%2C%22GIPHY_ENABLED%22%3Atrue%2C%22GOOGLEMAPS_ENABLED%22%3Atrue%2C%22VIMEO%22%3A%7B%22enabled%22%3Atrue%2C%22accessToken%22%3A%22e7202be2d68871133e9cff8ad89a72df%22%7D%2C%22GOOGLESERVER_API_KEY%22%3A%22AIzaSyACyteFbfxncDQlf-hB4ulkcyT2IQe6TUM%22%2C%22GOOGLEBROWSER_API_KEY%22%3A%22AIzaSyB19V-b-clzs5h4Gu5HT3BRlz2XjVC-cjs%22%2C%22GOOGLEIOS_API_KEY%22%3A%22AIzaSyAFjCIjaArGFQQ8UejRbMGS4DXwgSj9HAo%22%2C%22IBMConnectionsCloud%22%3A%7B%22adminWelcomeBuzzID%22%3A%22b56567bffeb0f77269b9bc1a%22%2C%22defaultSignInDomain%22%3A%22https%3A%2F%2Fapps.na.collabserv.com%22%2C%22alternateSignInDomains%22%3A%5B%22https%3A%2F%2Fapps.ce.collabserv.com%22%2C%22https%3A%2F%2Fapps.ap.collabserv.com%22%5D%2C%22defaultService%22%3A%22buzzy%22%2C%22defaultClientID%22%3A%22buzzy%22%2C%22headerVisible%22%3Atrue%2C%22display%22%3A%22redirect%22%2C%22files%22%3A%7B%22options%22%3A%5B%7B%22option%22%3A%22publicfiles%22%2C%22label%22%3A%22Public%20files%22%2C%22url%22%3A%22%2Ffiles%2Foauth%2Fapi%2Fdocuments%2Ffeed%3Fvisibility%3Dpublic%22%7D%2C%7B%22option%22%3A%22myfiles%22%2C%22label%22%3A%22My%20files%22%2C%22url%22%3A%22%2Ffiles%2Foauth%2Fapi%2Fmyuserlibrary%2Ffeed%22%7D%2C%7B%22option%22%3A%22myfilespublic%22%2C%22label%22%3A%22My%20files%22%2C%22url%22%3A%22%2Ffiles%2Foauth%2Fapi%2Fmyuserlibrary%2Ffeed%22%2C%22params%22%3A%7B%22visibility%22%3A%22public%22%7D%7D%2C%7B%22option%22%3A%22sharedwithme%22%2C%22label%22%3A%22Files%20shared%20with%20me%22%2C%22url%22%3A%22%2Ffiles%2Foauth%2Fapi%2Fdocuments%2Fshared%2Ffeed%3Fdirection%3Dinbound%22%7D%2C%7B%22option%22%3A%22sharedbyme%22%2C%22label%22%3A%22Files%20shared%20by%20me%22%2C%22url%22%3A%22%2Ffiles%2Foauth%2Fapi%2Fdocuments%2Fshared%2Ffeed%3Fdirection%3Doutbound%22%7D%2C%7B%22option%22%3A%22pinnedbyme%22%2C%22label%22%3A%22Pinned%20by%20me%22%2C%22url%22%3A%22%2Ffiles%2Foauth%2Fapi%2Fmyfavorites%2Fdocuments%2Ffeed%22%7D%2C%7B%22option%22%3A%22communityfiles%22%2C%22label%22%3A%22Community%20files%22%2C%22url%22%3A%22%2Ffiles%2Foauth%2Fapi%2Fcommunitycollection%2F%7BcommunityId%7D%2Ffeed%22%7D%2C%7B%22option%22%3A%22communityfilesupload%22%2C%22label%22%3A%22Community%20files%22%2C%22url%22%3A%22%2Ffiles%2Foauth%2Fapi%2Fcommunitylibrary%2F%7BcommunityId%7D%2Ffeed%22%7D%5D%7D%7D%2C%22LOGINS%22%3A%7B%22FIGMA%22%3A%7B%22enabled%22%3Atrue%2C%22oauthCallback%22%3A%22https%3A%2F%2Fapp.buzzy.buzz%2F_oauth%2Ffigma%22%2C%22clientID%22%3A%22Bp3FzzKP8vSL6wtTWPnEo4%22%7D%2C%22SELF_REGISTRATION%22%3A%7B%22enabled%22%3Atrue%7D%2C%22REQUEST_REGISTRATION%22%3A%7B%22enabled%22%3Atrue%2C%22regoResourceID%22%3A%22fb1b2243e1b44dcf5e2c5b6c%22%7D%2C%22APPSTORE%22%3A%7B%22enabled%22%3Afalse%7D%2C%22SECONDARY%22%3A%7B%22enabled%22%3Atrue%7D%2C%22INTEGRATIONS%22%3A%7B%22enabled%22%3Atrue%7D%2C%22PASSWORD%22%3A%7B%22enabled%22%3Atrue%7D%2C%22PASSWORDLESS%22%3A%7B%22enabled%22%3Atrue%7D%2C%22GOOGLE%22%3A%7B%22enabled%22%3Atrue%7D%2C%22MICROSOFT%22%3A%7B%22enabled%22%3Atrue%2C%22clientId%22%3A%229b08f841-ed9e-428a-878d-7ec16c562202%22%2C%22scope%22%3A%22User.Read%22%2C%22display%22%3A%22popup%22%7D%2C%22IBM_CONNECTIONS_CLOUD%22%3A%7B%22enabled%22%3Afalse%7D%2C%22IBM_CONNECTIONS_ONPREM%22%3A%7B%22enabled%22%3Afalse%7D%2C%22FACEBOOK%22%3A%7B%22enabled%22%3Afalse%7D%2C%22SLACK%22%3A%7B%22enabled%22%3Afalse%2C%22oauthCallback%22%3A%22https%3A%2F%2Fbuzzycompany.com%2F_oauth%2Fslack%22%2C%22clientID%22%3A%22204260770278.203496902644%22%7D%2C%22IBM_WATSON_WORKSPACE%22%3A%7B%22enabled%22%3Afalse%2C%22oauthCallback%22%3A%22https%3A%2F%2Fbuzzycompany.com%2F_oauth%2Fibmwatsonworkspace%22%2C%22clientID%22%3A%2278bf29ab-e77b-413b-bacf-b6774e227272%22%2C%22buzzyAppServer%22%3A%22https%3A%2F%2Fbuzzycompany.com%22%7D%2C%22BOX%22%3A%7B%22enabled%22%3Afalse%2C%22clientID%22%3A%22bpm19h14jkfhlowlmi3te39veoozvx5k%22%2C%22loginStyle%22%3A%22redirect%22%7D%7D%2C%22BUZZY_REDIRECT%22%3A%22http%3A%2F%2Fwww.buzzycompany.com%22%2C%22BUZZY_CUSTOM%22%3A%7B%22APP_GO_ROUTE_ONLY_OWNERAUTHOR%22%3Afalse%2C%22NAME%22%3A%22Buzzy%22%2C%22NAME_BUZZ%22%3A%22App%22%2C%22NAME_BUZZES%22%3A%22Apps%22%2C%22APP_URL_IOS%22%3A%22itunes.apple.com%2Fapp%2Fapple-store%2Fid954176500%3Fpt%3D105534889%26ct%3Dbuzzyemailcomment%26mt%3D8%22%2C%22APP_URL_ANDROID%22%3A%22play.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dbuzz.buzzy.my1%26hl%3Den%26utm_source%3Dbuzzy_email%26utm_content%3Dbuzzyemailcomment%22%2C%22LOGO_MAIN%22%3A%22%2Fassets%2Fimg%2Fbuzzy-logo.png%22%2C%22LOGO_MAIL%22%3A%22https%3A%2F%2Fapp.buzzy.buzz%2Fassets%2Fimg%2Fbuzzy-logo.png%22%2C%22LOGO_MAIL_WIDTH%22%3A%22100%22%2C%22LOGO_MAIL_HEIGHT%22%3A%2242%22%2C%22EMAIL_FOOTER%22%3A%22CREATE%20APPS%20SUPER%20SIMPLY.%22%2C%22PROMO%22%3A%22Buzzy%20a%20dream%20come%20true%20for%20designers%20and%20UX%20folk.%22%2C%22PROMO_URL%22%3A%22http%3A%2F%2Fwww.buzzycompany.com%22%2C%22CUSTOM_NAV%22%3A%7B%22BUZZES%22%3A%7B%22title%22%3A%22Apps%22%2C%22enabled%22%3Atrue%7D%2C%22BUZZES_RECENT_TAB%22%3A%7B%22enabled%22%3Atrue%7D%2C%22BUZZES_BOOKMARKS_TAB%22%3A%7B%22enabled%22%3Atrue%7D%2C%22TEMPLATES%22%3A%7B%22title%22%3A%22Templates%22%2C%22enabled%22%3Atrue%7D%2C%22USER_ACCOUNT%22%3A%7B%22title%22%3A%22Profile%22%2C%22enabled%22%3Afalse%7D%2C%22ORGANIZATIONS%22%3A%7B%22title%22%3A%22Organizations%22%2C%22enabled%22%3Atrue%7D%2C%22CONTACTS%22%3A%7B%22title%22%3A%22Contacts%22%2C%22enabled%22%3Afalse%7D%2C%22SUPPORT%22%3A%7B%22title%22%3A%22Help%20%26%20Support%22%2C%22enabled%22%3Atrue%2C%22url%22%3A%22https%3A%2F%2Fbuzzy-buzz.github.io%2Fbuzzy-docs%2F%22%7D%2C%22TERMS%22%3A%7B%22title%22%3A%22Terms%20%26%20Conditions%22%2C%22enabled%22%3Atrue%7D%2C%22WEBSITE%22%3A%7B%22title%22%3A%22Visit%20Website%22%2C%22enabled%22%3Atrue%2C%22url%22%3A%22https%3A%2F%2Fwww.buzzycompany.com%22%7D%7D%7D%2C%22BUZZY_VERSION%22%3A%223.2.14%22%2C%22BUZZY_DEBUG_CLIENT%22%3Afalse%2C%22BUZZY_PROVIDERS%22%3A%5B%7B%22name%22%3A%22ibmconnectionscloud%22%2C%22displayName%22%3A%22IBM%20Connections%20Cloud%22%7D%2C%7B%22name%22%3A%22ibmconnectionsonprem%22%2C%22displayName%22%3A%22IBM%20Connections%20On%20Premise%22%7D%2C%7B%22name%22%3A%22ibmwatsonworkspace%22%2C%22displayName%22%3A%22IBM%20Watson%20Workspace%22%7D%2C%7B%22name%22%3A%22slack%22%2C%22displayName%22%3A%22Slack%22%7D%2C%7B%22name%22%3A%22box%22%2C%22displayName%22%3A%22Box%22%7D%5D%2C%22analyticsJSEnabled%22%3Atrue%2C%22analyticsSettings%22%3A%7B%22VWO%22%3A%7B%22enabled%22%3Atrue%2C%22writeKey%22%3A%22203422%22%2C%22chatGoalID%22%3A%22202%22%7D%2C%22Segment%22%3A%7B%22enabled%22%3Afalse%2C%22writeKey%22%3A%22rEYEEhDDY8Ck3WL2FVhOQQm5Wx5nRDEJ%22%7D%2C%22Google%20Analytics%22%3A%7B%22trackingId%22%3A%22G-0J9E3XPFEV%22%7D%2C%22Facebook%22%3A%7B%22enabled%22%3Atrue%2C%22trackingId%22%3A%221334056817105051%22%7D%2C%22Reddit%22%3A%7B%22enabled%22%3Afalse%2C%22trackingId%22%3A%22t2_pfn47dcq%22%7D%7D%2C%22filepicker%22%3A%7B%22key%22%3A%22AbjDxPv8yRQaXz4On524az%22%2C%22pickSignature%22%3A%228efa4c72e4d0a0cc79b0503058b9075d2870d51cd02a086497f5a2850f0d8a4f%22%2C%22pickPolicy%22%3A%22eyJleHBpcnkiOjQ2MDQ0NTcxNTcsImNhbGwiOlsicGljayIsInN0b3JlIiwiY29udmVydCJdfQ%3D%3D%22%7D%2C%22BUZZY_LOGGING_SERVER%22%3A%22%22%2C%22BUZZY_TEMPLATE_SERVER%22%3Afalse%2C%22stripe%22%3A%7B%22enabled%22%3Atrue%2C%22debug%22%3Afalse%2C%22testClientID%22%3A%22ca_85FFJi9sETFrMXx40zWytTvsrFTAR9ww%22%2C%22liveClientID%22%3A%22ca_85FFustzwfn0iMFJoisBpoJb14aHmRUp%22%2C%22testPublishableKey%22%3A%22pk_test_SP4ucFdUdPwTZQ3oTioOBEkM%22%2C%22livePublishableKey%22%3A%22pk_live_ZQ9ff8PXdUgWAV0k9MlSbhaC%22%2C%22expiryDates%22%3A%5B2018%2C2019%2C2020%2C2021%2C2022%2C2023%2C2024%2C2025%2C2026%2C2027%2C2028%5D%2C%22currencies%22%3A%5B%22afa%22%2C%22all%22%2C%22dzd%22%2C%22usd%22%2C%22eur%22%2C%22aoa%22%2C%22xcd%22%2C%22nok%22%2C%22ara%22%2C%22amd%22%2C%22awg%22%2C%22aud%22%2C%22azm%22%2C%22bsd%22%2C%22bhd%22%2C%22bdt%22%2C%22bbd%22%2C%22byr%22%2C%22bzd%22%2C%22xaf%22%2C%22bmd%22%2C%22btn%22%2C%22bob%22%2C%22bam%22%2C%22bwp%22%2C%22brl%22%2C%22gbp%22%2C%22bnd%22%2C%22bgn%22%2C%22bif%22%2C%22khr%22%2C%22cad%22%2C%22cve%22%2C%22kyd%22%2C%22clf%22%2C%22cny%22%2C%22cop%22%2C%22kmf%22%2C%22cdz%22%2C%22nzd%22%2C%22crc%22%2C%22hrk%22%2C%22cup%22%2C%22czk%22%2C%22dkk%22%2C%22djf%22%2C%22dop%22%2C%22tpe%22%2C%22egp%22%2C%22ern%22%2C%22eek%22%2C%22etb%22%2C%22fkp%22%2C%22fjd%22%2C%22xpf%22%2C%22gmd%22%2C%22gel%22%2C%22ghc%22%2C%22gip%22%2C%22gtq%22%2C%22gns%22%2C%22gwp%22%2C%22gyd%22%2C%22htg%22%2C%22hnl%22%2C%22hkd%22%2C%22huf%22%2C%22isk%22%2C%22inr%22%2C%22idr%22%2C%22irr%22%2C%22iqd%22%2C%22ils%22%2C%22jmd%22%2C%22jpy%22%2C%22jod%22%2C%22kzt%22%2C%22kes%22%2C%22kpw%22%2C%22krw%22%2C%22kwd%22%2C%22kgs%22%2C%22lak%22%2C%22lvl%22%2C%22lbp%22%2C%22lsl%22%2C%22lrd%22%2C%22lyd%22%2C%22chf%22%2C%22ltl%22%2C%22mop%22%2C%22mkd%22%2C%22mgf%22%2C%22mwk%22%2C%22myr%22%2C%22mvr%22%2C%22mro%22%2C%22mur%22%2C%22mxn%22%2C%22mdl%22%2C%22mnt%22%2C%22mad%22%2C%22mzm%22%2C%22mmk%22%2C%22nad%22%2C%22npr%22%2C%22ang%22%2C%22nic%22%2C%22xof%22%2C%22ngn%22%2C%22omr%22%2C%22pkr%22%2C%22pab%22%2C%22pgk%22%2C%22pyg%22%2C%22pei%22%2C%22php%22%2C%22pln%22%2C%22qar%22%2C%22rol%22%2C%22rub%22%2C%22rwf%22%2C%22wst%22%2C%22std%22%2C%22sar%22%2C%22scr%22%2C%22sll%22%2C%22sgd%22%2C%22sbd%22%2C%22sos%22%2C%22zar%22%2C%22lkr%22%2C%22shp%22%2C%22sdg%22%2C%22srg%22%2C%22szl%22%2C%22sek%22%2C%22syp%22%2C%22twd%22%2C%22tjr%22%2C%22tzs%22%2C%22thb%22%2C%22top%22%2C%22ttd%22%2C%22tnd%22%2C%22try%22%2C%22tmm%22%2C%22ugs%22%2C%22uah%22%2C%22sur%22%2C%22aed%22%2C%22uyu%22%2C%22uzs%22%2C%22vuv%22%2C%22vef%22%2C%22vnd%22%2C%22zmk%22%5D%7D%2C%22USER_ONBOARDING%22%3A%7B%22tagsEnabled%22%3Atrue%2C%22tourEnabled%22%3Afalse%7D%2C%22USER_TAGS%22%3A%7B%22enabled%22%3Atrue%2C%22usersCanSelect%22%3A%5B%22interests%22%5D%2C%22list%22%3A%5B%7B%22prompt%22%3A%22What%20do%20you%20use%20Buzzy%20for%3F%22%2C%22category%22%3A%22buzzyinterests%22%2C%22type%22%3A%22multiple%22%2C%22tags%22%3A%5B%7B%22tag%22%3A%22work%22%2C%22label%22%3A%22Work%22%7D%2C%7B%22tag%22%3A%22family%22%2C%22label%22%3A%22Family%22%7D%2C%7B%22tag%22%3A%22friends%22%2C%22label%22%3A%22Friends%22%7D%2C%7B%22tag%22%3A%22sportcoordination%22%2C%22label%22%3A%22Sports%20Coordination%22%7D%2C%7B%22tag%22%3A%22collaboration%22%2C%22label%22%3A%22Collaboration%22%7D%2C%7B%22tag%22%3A%22school%22%2C%22label%22%3A%22School%22%7D%2C%7B%22tag%22%3A%22event%22%2C%22label%22%3A%22Event%22%7D%2C%7B%22tag%22%3A%22travel%22%2C%22label%22%3A%22Travel%22%7D%5D%7D%5D%7D%2C%22SPECTRUM_SPATIAL%22%3A%7B%22enabled%22%3Afalse%2C%22apiURL%22%3A%22https%3A%2F%2Fapi-qa.precisely.services%22%7D%7D%2C%22debug%22%3Afalse%2C%22ROOT_URL%22%3A%22https%3A%2F%2Fapp.buzzy.buzz%2F%22%2C%22ROOT_URL_PATH_PREFIX%22%3A%22%22%2C%22reactFastRefreshEnabled%22%3Atrue%2C%22kadira%22%3A%7B%22appId%22%3A%22DL5xHgBQXCRzoPKNA%22%2C%22endpoint%22%3A%22https%3A%2F%2Fengine.montiapm.com%22%2C%22clientEngineSyncDelay%22%3A10000%2C%22recordIPAddress%22%3A%22full%22%2C%22disableClientErrorTracking%22%3Afalse%2C%22enableErrorTracking%22%3Atrue%7D%2C%22autoupdate%22%3A%7B%22versions%22%3A%7B%22web.browser%22%3A%7B%22version%22%3A%22339518e83ebfd1f180a008084938b50645ddd0dd%22%2C%22versionRefreshable%22%3A%224dbcc1147a9992bc10c7aa7e0ecde7802850c974%22%2C%22versionNonRefreshable%22%3A%22afaa9634fdd5acd9234f485ce4440cd50a9f0e55%22%2C%22versionReplaceable%22%3A%22e27595b078ee56db492ef483509d8683a3635706%22%7D%2C%22web.browser.legacy%22%3A%7B%22version%22%3A%22c31d0a22ec598491faf2d686904ff29c0325e7c5%22%2C%22versionRefreshable%22%3A%224dbcc1147a9992bc10c7aa7e0ecde7802850c974%22%2C%22versionNonRefreshable%22%3A%22c6b9ded8fcf540ce1e1c5d5f08243bc05c488612%22%2C%22versionReplaceable%22%3A%22e27595b078ee56db492ef483509d8683a3635706%22%7D%2C%22web.cordova%22%3A%7B%22version%22%3A%223e5fc292ceb1286a4e65c32f57d4aeef1b989740%22%2C%22versionRefreshable%22%3A%224dbcc1147a9992bc10c7aa7e0ecde7802850c974%22%2C%22versionNonRefreshable%22%3A%22b09bd3870e5cf248f08b91b4f2feb3281be700bd%22%2C%22versionReplaceable%22%3A%22e27595b078ee56db492ef483509d8683a3635706%22%7D%7D%2C%22autoupdateVersion%22%3Anull%2C%22autoupdateVersionRefreshable%22%3Anull%2C%22autoupdateVersionCordova%22%3Anull%2C%22appId%22%3A%221p3cqt41xyc21y14n3tbs%22%7D%2C%22appId%22%3A%221p3cqt41xyc21y14n3tbs%22%2C%22accountsConfigCalled%22%3Atrue%2C%22isModern%22%3Afalse%7D))/script> script typetext/javascript src/808d99e7cf097d3b87900f9ce40acc86c1214a9f.js?meteor_js_resourcetrue>/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]