Help
RSS
API
Feed
Maltego
Contact
Domain > portal.ofgconnect.co.uk
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-06-11
13.33.252.103
(
ClassC
)
2024-07-22
18.161.6.83
(
ClassC
)
2024-11-04
18.161.6.63
(
ClassC
)
2024-12-15
3.163.165.87
(
ClassC
)
2025-07-10
99.84.66.66
(
ClassC
)
2025-08-01
99.84.66.55
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Mon, 22 Jul 2024 13:54:13 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://portal.ofgconnect.co.uk/X-Cache: Re html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 7786Connection: keep-aliveDate: Sun, 21 Jul 2024 14:16:38 GMTx-amz-meta-codebuild-content-sha256: d2d1eb2e7df69bdbbeba16348371f16062f935c82d0da221 html>title>OFG Connect - Portal login page/title>meta nameviewport contentwidthdevice-width,initial-scale1,user-scalableno>script src/assets/js/global.js>/script>script>if(localStorage.getItem(token)) { console.log(Already logged in); window.location.replace(/pages/home/);}// Configure your application and authorization server detailsvar config { client_id: 68cde845a5be4b92baf789005ad9dc9b, redirect_uri: location.protocol, //, location.host, location.pathname.join(), authorization_endpoint: https://my.ofgconnect.co.uk/connect/authorize, token_endpoint: https://my.ofgconnect.co.uk/connect/token, login_endpoint: `${getApiUrl(userAuth)}login`, requested_scopes: staff_reference openid,};//////////////////////////////////////////////////////////////////////// OAUTH REQUEST// Initiate the PKCE Auth Code flow when the link is clicked const handler async function(){ console.log(hit handler index.html); // Create and store a random state value var state generateRandomString(); localStorage.setItem(pkce_state, state); // Create and store a new PKCE code_verifier (the plaintext random secret) var code_verifier generateRandomString(); localStorage.setItem(pkce_code_verifier, code_verifier); // Hash and base64-urlencode the secret to use as the challenge var code_challenge await pkceChallengeFromVerifier(code_verifier); // Build the authorization URL var url config.authorization_endpoint + ?response_typecode + &client_id+encodeURIComponent(config.client_id) + &state+encodeURIComponent(state) + &scope+encodeURIComponent(config.requested_scopes) + &redirect_uri+encodeURIComponent(config.redirect_uri) + &code_challenge+encodeURIComponent(code_challenge) + &code_challenge_methodS256 ; // Redirect to the authorization server console.log(Redirect,url); window.location url;}//////////////////////////////////////////////////////////////////////// OAUTH REDIRECT HANDLING// Handle the redirect back from the
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
]