Help
RSS
API
Feed
Maltego
Contact
Domain > mei-proxy-ui.cgisupport.es
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-08
3.171.61.36
(
ClassC
)
2025-11-15
3.169.173.61
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sat, 15 Nov 2025 03:11:39 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://mei-proxy-ui.cgisupport.es/X-Cache: Redirect from cloudfrontVia: 1.1 ba53e0bccc2d60bfa0ca7719c7526e16.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: CNNw_1JhWzos2NhRmuBDQWnppZObEzAs15UCWftesH4TGxRddzOYsA 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: 23273Connection: keep-aliveDate: Sat, 15 Nov 2025 03:11:41 GMTLast-Modified: Mon, 10 Nov 2025 14:41:43 GMTETag: 00821fcca1fc58647627d88cf33d2d96x-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 5ec2b95241693f962e2ff4afc726b38e.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: AbofkXDSIHhEVIOtFSXnpCV0Qj7FYFZCN622CMRM1DrLMyu5xhUI_A !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>SecureProxy Config Editor/title> link relicon typeimage/png href/favicon-nbz-32x32.png> style> /* CSS Variables - will be set by theme.cljs */ :root { /* Default fallback values (Nubizzi theme) */ --bg-primary: #1e1e1e; --bg-secondary: #2d2d30; --bg-tertiary: #252526; --bg-container: #2d2d30; --bg-input: #3c3c3c; --bg-hover: #2a2d2e; --text-primary: #d4d4d4; --text-secondary: #cccccc; --text-muted: #808080; --accent-primary: #569cd6; --accent-hover: #4a8bbf; --success: #89d185; --warning: #dcdcaa; --error: #f44747; --info: #569cd6; --border-primary: #3e3e42; --border-hover: #569cd6; --border-input: #454545; --button-bg: #0e639c; --button-hover: #1177bb; --button-text: #ffffff; --button-border: transparent; --button-border-hover: transparent; --link-color: #7cb3e5; --link-hover: #9bc9f0; --shadow-sm: 0 2px 8px rgba(0,0,0,0.3); --shadow-md: 0 4px 16px rgba(0,0,0,0.4); --shadow-lg: 0 8px 32px rgba(0,0,0,0.5); } body { font-family: Consolas, Monaco, Courier New, monospace; margin: 0; padding: 20px; background-color: var(--bg-primary); color: var(--text-primary); } .container { max-width: 1200px; margin: 0 auto; background-color: var(--bg-container); padding: 20px; border-radius: 8px; box-shadow: var(--shadow-md); } .header { border-bottom: 1px solid var(--border-primary); padding-bottom: 15px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; } .header-left { display: flex; align-items: center; gap: 15px; } .header-logo { height: 30px; width: auto; } .header-title { color: var(--accent-primary); margin: 0; font-size: 24px; } .header-subtitle { color: var(--accent-primary); margin: 0; font-size: 20px; font-weight: normal; } h1 { color: var(--accent-primary); margin: 0; } .login-form { background-color: var(--bg-tertiary); padding: 30px; border-radius: 6px; max-width: 400px; margin: 50px auto; } .form-group { margin-bottom: 20px; } label { display: block; margin-bottom: 5px; color: var(--text-secondary); font-weight: bold; } inputtypetext, inputtypeemail, inputtypepassword { width: 100%; padding: 12px; border: 1px solid var(--border-input); border-radius: 4px; background-color: var(--bg-input); color: var(--text-primary); font-family: inherit; font-size: 14px; box-sizing: border-box; } inputtypetext:focus, inputtypeemail:focus, inputtypepassword:focus { outline: none; border-color: var(--border-hover); } .btn { background-color: var(--button-bg); color: var(--button-text); padding: 12px 24px; border: 2px solid var(--button-border); border-radius: 4px; cursor: pointer; font-size: 14px; margin-right: 10px; transition: all 0.2s ease; } .btn:hover:not(:disabled) { background-color: var(--button-hover); border-color: var(--button-border-hover); } .btn:disabled { background-color: #555; cursor: not-allowed; opacity: 0.6; } .error { color: var(--error); background-color: rgba(244, 71, 71, 0.1); padding: 10px; border-radius: 4px; margin: 15px 0; border-left: 4px solid var(--error); white-space: pre-wrap; } .success { color: var(--success); background-color: rgba(137, 209, 133, 0.1); padding: 10px; border-radius: 4px; margin: 15px 0; border-left: 4px solid var(--success); } .editor-container { margin-top: 20px; } .toolbar { background-color: var(--bg-secondary); padding: 10px; border-radius: 4px 4px 0 0; border-bottom: 1px solid var(--border-primary); display: flex; justify-content: space-between; align-items: center; } .toolbar-left { display: flex; gap: 10px; } .toolbar-right { display: flex; align-items: center; } .logout { float: right; font-size: 12px; } .logout a { color: var(--link-color); text-decoration: none; } .logout a:hover { color: var(--link-hover); text-decoration: underline; } .id-display a { color: var(--link-color); text-decoration: none; } .id-display a:hover { color: var(--link-hover); text-decoration: underline; } /* CodeMirror overrides for better integration */ .cm-editor { border: 1px solid var(--border-primary); border-radius: 0 0 4px 4px; background-color: var(--bg-primary); } .cm-focused { outline: none !important; } .cm-scroller { font-family: Consolas, Monaco, Courier New, monospace !important; } /* Loading indicator */ .loading { opacity: 0.6; pointer-events: none; } /* Parinfer Mode Switcher */ .parinfer-mode-switch { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; } .mode-indicator { display: flex; align-items: center; gap: 10px; padding: 6px 12px; background-color: var(--bg-secondary); border: 1px solid var(--accent-primary); border-radius: 6px; font-size: 14px; } .mode-label { color: var(--text-secondary); font-weight: 500; } .current-mode { display: flex; align-items: center; gap: 6px; color: var(--accent-primary); } .current-icon { font-size: 16px; } .current-text { font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; } .mode-buttons { display: flex; gap: 4px; } .mode-btn { display: flex; align-items: center; gap: 4px; padding: 6px 10px; background-color: var(--bg-input); border: 1px solid #555; border-radius: 4px; color: var(--text-secondary); font-size: 12px; cursor: pointer; transition: all 0.2s ease; } .mode-btn:hover { background-color: var(--bg-hover); border-color: #777; } .mode-btn.active { background-color: var(--accent-primary); border-color: var(--accent-primary); color: #ffffff; /* Always white text on colored background */ box-shadow: var(--shadow-sm); font-weight: 600; } .mode-icon { font-size: 14px; } .mode-text { font-weight: 500; text-transform: capitalize; } /* Help Panel Overlay */ .help-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); display: flex; justify-content: center; align-items: center; z-index: 9999; animation: fadeIn 0.3s ease-out; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .help-panel { background-color: var(--bg-secondary); border: 1px solid var(--accent-primary); border-radius: 12px; box-shadow: var(--shadow-lg); max-width: 90vw; max-height: 90vh; width: 1000px; display: flex; flex-direction: column; overflow: hidden; animation: slideIn 0.3s ease-out; } @keyframes slideIn { from { opacity: 0; transform: scale(0.9) translateY(-20px); } to { opacity: 1; transform: scale(1) translateY(0); } } .help-header { background: linear-gradient(135deg, var(--gradient-primary), var(--gradient-secondary)); color: white; padding: 20px 25px; border-radius: 12px 12px 0 0; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 10; } .help-header h2 { margin: 0; font-size: 24px; font-weight: 600; display: flex; align-items: center; gap: 10px; } .help-header-actions { display: flex; align-items: center; gap: 10px; } .help-download-pdf { background-color: var(--pdf-button-bg); border: 1px solid var(--pdf-button-border); color: var(--pdf-button-text); font-size: 14px; padding: 8px 16px; border-radius: 6px; cursor: pointer; transition: all 0.2s ease; font-weight: 500; display: flex; align-items: center; gap: 6px; } .help-download-pdf:hover { background-color: var(--pdf-button-hover-bg); border-color: var(--pdf-button-hover-border); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .help-close { background: none; border: none; color: white; font-size: 28px; cursor: pointer; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background-color 0.2s ease; } .help-close:hover { background-color: rgba(255, 255, 255, 0.1); } .help-content { padding: 25px; overflow-y: auto; flex: 1; color: var(--text-primary); line-height: 1.6; } .help-content::-webkit-scrollbar { width: 8px; } .help-content::-webkit-scrollbar-track { background: var(--bg-primary); border-radius: 4px; } .help-content::-webkit-scrollbar-thumb { background: var(--accent-primary); border-radius: 4px; } .help-content::-webkit-scrollbar-thumb:hover { background: var(--accent-hover); } .help-section { margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--border-primary); } .help-section:last-child { border-bottom: none; margin-bottom: 0; } .help-section h3 { color: var(--accent-primary); font-size: 20px; margin: 0 0 15px 0; font-weight: 600; display: flex; align-items: center; gap: 8px; } .help-section p { margin: 10px 0; color: var(--text-secondary); } .operations-grid { display: grid; gap: 12px; margin-top: 15px; } .operation-item { background-color: var(--bg-secondary); padding: 12px 16px; border-radius: 6px; border-left: 4px solid var(--accent-primary); transition: background-color 0.2s ease; } .operation-item:hover { background-color: var(--bg-hover); } .structure-info ul, .gitlab-info ul, .help-tips { list-style-type: none; padding-left: 0; margin: 15px 0; } .structure-info li, .gitlab-info li, .help-tips li { padding: 8px 0; padding-left: 20px; position: relative; } .structure-info li:before, .gitlab-info li:before { content: •; color: var(--accent-primary); font-size: 20px; position: absolute; left: 0; } /* Remove ALL bullets from top-level help-tips items */ /* This avoids the double-bullet issue entirely */ .help-tips > li:before { content: none !important; } /* Remove padding-left from top-level items since they have no bullet */ .help-tips > li { padding-left: 0; } .config-options { display: grid; gap: 20px; margin-top: 15px; } .config-option { background-color: var(--bg-secondary); padding: 18px; border-radius: 8px; border: 1px solid #555; transition: all 0.2s ease; } .config-option:hover { border-color: var(--accent-primary); box-shadow: var(--shadow-sm); } .option-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; flex-wrap: wrap; } .option-name { background-color: var(--button-bg); color: var(--button-text); padding: 4px 8px; border-radius: 4px; font-family: Consolas, Monaco, Courier New, monospace; font-size: 14px; font-weight: 600; } .option-type { background-color: #555; color: #ffd700; padding: 3px 6px; border-radius: 3px; font-size: 12px; font-weight: 500; text-transform: uppercase; } .required-badge { background-color: var(--error); color: var(--button-text); padding: 3px 6px; border-radius: 3px; font-size: 11px; font-weight: 600; text-transform: uppercase; } .option-description { color: var(--text-secondary); margin: 10px 0; line-height: 1.5; } .option-example, .option-values, .option-default { margin: 8px 0; padding: 10px; background-color: var(--bg-secondary); border-radius: 4px; border-left: 3px solid var(--accent-primary); } .option-example code, .option-values code, .option-default code { background-color: var(--inline-code-bg); color: var(--inline-code-text); padding: 2px 6px; border-radius: 3px; font-family: Consolas, Monaco, Courier New, monospace; font-size: 13px; } .option-value { margin-right: 8px; margin-bottom: 4px; display: inline-block; } .option-fields { margin-top: 12px; padding: 12px; background-color: var(--bg-secondary); border-radius: 6px; border: 1px solid var(--border-primary); } .option-fields strong { color: var(--accent-primary); display: block; margin-bottom: 8px; } .option-fields ul { list-style-type: none; padding-left: 0; margin: 0; } .option-fields li { padding: 6px 0; padding-left: 16px; position: relative; border-bottom: 1px solid var(--border-primary); } .option-fields li:last-child { border-bottom: none; } .option-fields li:before { content: →; color: var(--success); position: absolute; left: 0; } .option-fields code { background-color: var(--bg-primary); color: var(--info); padding: 1px 4px; border-radius: 2px; font-family: Consolas, Monaco, Courier New, monospace; font-size: 12px; } .gitlab-info { background-color: var(--bg-secondary); padding: 18px; border-radius: 8px; border-left: 4px solid #ff6b35; } .help-tips ul { margin-left: 0; list-style: none; /* Remove default browser bullets */ } .help-tips ul ul { margin-top: 8px; margin-left: 20px; list-style: none; /* Remove default browser bullets */ } /* Nested list items (the actual tips) get arrows */ .help-tips ul li:before { content: ▸; color: var(--accent-primary); font-size: 14px; position: absolute; left: 0; } code { background-color: var(--inline-code-bg); color: var(--inline-code-text); padding: 2px 6px; border-radius: 3px; font-family: Consolas, Monaco, Courier New, monospace; font-size: 13px; } strong { color: var(--text-emphasis); } /* Responsive design */ /* AI Panel Styles */ .ai-panel-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); display: flex; justify-content: center; align-items: center; z-index: 9999; animation: fadeIn 0.3s ease-out; } .ai-panel { background-color: var(--bg-secondary); border: 1px solid var(--accent-primary); border-radius: 12px; box-shadow: var(--shadow-lg); max-width: 90vw; max-height: 90vh; width: 900px; display: flex; flex-direction: column; animation: slideIn 0.3s ease-out; } .ai-panel-header { background: linear-gradient(135deg, var(--gradient-primary), var(--gradient-secondary)); color: white; padding: 20px 25px; border-radius: 12px 12px 0 0; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 10; } .ai-panel-header h3 { margin: 0; font-size: 24px; font-weight: 600; } .ai-provider-info { margin-top: 8px; opacity: 0.9; } .ai-provider-info .warning { color: #fbbf24; font-weight: bold; } .close-btn { background: none; border: none; color: white; font-size: 28px; cursor: pointer; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background-color 0.2s ease; } .close-btn:hover { background-color: rgba(255, 255, 255, 0.1); } .ai-panel-content { padding: 25px; overflow-y: auto; max-height: calc(90vh - 120px); display: flex; flex-direction: column; gap: 20px; } .ai-query-section { border-bottom: 1px solid var(--border-primary); padding-bottom: 20px; } .ai-query-input { width: 100%; min-height: 100px; padding: 15px; border: 1px solid var(--border-input); border-radius: 8px; background-color: var(--bg-primary); color: var(--text-primary); font-family: inherit; font-size: 14px; resize: vertical; box-sizing: border-box; margin-bottom: 15px; } .ai-query-input:focus { outline: none; border-color: var(--accent-primary); box-shadow: 0 0 0 2px rgba(82, 60, 153, 0.2); } .ai-query-actions { display: flex; gap: 10px; justify-content: flex-end; } .btn.primary { background-color: var(--accent-primary); border: 2px solid var(--accent-primary); color: white; } .btn.primary:hover:not(:disabled) { background-color: var(--accent-hover); border-color: var(--accent-hover); } .btn.secondary { background-color: var(--bg-secondary); border: 2px solid var(--border-primary); color: var(--text-primary); } .btn.secondary:hover:not(:disabled) { background-color: var(--bg-hover); border-color: var(--border-hover); } .ai-responses-section { flex: 1; } .no-responses { text-align: center; color: var(--text-muted); font-style: italic; padding: 40px; border: 2px dashed var(--border-primary); border-radius: 8px; } .ai-responses { display: flex; flex-direction: column; gap: 20px; } .ai-response-item { background-color: var(--bg-secondary); border: 1px solid var(--border-primary); border-radius: 8px; padding: 20px; transition: all 0.2s ease; } .ai-response-item:hover { border-color: var(--accent-primary); box-shadow: var(--shadow-sm); } .ai-query { color: var(--info); margin-bottom: 15px; padding: 10px; background-color: var(--bg-secondary); border-radius: 6px; border-left: 4px solid var(--accent-primary); } .ai-response { margin-bottom: 15px; } .response-content { background-color: var(--bg-primary); padding: 15px; border-radius: 6px; border-left: 4px solid var(--accent-primary); margin-top: 8px; /* Preserve line breaks and format text properly */ white-space: pre-wrap; word-wrap: break-word; line-height: 1.6; font-family: inherit; } .ai-config-actions { margin-bottom: 10px; } .btn.small { padding: 8px 16px; font-size: 12px; background-color: #0e639c; border: 1px solid #569cd6; } .btn.small:hover:not(:disabled) { background-color: #1177bb; } .ai-timestamp { font-size: 11px; color: #6b7280; text-align: right; margin-top: 10px; } /* AI Loading Spinner */ .ai-loading { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 30px; background-color: var(--bg-secondary); border: 1px solid var(--border-primary); border-radius: 8px; margin-top: 20px; } .spinner { width: 40px; height: 40px; border: 4px solid var(--border-primary); border-top: 4px solid var(--accent-primary); border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .ai-loading-text { color: var(--info); font-size: 16px; font-weight: 500; } /* OAuth Section Spacing */ .oauth-section { margin-bottom: 25px; } .oauth-buttons { margin-bottom: 25px; } .oauth-btn { width: 100%; margin-bottom: 10px; } .divider { display: flex; align-items: center; text-align: center; margin: 25px 0; } .divider::before, .divider::after { content: ; flex: 1; border-bottom: 1px solid var(--border-primary); } .divider span { padding: 0 15px; color: var(--text-muted); font-size: 14px; font-weight: 500; } @media (max-width: 900px) { .help-panel, .ai-panel { width: 95vw; max-height: 95vh; } .help-header, .ai-panel-header { padding: 15px 20px; } .help-header h2, .ai-panel-header h3 { font-size: 20px; } .help-content, .ai-panel-content { padding: 20px; } .option-header { flex-direction: column; align-items: flex-start; gap: 8px; } .ai-query-actions { flex-direction: column; } } /style> !-- PDF Generation Libraries --> script srchttps://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js>/script> script srchttps://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js>/script>/head>body> div idapp>/div> !-- Load secureproxy library --> script src/js/secureproxy-secureproxy-ui.js>/script> !-- Load ClojureScript bundle --> script src/js/main.js>/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
]