Help
RSS
API
Feed
Maltego
Contact
Domain > eks-perf-test.paas2.uninett.no
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-02-26
13.53.211.116
(
ClassC
)
2025-11-13
13.48.236.136
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Thu, 13 Nov 2025 04:18:21 GMTContent-Type: text/htmlContent-Length: 162Connection: keep-aliveLocation: https://eks-perf-test.paas2.uninett.noX-Request-Id: de46e770328f63be6101521a7a127bd2 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Thu, 13 Nov 2025 04:18:21 GMTContent-Type: text/htmlContent-Length: 5315Connection: keep-aliveLast-Modified: Wed, 26 Feb 2025 12:13:10 GMTETag: 67bf0556-14c3Accept-Ranges: bytesX-Request-Id: 3b7e909f9148f923c2375161b0a68a2f html>head> meta contenttext/html;charsetutf-8 http-equivContent-Type> meta contentutf-8 http-equivencoding> title>Feide - OpenID Connect Test Client/title> link relstylesheet hrefstyle.css>/head>body> script> const CLIENT_ID 061afb1a-d4f9-4ece-a9ec-cc8e4446ab6b; const REDIRECT_URI https://eks-perf-test.paas2.uninett.no; const TOKEN_ENDPOINT https://auth.dataporten-test.uninett.no/oauth/token; let authorizationEndpoint https://auth.dataporten-test.uninett.no/oauth/authorization; let parameterConfig { client_id: CLIENT_ID, redirect_uri: REDIRECT_URI, scope: openid profile, response_type: code, code_challenge_method: S256 }; async function loginWithFeide() { // Generate a random state and a code verifier for the PKCE flow let state createRandomString(); let codeVerifier createRandomString(); // Hash the codeVerifier using SHA-256 to create a code challenge let textEncoder new TextEncoder(); let encodedData textEncoder.encode(codeVerifier); let sha256Hash await window.crypto.subtle.digest(SHA-256, encodedData); // btoa expects only binary data let btoaFriendlyString String.fromCharCode(...new Uint8Array(sha256Hash)); let base64EncodedHash btoa(btoaFriendlyString); let URLencodedHash base64EncodedHash.replace(/\+/g, -).replace(/\//g, _).replace(/+$/, ); // Add generated state and code_challenge to oauth parameters parameterConfigstate state; parameterConfigcode_challenge URLencodedHash; localStorage.setItem(feide_state, state); localStorage.setItem(code_verifier, codeVerifier); // Generate authorization url and redirect user. let paremeterArray ; for (parameter in parameterConfig) { paremeterArray.push(parameter + + parameterConfigparameter); } authorizationEndpoint authorizationEndpoint + ? + paremeterArray.join(&); window.location authorizationEndpoint; } // Check if we are returning from Feide and have a code and matching state // If that is the case we want to exhange the code for an access token. let url new URL(window.location); let code url.searchParams.get(code); let receivedState url.searchParams.get(state); if (code && receivedState && receivedState localStorage.getItem(feide_state)) { let token_params grant_typeauthorization_code, code + code, client_id + CLIENT_ID, redirect_uri + REDIRECT_URI, code_verifier + localStorage.getItem(code_verifier) ; // Remove code and state from url window.history.replaceState({}, document.title, /); let request new XMLHttpRequest(); request.open(POST, TOKEN_ENDPOINT, true); request.setRequestHeader(Content-Type, application/x-www-form-urlencoded; charsetUTF-8); // When the token exchange is performed we run this function. request.onload function () { let response JSON.parse(request.response); if (typeof response.access_token ! undefined) { // We received an access token so we update the application indicate the state to the user. let hideCards document.getElementsByClassName(notloggedin); for (let i 0; i hideCards.length; i++) { hideCardsi.style.display none; } let showCards document.getElementsByClassName(loggedin); for (let i 0; i showCards.length; i++) { showCardsi.style.display block; } if (typeof response.id_token undefined) { console.info(ID token not received) } else { console.info(ID token received) } } else { console.log(Token exchange failed); } } // Perform the token exhange with paremeters as body request.send(token_params.join(&)); localStorage.removeItem(feide_state); localStorage.removeItem(code_verifier); } function createRandomString() { let randomData window.crypto.getRandomValues(new Uint8Array(64)); return Array.from(randomData, num > (num.toString(16))).join(); } /script> button classnotloggedin idlogin_button onclickloginWithFeide();>Click to log in with Feide/button> div classcard notloggedin> p>You are not logged in/p> /div> div classcard loggedin> p>You are logged in./p> /div>/body>/html>
Subdomains
Date
Domain
IP
minutdanning-review-soso-fix-c-mgxu32.paas2.uninett.no
2025-11-12
16.16.93.183
minutdanning-review-tot-1235-b-rm3ic2.paas2.uninett.no
2025-11-13
13.48.236.136
hello-again-review-artifactor-fanfj3.paas2.uninett.no
2024-09-30
13.48.236.136
minutdanning-review-feat-add-l-jknqm5.paas2.uninett.no
2025-11-13
13.53.211.116
minutdanning-review-jakie-add-45xc6a.paas2.uninett.no
2025-11-11
16.16.93.183
minutdanning-review-chore-upda-xsvqvb.paas2.uninett.no
2025-11-12
13.53.211.116
console.paas2.uninett.no
2025-10-18
13.48.236.136
api.argus-restructure.paas2.uninett.no
2025-11-04
16.16.93.183
rok-auth-review-authtjenes-sejxea-authtjeneste.paas2.uninett.no
2025-11-12
16.16.93.183
rok-auth-utv-authtjeneste.paas2.uninett.no
2025-11-04
13.53.211.116
ai-ml-document-classification-web-staging.paas2.uninett.no
2025-10-18
16.16.93.183
ai-ml-soknadsbehandling-staging.paas2.uninett.no
2025-11-06
13.48.236.136
api-staging.paas2.uninett.no
2025-10-23
16.16.93.183
chat.api-staging.paas2.uninett.no
2025-10-08
13.48.236.136
ai-ml-document-classification-staging.paas2.uninett.no
2025-10-09
13.48.236.136
admissio-staging.paas2.uninett.no
2025-09-26
13.48.236.136
begreper-staging.paas2.uninett.no
2025-09-25
13.48.236.136
api-argus-staging.paas2.uninett.no
2025-10-23
16.16.93.183
hello-prometheus-rules-alerting.paas2.uninett.no
2025-11-07
13.48.236.136
fs-batch.paas2.uninett.no
2025-11-04
16.16.93.183
minutdanning-review-jakie-test-vfhl2i.paas2.uninett.no
2025-11-13
16.16.93.183
sms-review-update-l96ul6-api.paas2.uninett.no
2025-11-11
13.48.236.136
edulab-api.paas2.uninett.no
2025-11-09
13.53.211.116
sms-review-update-dep-4fd9wg-api.paas2.uninett.no
2025-11-03
16.16.93.183
sms-review-patch-tues-kk3ddi-api.paas2.uninett.no
2025-11-11
13.48.236.136
minutdanning-review-hirei-text-u5u07j.paas2.uninett.no
2025-11-07
13.53.211.116
sikt-chatgpt-review-fix-stream-zk2qmj.paas2.uninett.no
2025-11-09
13.53.211.116
hello-again-review-testing-gzd91k.paas2.uninett.no
2025-11-04
16.16.93.183
api.ntk.paas2.uninett.no
2025-09-25
16.16.93.183
admin.ntk.paas2.uninett.no
2025-09-26
16.16.93.183
auth-sidecar.paas2.uninett.no
2025-10-14
13.53.211.116
nvb2-review-feature-nv-7499ts.paas2.uninett.no
2025-11-11
13.48.236.136
sikt-chatgpt.paas2.uninett.no
2025-11-11
13.48.236.136
eview-28-sende-u-ffle23-sikt-chatgpt.paas2.uninett.no
2025-11-03
16.16.93.183
eview-glaysa-rem-a1gcqe-sikt-chatgpt.paas2.uninett.no
2025-11-13
13.48.236.136
eview-update-sec-ohy2sf-sikt-chatgpt.paas2.uninett.no
2025-11-04
13.48.236.136
eview-fix-stream-zk2qmj-sikt-chatgpt.paas2.uninett.no
2025-11-10
13.48.236.136
eview-update-npm-hj9osj-sikt-chatgpt.paas2.uninett.no
2025-11-04
13.53.211.116
review-update-npm-hj9osj-sikt-chatgpt.paas2.uninett.no
2025-11-04
13.48.236.136
review-teste-stre-17ia6m-sikt-chatgpt.paas2.uninett.no
2024-07-17
13.48.236.136
eview-use-3-repl-1efqmm-sikt-chatgpt.paas2.uninett.no
2025-11-09
13.48.236.136
eview-change-tab-a3rnsq-sikt-chatgpt.paas2.uninett.no
2025-11-04
13.48.236.136
eview-disclaimer-s137eu-sikt-chatgpt.paas2.uninett.no
2025-11-11
13.48.236.136
eview-glaysa-sik-tvvdgx-sikt-chatgpt.paas2.uninett.no
2025-11-12
13.48.236.136
hello-test-01-test.paas2.uninett.no
2025-11-12
16.16.93.183
eks-perf-test.paas2.uninett.no
2025-11-13
13.48.236.136
sommerstudentsikt2024-metadatabase-dev.paas2.uninett.no
2025-11-11
13.48.236.136
platon-api-dev.paas2.uninett.no
2025-11-12
16.16.93.183
platon-api-review-resource-t-l2mce2.platon-api-dev.paas2.uninett.no
2025-11-10
13.48.236.136
platon-api-review-allow-plat-oc9in3.platon-api-dev.paas2.uninett.no
2025-11-07
13.48.236.136
platon-api-review-labels-qwmjz3.platon-api-dev.paas2.uninett.no
2025-11-04
13.48.236.136
platon-api-review-docs-zxgw85.platon-api-dev.paas2.uninett.no
2025-11-09
13.53.211.116
platon-api-review-typing-34nbe5.platon-api-dev.paas2.uninett.no
2025-11-04
13.53.211.116
platon-api-review-migration-7o21g5.platon-api-dev.paas2.uninett.no
2025-11-04
13.48.236.136
platon-api-review-update-l96ul6.platon-api-dev.paas2.uninett.no
2025-11-05
13.48.236.136
platon-api-review-pytest-md1xu6.platon-api-dev.paas2.uninett.no
2025-11-04
13.48.236.136
platon-api-review-upgrade-ez4ma7.platon-api-dev.paas2.uninett.no
2025-11-07
13.48.236.136
platon-api-review-revert-eaf-o2zf3d.platon-api-dev.paas2.uninett.no
2025-11-07
13.53.211.116
platon-api-staging.platon-api-dev.paas2.uninett.no
2025-11-09
13.48.236.136
platon-api-review-update-dep-41x88h.platon-api-dev.paas2.uninett.no
2025-11-05
13.48.236.136
platon-api-review-patch-tues-kk3ddi.platon-api-dev.paas2.uninett.no
2025-11-04
13.53.211.116
platon-api-review-feat-deplo-1d3rom.platon-api-dev.paas2.uninett.no
2025-11-04
16.16.93.183
platon-api-review-alert-rule-lv88pp.platon-api-dev.paas2.uninett.no
2025-11-07
16.16.93.183
platon-api-review-hotfix-g58jdr.platon-api-dev.paas2.uninett.no
2025-11-04
13.48.236.136
platon-api-review-refactor-r-5etd3s.platon-api-dev.paas2.uninett.no
2025-11-07
13.53.211.116
platon-api-review-puppetdb-a-onjtws.platon-api-dev.paas2.uninett.no
2025-11-05
16.16.93.183
platon-api-review-aws-work-o-jj9iys.platon-api-dev.paas2.uninett.no
2025-11-07
13.53.211.116
vip-review.paas2.uninett.no
2025-11-07
16.16.93.183
minutdanning-review-feat-min-o-aaj3ix.paas2.uninett.no
2025-11-11
13.48.236.136
minutdanning-review-feat-add-c-m4x3gy.paas2.uninett.no
2025-11-04
16.16.93.183
nvb2-review-legger-til-e80lly.paas2.uninett.no
2025-11-07
13.48.236.136
minutdanning-review-chore-add-ilsubz.paas2.uninett.no
2025-11-03
13.48.236.136
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
]