Help
RSS
API
Feed
Maltego
Contact
Domain > www.ted-media.de
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-01-16
92.205.199.230
(
ClassC
)
2025-10-16
92.205.6.45
(
ClassC
)
Port 443
HTTP/1.1 503 Service Temporarily UnavailableDate: Thu, 16 Oct 2025 07:23:16 GMTServer: ApacheX-Powered-By: PHP/7.4.33Retry-After: 86400Upgrade: h2,h2cConnection: Upgrade, closeVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/html; charsetUTF-8 !DOCTYPE html>html langde> head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1> !-- SEO -->title>TED MEDIA/title>meta namedescription contentPhotography and Cinematography/>!-- og meta for facebook, googleplus -->meta propertyog:title contentTED MEDIA/>meta propertyog:description contentPhotography and Cinematography/>meta propertyog:url contenthttps://ted-media.de/>meta propertyog:type contentwebsite />meta propertyog:image contenthttps://ted-media.de/wp-content/uploads/2019/08/hipster-freelance-photographer-PRNXTDG-1024x684.jpg/>!-- twitter meta -->meta nametwitter:card contentsummary_large_image/>meta nametwitter:title contentTED MEDIA/>meta nametwitter:description contentPhotography and Cinematography/>meta nametwitter:url contenthttps://ted-media.de/>meta nametwitter:image contenthttps://ted-media.de/wp-content/uploads/2019/08/hipster-freelance-photographer-PRNXTDG-1024x684.jpg/>link relstylesheet hrefhttps://ted-media.de/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v4.1.15 typetext/css mediaall>link relstylesheet hrefhttps://ted-media.de/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css>link hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css relstylesheet >link hrefhttps://fonts.googleapis.com/css?familyPlayfair+Display:700%7CAverage+Sans:400,700,400&subsetlatin-ext,cyrillic,latin,vietnamese relstylesheet> style> body,input {font-family:Average Sans, sans-serif;color:#ffffff;} .social-list {background-color: rgba(0,0,0,0.4);} a {color:#ffffff;} h1,h2,h3,h4,h5,h6 {font-family:Playfair Display, sans-serif;} body {font-size:17px; letter-spacing: 0px; font-weight:400;; } h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; } h1 {font-weight:700;font-style: normal;;} /style> style> .wp-video {margin: 0 auto;} .wp-video-shortcode {max-width: 100%;} .grecaptcha-badge {display: none!important;} .text-logo {display: inline-block;} #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;} #counter.expired {display: none; } input, button { box-shadow: inset 0 0 0 0 !important; -webkit-box-shadow: inset 0 0 0 0 !important; -webkit-appearance: none; outline: none; }/style>!-- custom logo height -->style> @media screen and (min-width:1024px) { .logo-wrapper img {max-height: 50px} }/style> style>#cookie-notice.cookie-notice-hidden {display:none}/style> script>var cnArgs {ajaxUrl:https:\/\/ted-media.de\/wp-admin\/admin-ajax.php,nonce:96ddde3674,hideEffect:fade,position:bottom,onScroll:0,onScrollOffset:100,onClick:0,cookieName:cookie_notice_accepted,cookieTime:2592000,cookieTimeRejected:2592000,cookiePath:\/,cookieDomain:,redirection:0,cache:0,refuse:0,revokeCookies:0,revokeCookiesOpt:automatic,secure:1}/script> link relstylesheet idcookie-notice-front-css hrefhttps://ted-media.de/wp-content/plugins/cookie-notice/css/front.min.css mediaall /> script idcookie-notice-front-js srchttps://ted-media.de/wp-content/plugins/cookie-notice/js/front.min.js?ver2.0.2>/script> /head> body idbody> div idbackground-wrapper> div idbackground-image classimage stylebackground-image:url(https://ted-media.de/wp-content/uploads/2019/08/hipster-freelance-photographer-PRNXTDG.jpg)>/div>div classbackground-overlay solid-color stylebackground-color:#0a0a0a;opacity:0.3>/div> /div> section classsection section-body> div classlogo-wrapper image>a hrefhttps://ted-media.de styletext-decoration:none>img srchttps://ted-media.de/wp-content/uploads/2019/09/Tedmedia_logo_White.png classgraphic-logo altlogo>/a>/div>h2 classcmp-title animated >Wir sind bald zurück!/h2>p>Wir arbeiten aktuell an der Seite, wir sind bald zurück!/p>p>a hrefhttps://ted-media.de/impressum/>Impressum/a>/p> /section> !-- Fade in background image after load --> script> window.addEventListener(load,function(event) { init(); }); function init(){ var image document.getElementById(background-image); var body document.getElementById(body); if ( image null ) { image document.getElementById(body); } if ( image ! null ) { if ( image.className ! image-unsplash) { image.classList.add(loaded); body.classList.add(loaded); } } } /script> script> /* Subscribe form script */ var ajaxWpUrl https://ted-media.de/wp-admin/admin-ajax.php; var {pathname} new URL(ajaxWpUrl); var ajaxurl `${location.protocol}//${location.hostname}${pathname}`; var security e1ba4129b2; var msg ; subForm function( form, resultElement, emailInput, firstnameInput, lastnameInput, token ) { if ( emailInput.value ! ) { const firstname firstnameInput null ? : firstnameInput.value; const lastname lastnameInput null ? : lastnameInput.value; fetch( ajaxurl, { method: POST, headers: { Content-Type: application/x-www-form-urlencoded; charsetutf-8, Access-Control-Allow-Origin: *, }, body: `actionniteo_subscribe&ajaxtrue&form_honeypot&email${ encodeURIComponent(emailInput.value) }&firstname${ encodeURIComponent(firstname) }&lastname${ encodeURIComponent(lastname) }&security${ security }&token${ token }`, credentials: same-origin } ) .then( (res) > { return res.json(); } ) .then( (data) > { resultElement.innerHTML data.message; // Display the result inside result element. form.classList.add(-subscribed); if (data.status 1) { form.classList.remove(-subscribe-failed); form.classList.add(-subscribe-successful); emailInput.value ; firstnameInput ? firstnameInput.value : null; lastnameInput ? lastnameInput.value : null; } else { form.classList.add(-subscribe-failed); } } ) .catch(function(error) { console.log(error.message); }); } else { resultElement.innerHTML Oops! Email is empty.; } } /script> !-- Cookie Notice plugin v2.5.7 by Hu-manity.co https://hu-manity.co/ --> div idcookie-notice roledialog classcookie-notice-hidden cookie-revoke-hidden cn-position-bottom aria-labelCookie Notice stylebackground-color: rgba(50,50,58,1);>div classcookie-notice-container stylecolor: #fff>span idcn-notice-text classcn-text-container>Diese Website benutzt Cookies. Wenn du die Website weiter nutzt, gehen wir von deinem Einverständnis aus./span>span idcn-notice-buttons classcn-buttons-container>button idcn-accept-cookie data-cookie-setaccept classcn-set-cookie cn-button aria-labelOK stylebackground-color: #00a99d>OK/button>/span>span idcn-close-notice data-cookie-setaccept classcn-close-icon titleNein>/span>/div> /div> !-- / Cookie Notice plugin -->!-- Build by CMP – Coming Soon Maintenance Plugin by NiteoThemes -->!-- Visit plugin page https://wordpress.org/plugins/cmp-coming-soon-maintenance/ -->!-- More CMP Themes on https://niteothemes.com --> /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
]