Help
RSS
API
Feed
Maltego
Contact
Domain > configuration-interface-sa.softcake.dev
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-12-21
104.21.64.27
(
ClassC
)
2026-01-20
172.67.175.12
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Tue, 20 Jan 2026 08:40:25 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}content-disposition: inline; filenameindex.htmlReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sc2%2BFkebgs1M7LMJYjdSwd88Yfo9bKN%2ByFaAnm1QMBFWp0KjqZbpF%2FToNV11oAT2pBPBbXdQojBWCO8cUVO63xgu1Q4q%2BCl0KNwter6U4ZZkdr2o4GyjXuEKWH35EqN5ZN0QWlb8%3D}}vary: Accept-Encodingcf-cache-status: DYNAMICServer: cloudflareCF-RAY: 9c0d4452986b816e-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langcs> head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>eKKV Configuration/title> script src/configurator/ekkv-configuration-dashboard.umd.js>/script> script src/configurator/ekkv-configuration-shifts.umd.js>/script> script src/configurator/ekkv-configuration-notifications.umd.js>/script> script src/configurator/ekkv-configuration-operator-cards.umd.js>/script> script src/configurator/ekkv-configuration-car-image-fetcher.umd.js>/script> script src/configurator/ekkv-configuration-pl-panels.umd.js>/script> script src/configurator/ekkv-configuration-pl-configuration.umd.js>/script> script src/configurator/ekkv-configuration-shutdown-configuration.umd.js>/script> script src/configurator/ekkv-configuration-update-user-sex.umd.js>/script> script src/configurator/ekkv-configuration-technology-management.umd.js>/script> script src/configurator/ekkv-configuration-stamp-overview.umd.js>/script> style> @font-face { font-family: SKODA Next; src: url(./SKODANext-Regular.woff2) format(woff2); } body { font-family: SKODA Next, sans-serif, Arial !important; line-height: 1.5; font-weight: 400; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; margin: 0; padding: 20px; } .component-container { display: none; margin-top: 20px; border: 1px solid #f00; } .active { display: inline-block; } .control-panel { display: flex; align-items: center; margin-bottom: 20px; } .control-panel label { margin-right: 10px; } .control-panel select, .control-panel input { padding: 10px; margin-right: 10px; font-size: 16px; } #componentSelect { width: 230px; } #widthInput, #heightInput { width: 60px; } /style> /head> body> div classcontrol-panel> label forcomponentSelect>Component: /label> select idcomponentSelect> option valuedashboard>Dashboard/option> option valueshifts>Shifts/option> option valuenotifications>Notifications/option> option valueoperator-cards>Operator cards/option> option valuecar-image-fetcher>Car image fetcher/option> option valuepl-panels>PL panels/option> option valuepl-configuration>PL configuration/option> option valueshutdown-configuration>Shutdown configuration/option> option valueupdate-user-sex>Update user sex/option> option valuetechnology-management>Technology management/option> option valuestamp-overview>Stamp overview/option> /select> label forlanguageSelect>Language: /label> select idlanguageSelect> option valuecs>cs/option> option valueen>en/option> /select> label forwidthInput>Width: /label> input idwidthInput typenumber value1200 min100 /> label forheightInput>Height: /label> input idheightInput typenumber value750 min100 /> /div> div iddashboard classcomponent-container active> ekkv-configuration-dashboard data-languagecs data-width1200 data-height750>/ekkv-configuration-dashboard> /div> div idshifts classcomponent-container> ekkv-configuration-shifts data-languagecs data-width1200 data-height750>/ekkv-configuration-shifts> /div> div idnotifications classcomponent-container> ekkv-configuration-notifications data-languagecs data-width1200 data-height750>/ekkv-configuration-notifications> /div> div idoperator-cards classcomponent-container> ekkv-configuration-operator-cards data-languagecs data-width1200 data-height750>/ekkv-configuration-operator-cards> /div> div idcar-image-fetcher classcomponent-container> ekkv-configuration-car-image-fetcher data-languagecs data-width1200 data-height750>/ekkv-configuration-car-image-fetcher> /div> div idpl-configuration classcomponent-container> ekkv-configuration-pl-configuration data-languagecs data-width1200 data-height750>/ekkv-configuration-pl-configuration> /div> div idpl-panels classcomponent-container> ekkv-configuration-pl-panels data-languagecs data-width1200 data-height750>/ekkv-configuration-pl-panels> /div> div idshutdown-configuration classcomponent-container> ekkv-configuration-shutdown-configuration data-languagecs data-width1200 data-height750>/ekkv-configuration-shutdown-configuration> /div> div idupdate-user-sex classcomponent-container> ekkv-configuration-update-user-sex data-languagecs data-width1200 data-height750>/ekkv-configuration-update-user-sex> /div> div idtechnology-management classcomponent-container> ekkv-configuration-technology-management data-languagecs data-width1200 data-height750>/ekkv-configuration-technology-management> /div> div idstamp-overview classcomponent-container> ekkv-configuration-stamp-overview data-languagecs data-width1200 data-height750>/ekkv-configuration-stamp-overview> /div> script> const selectBox document.getElementById(componentSelect); const languageSelect document.getElementById(languageSelect); const widthInput document.getElementById(widthInput); const heightInput document.getElementById(heightInput); const components document.querySelectorAll(.component-container); const customElements document.querySelectorAll(.component-container > *); selectBox.addEventListener(change, function () { components.forEach(component > { component.classList.remove(active); }); const selectedValue this.value; const selectedComponent document.getElementById(selectedValue); selectedComponent.classList.add(active); }); languageSelect.addEventListener(change, function () { const selectedLanguage this.value; document.documentElement.setAttribute(lang, selectedLanguage); customElements.forEach(el > { el.setAttribute(data-language, selectedLanguage); }); }); const updateDimensions () > { const newWidth widthInput.value; const newHeight heightInput.value; customElements.forEach(el > { el.setAttribute(data-width, newWidth); el.setAttribute(data-height, newHeight); }); }; widthInput.addEventListener(input, updateDimensions); heightInput.addEventListener(input, updateDimensions); /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
]