Help
RSS
API
Feed
Maltego
Contact
Domain > dev.id.tozny.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
Whois
Property
Value
NameServer
NS-154.AWSDNS-19.COM
Created
2013-10-21 18:36:27
Changed
2016-03-22 21:44:17
Registrar
GoDaddy.com, LLC
DNS Resolutions
Date
IP Address
2020-04-27
52.42.164.136
(
ClassC
)
2021-09-06
52.37.196.152
(
ClassC
)
2026-01-24
52.42.20.167
(
ClassC
)
Port 80
HTTP/1.1 308 Permanent RedirectDate: Sat, 24 Jan 2026 00:33:34 GMTContent-Type: text/htmlContent-Length: 164Connection: keep-aliveLocation: https://dev.id.tozny.com 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: Sat, 24 Jan 2026 00:33:34 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveAccess-Control-Allow-Credentials: trueAccess-Control-Allow-Headers: X-Real-Ip, X-Forwarded-For, X-Forwarded-Proto, X-Forwarded-Scheme, X-Scheme, X-Request-Id, X-Forwarded-Host, X-Forwarded-PortAccess-Control-Allow-Methods: GETAccess-Control-Allow-Origin: *Access-Control-Expose-Headers: Access-Control-Allow-Methods, Access-Control-Max-Age, Strict-Transport-Security, X-Content-Type-Options, X-Xss-Protection, X-Tozny, Feature-Policy, Access-Control-Allow-Credentials, Vary, X-Frame-Options, Date, Referrer-Policy, Server, X-Permitted-Cross-Domain-Policies, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Etag, Content-Security-PolicyAccess-Control-Max-Age: 86400Cache-Control: no-cacheContent-Security-Policy: default-src self; script-src self nonce-d78842f8f1bf ; prefetch-src self; style-src self unsafe-inline https://fonts.googleapis.com; font-src self https://fonts.gstatic.com; connect-src self https://*.e3db.com https://*.tozflow.com https://tozny-pds-dev-large-files.s3-us-west-2.amazonaws.com data: ; img-src self data:; base-uri none; form-action none; block-all-mixed-content; frame-src; child-src https://www.youtube.com https://player.vimeo.com https://fast.wistia.net;Etag: W/691e2fad-36b2Feature-Policy: autoplay none; camera none; encrypted-media none; fullscreen none; geolocation none; microphone none; midi none; payment none; vr none; sync-xhr none; magnetometer none; gyroscope none; speaker none;Last-Modified: Wed, 19 Nov 2025 20:59:25 GMTReferrer-Policy: no-referrerStrict-Transport-Security: max-age31536000; includeSubDomains; preloadVary: OriginX-Content-Type-Options: nosniffX-Frame-Options: DENYX-Permitted-Cross-Domain-Policies: noneX-Tozny: Were looking for the kind of people who focus on details - like the headers returned in a secure request. Drop us a line: https://tozny.com/contact/X-Xss-Protection: 1; modeblock !doctype html>html langen classh-full dark>head>script src/config.js>/script>meta charsetutf-8/>meta http-equivX-UA-Compatible contentIEedge/>meta nameviewport contentwidthdevice-width,initial-scale1/>link relicon href/favicon.ico/>link hrefhttps://fonts.googleapis.com/css?familyOpen+Sans:400,600,700|Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp|IBM+Plex+Mono:300,400|Roboto+Mono:400,600&displayswap relstylesheet/>link href/app-default.css relstylesheet/>link href/app-custom.css relstylesheet/>title>Identity Portal/title>script deferdefer src/js/chunk-vendors.21a6cd5b.js>/script>script deferdefer src/js/app.bacb26a8.js>/script>link href/css/app.d6321118.css relstylesheet>/head>body ididentity-portal classh-full overflow-auto>script nonced78842f8f1bf>// inline theme setting as first thing in body in order to prevent flash of white! // if we need to load it from the compiled code there will be a period of time that the page // will render without knowing what theme to use. var tozThemes { DARK: dark, LIGHT: light, SYSTEM: system, DEFAULT: default, } /// check if the platform supports localstorage, added to avoid failure /// on android native platforms webview during toznysso signin. function isLocalStorageAvailable() { var test test try { localStorage.setItem(test, test) localStorage.removeItem(test) return true } catch (e) { return false } } /// finds users preferred theme from their OS settings. used for system function tozGetSystemPreferredTheme() { return window.matchMedia((prefers-color-scheme: dark)).matches ? tozThemes.DARK : tozThemes.LIGHT } /// gets preferred theme from localStorage, falling back to default function tozGetPreferredTheme() { var preferredTheme !isLocalStorageAvailable() || !(theme in localStorage) ? window.TOZID_DEFAULT_THEME : localStorage.getItem(theme) return preferredTheme tozThemes.SYSTEM ? tozGetSystemPreferredTheme() : preferredTheme } /// sets preferred theme in local storage or clears local storage theme if preferring default function tozSetPreferredTheme(theme) { if (!isLocalStorageAvailable()) { return } if (theme tozThemes.DEFAULT) { localStorage.removeItem(theme) return } localStorage.setItem(theme, theme) } function tozTurnOnDarkMode() { document.documentElement.classList.add(tozThemes.DARK) } function tozTurnOffDarkMode() { document.documentElement.classList.remove(tozThemes.DARK) } // IIFE to prevent pollution of the global scope ;(function () { // query string theme takes precedence & is saved as session preference var queryParams new URLSearchParams(window.location.search) if (queryParams.has(theme)) { var queryTheme queryParams.get(theme) var isValid Object.values(tozThemes).includes(queryTheme) // fallback to default if invalid value. var preferredTheme isValid ? queryTheme : tozThemes.DEFAULT tozSetPreferredTheme(preferredTheme) } // load preferred theme if (tozGetPreferredTheme() tozThemes.DARK) { tozTurnOnDarkMode() } else { tozTurnOffDarkMode() } })()/script>noscript>strong>Were sorry but identity portal doesnt work properly without JavaScript enabled. Please enable it to continue./strong>/noscript>div idapp>/div>svg classabsolute h-0 w-0 height0 width0 xmlnshttp://www.w3.org/2000/svg>symbol viewBox0 0 22 22 idicon-settings xmlnshttp://www.w3.org/2000/svg>g fillnone fill-ruleevenodd>path dM-1-1h24v24H-1z/>path dM18.43 11.98c.04-.32.07-.64.07-.98 0-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65A.488.488 0 0013 1H9c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98 0 .33.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.23.09.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zM11 14.5c-1.93 0-3.5-1.57-3.5-3.5S9.07 7.5 11 7.5s3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z strokecurrentColor stroke-width2/>/g>/symbol>symbol viewBox0 0 24 25 idicon-tozid xmlnshttp://www.w3.org/2000/svg>path dM15.859 16.04c.02-1.545.015-3.09 0-4.634-.007-.78-.346-1.369-1.064-1.721-.11-.054-.214-.233-.225-.362-.03-.356 0-.717-.014-1.075-.064-1.72-1.304-2.979-2.898-2.948-1.606.03-2.786 1.318-2.792 3.046 0 .33.021.663-.01.992a.538.538 0 01-.224.365c-.663.388-1.004.948-.999 1.725.005.76.001 1.517.001 2.276 0 .772-.009 1.545.003 2.317.016 1.111.734 1.847 1.827 1.856 1.515.012 3.03.011 4.545 0 1.095-.008 1.836-.733 1.85-1.837zm-3.456-2.193c.116.424.207.855.306 1.284.13.57-.025.771-.591.775h-.368c-1.09 0-1.133-.055-.875-1.133.058-.24.106-.484.174-.721.1-.351.136-.643-.154-.974-.35-.398-.203-1.01.224-1.354a1.01 1.01 0 011.373.08c.367.388.418 1.006.057 1.385-.206.214-.216.4-.146.658zM9.609 9.483c.064-.696.04-1.405.211-2.061.227-.865 1.162-1.416 2.03-1.349.979.075 1.746.694 1.906 1.631.098.574.08 1.168.116 1.78l-4.263-.001zm-2.411-5.53c0 1.061-.004 2.137.004 3.21.002.173.018.37.103.512.237.4.513.775.774 1.159l.094-.017c0-.078-.005-.156 0-.234.035-.492-.147-.958-.194-1.425-.108-1.064-.034-2.145-.034-3.21 1.033-.477 1.444-1.143 1.26-2.015-.173-.815-.82-1.36-1.622-1.366a1.693 1.693 0 00-1.667 1.32c-.188.853.267 1.598 1.282 2.066zm.382-2.635a.938.938 0 01.92.922.927.927 0 01-.929.946c-.534.004-.931-.394-.934-.936a.92.92 0 01.943-.932zm7.846 7.854c.104-.044.228-.065.31-.136.536-.47 1.072-.939 1.587-1.431a2.23 2.23 0 00.446-.624c.24-.49.446-.998.66-1.485 1.023.048 1.747-.415 1.963-1.233.214-.805-.138-1.613-.864-1.99a1.663 1.663 0 00-2.065.457c-.561.706-.47 1.529.253 2.43-.32 1.171-.887 2.163-1.895 2.851-.078.054-.138.136-.217.188-.248.164-.32.398-.273.677.017.101.062.198.095.296zm3.366-6.35c.515.013.922.45.906.972-.016.491-.417.91-.877.911-.553.002-.977-.412-.97-.95.004-.523.432-.947.941-.934zm.867 5.766c.038.33.194.646.313 1.025-.344.343-.721.742-1.126 1.109a.848.848 0 01-.496.196c-.568.024-1.137.01-1.702.01v.74c.141.009.236.02.33.02.6.001 1.201.01 1.801-.01.129-.004.276-.102.376-.198.416-.398.824-.806 1.22-1.224.166-.177.302-.239.56-.165.705.2 1.464-.134 1.842-.753a1.71 1.71 0 00-.13-1.968 1.718 1.718 0 00-2.008-.479 1.621 1.621 0 00-.98 1.697zm1.655-1.082c.524 0 .929.415.923.945-.005.523-.395.922-.898.916-.545-.006-.946-.393-.949-.917a.921.921 0 01.924-.944zm.457 9.366c-.522-.145-.988.01-1.46.272-.392-.405-.769-.803-1.157-1.19-.092-.093-.219-.21-.332-.214-.73-.019-1.46-.01-2.207-.01v.742c.259 0 .52.034.771-.005.888-.142 1.57.152 2.119.875.191.253.33.418.227.777-.26.916.326 1.84 1.236 2.054.894.209 1.784-.346 2.012-1.253a1.702 1.702 0 00-1.209-2.048zm-.413 2.579a.94.94 0 01-.945-.936c0-.51.443-.953.947-.944.496.008.91.424.919.925a.93.93 0 01-.921.955zM3.063 10.086a.583.583 0 01.45.118c.433.4.834.834 1.254 1.247.094.092.218.21.332.215.58.021 1.16.01 1.746.01v-.75c-.449 0-.87.012-1.291-.006a.678.678 0 01-.397-.141c-.42-.373-.82-.767-1.237-1.161l.183-.31c.425-.742.299-1.584-.319-2.14a1.683 1.683 0 00-2.115-.092c-.634.475-.86 1.385-.526 2.115.33.72 1.103 1.067 1.92.895zm-.442-2.58a.912.912 0 01.939.928.9.9 0 01-.927.934.904.904 0 01-.92-.9.919.919 0 01.908-.962zM22.77 11.97c-.905-.284-1.774.144-2.093 1.066-.082.238-.192.282-.407.28-1.063-.008-2.126-.003-3.189-.003h-.452v.76c1.246 0 2.456.004 3.666-.004.225-.002.36.046.473.273.237.474.62.8 1.156.893.936.16 1.77-.4 1.969-1.31.182-.832-.318-1.702-1.122-1.955zm-.468 2.528c-.56.007-.993-.4-.99-.928a.944.944 0 01.904-.933.927.927 0 01.958.913c.012.517-.378.941-.872.948zM10.173 18.61c0 .643-.04 1.263.013 1.875.047.54-.139.862-.464.963-.578-.163-1.013-.387-1.448-.388-.939 0-1.633.884-1.556 1.854.072.92.902 1.592 1.858 1.505.898-.082 1.626-.933 1.475-1.838-.07-.424.083-.576.382-.764.192-.12.453-.327.463-.507.047-.89.021-1.785.021-2.702l-.744.001zm-1.792 5.097c-.547-.004-.948-.394-.95-.923a.916.916 0 01.931-.94c.481 0 .945.442.945.902 0 .527-.422.965-.926.961zm-1.539-7.98c-.525 0-1.016-.024-1.502.011a1.07 1.07 0 00-.602.249c-.396.355-.751.757-1.137 1.155-.705-.346-1.046-.393-1.57-.231-.8.25-1.304 1.158-1.108 2.006a1.697 1.697 0 001.926 1.275c.858-.154 1.573-.99 1.364-1.803-.162-.633.056-.97.476-1.315.137-.112.237-.275.383-.37.158-.103.346-.205.527-.22.417-.031.836-.01 1.243-.01v-.747zM2.629 19.45c-.529-.005-.956-.415-.96-.924-.004-.511.43-.957.932-.957.517 0 .927.424.924.954-.004.518-.403.932-.896.927zm.263-4.7c.179-.198.31-.44.485-.695h3.498v-.742c-1.074 0-2.109-.01-3.142.006-.276.004-.396-.07-.484-.35-.225-.709-.914-1.136-1.657-1.086-.763.05-1.38.603-1.535 1.375a1.68 1.68 0 00.885 1.83c.65.338 1.46.208 1.95-.338zm-1.219-2.113a.913.913 0 01.952.912c.01.528-.367.941-.863.949-.561.008-.988-.392-.986-.926a.932.932 0 01.897-.935zm13.922 7.349c-.382.083-.729.33-1.167.538-.257-.13-.619-.292-.957-.495-.099-.058-.176-.227-.186-.352-.025-.339-.009-.68-.009-1.036h-.745c0 .168.021.308-.003.437-.191.993.167 1.63 1.154 1.89.367.097.506.32.51.74.011.942.876 1.671 1.787 1.59a1.7 1.7 0 001.545-1.919c-.111-.91-1.012-1.594-1.929-1.393zm.279 2.606a.953.953 0 01-.949-.935c-.003-.5.418-.948.89-.947.526 0 .96.408.974.914a.952.952 0 01-.915.968z fillcurrentColor/>/symbol>symbol viewBox0 0 24 19 idicon-tozstore xmlnshttp://www.w3.org/2000/svg>defs>linearGradient x1-.001% y150.004% x299.998% y250.004% ida>stop stop-colorcurrentColor/>stop stop-colorcurrentColor/>/linearGradient>linearGradient x1-.003% y150% x299.999% y250% idb>stop stop-colorcurrentColor/>stop stop-colorcurrentColor/>/linearGradient>/defs>g fillcurrentColor>path dM7.421 14.745c-.05.036-.07.065-.093.065-1.394.018-2.803.184-4.159-.305C.292 13.47-.914 9.7.79 7.116c.749-1.135 1.77-1.857 3.07-2.168.265-.063.399-.189.505-.445C5.409 1.963 7.828.362 10.578.526c2.264.136 4.034 1.256 5.165 3.306.124.224.25.3.504.287 2.216-.123 4.012 1.136 4.7 3.29.075.238.193.351.43.418 1.191.337 1.995 1.132 2.377 2.307.43 1.325.16 2.544-.767 3.585-.702.787-1.603 1.121-2.635 1.121-1.132 0-2.263 0-3.394-.002-.142 0-.283-.018-.434-.028.111-.735.225-1.419.316-2.105.038-.284.049-.575.034-.86-.036-.747-.55-1.408-1.268-1.567-.949-.21-1.75-.637-2.434-1.354-.676-.709-1.748-.695-2.427.024-.663.7-1.461 1.091-2.365 1.319-.785.198-1.355.88-1.31 1.701.044.83.198 1.653.305 2.48.012.104.032.208.046.297z/>path dM15.81 12.521c-.175 1.6-.566 3.384-1.8 4.862-1.104 1.322-2.757 1.399-3.96.173-.919-.935-1.345-2.128-1.635-3.376-.146-.623-.223-1.265-.298-1.902-.072-.621.13-.879.713-1.032.98-.26 1.866-.68 2.566-1.46.382-.423.769-.424 1.146-.011.702.768 1.566 1.227 2.558 1.47.62.15.755.347.71 1.276zm-6.242.2c.079.394.127.69.197.98.249 1.029.575 2.028 1.305 2.82.603.655 1.243.619 1.824-.072.89-1.056 1.24-2.337 1.437-3.674.014-.093-.11-.25-.21-.306a50.142 50.142 0 00-1.944-1.06.517.517 0 00-.414 0c-.654.337-1.3.695-1.942 1.058-.11.063-.188.188-.253.255z/>/g>/symbol>symbol viewBox0 0 24 40 idicon-trend-down xmlnshttp://www.w3.org/2000/svg>path dM16 28.25V0H9v28.25H0L12 40l12-11.75h-8z fillcurrentColor/>/symbol>symbol viewBox0 0 24 40 idicon-trend-up xmlnshttp://www.w3.org/2000/svg>path dM16 11.75V40H9V11.75H0L12 0l12 11.75h-8z fillcurrentColor/>/symbol>symbol viewBox0 0 93 24 idtozny-logo xmlnshttp://www.w3.org/2000/svg>path dM31.786 12.025c0 3.486-2.356 6.051-5.691 6.215v-1.985c0-.125.052-.236-.067-.282-.118-.046-.188-.015-.275.076l-4.686 3.937c-.055.059-.069.137-.066.217.003.08.047.156.107.211l4.722 3.397c.09.082.094.104.207.055.112-.048.058-.157.058-.277v-1.77c5.493-.191 9.768-4.46 9.768-9.846 0-2.58-.958-5.026-2.816-6.89-.058-.058-.105-.091-.188-.091h.001a.294.294 0 00-.218.113L30.24 7.363c-.119.11-.19.293-.084.415 1.091 1.251 1.63 2.76 1.63 4.247zM78.555 2.73h-1.969c-1.083 0-1.517.69-.916 1.571l6.343 9.343v6.698c0 .213.261.436.478.436h2.943c.217 0 .307-.224.307-.436v-6.774l7.076-10.542c.118-.178.081-.296-.136-.296h-3.587c-.217 0-.487.119-.604.297l-4.693 7.177-4.64-7.17c-.116-.178-.386-.304-.602-.304zm-58.413 9.136c0-3.485 2.225-6.05 5.56-6.214v1.985c0 .124.079.236.197.282a.314.314 0 00.34-.076l4.718-3.938a.299.299 0 00-.016-.427L26.223.08a.315.315 0 00-.335-.056.302.302 0 00-.185.278v1.77c-5.494.191-9.64 4.46-9.64 9.846 0 2.58 1.024 5.026 2.882 6.89a.313.313 0 00.221.09h.014a.311.311 0 00.227-.112l2.406-2.258a.298.298 0 00.021-.415c-1.091-1.252-1.692-2.76-1.692-4.248zm18.203-5.872h9.44l-9.821 11.542c-.138.163-.293.442-.293.654v2.152c0 .213.261.436.478.436h14.519c.217 0 .307-.224.307-.436v-1.248c0-.901-.793-1.58-1.877-1.58h-8.535L52.765 5.539c.14-.162.21-.492.21-.704V3.062c0-.212-.09-.332-.307-.332H39.915c-1.084 0-2.048.679-2.048 1.58v1.248c0 .212.262.436.478.436zm21.508-2.986a.789.789 0 00-.59-.278h-1.237c-.9 0-1.716.808-1.716 1.868v15.744c0 .213.262.436.478.436h2.747c.217 0 .307-.224.307-.436V8.834l9.271 11.615c.134.167.46.329.677.329h2.302c.217 0 .307-.224.307-.436V3.062c0-.212-.09-.332-.307-.332H69.15c-.217 0-.478.12-.478.332v11.152L59.853 3.008zM0 5.75c0 .212.262.436.478.436H5.69v14.156c0 .212.261.436.478.436h2.943c.217 0 .307-.224.307-.436V6.186H14.8c.217 0 .307-.224.307-.436V3.062c0-.212-.09-.332-.307-.332H2.048C.964 2.73 0 3.452 0 4.406V5.75z fillcurrentColor fill-ruleevenodd/>/symbol>/svg>/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
]