Help
RSS
API
Feed
Maltego
Contact
Domain > ijscobeer.nl
×
Welcome!
Right click nodes and scroll the mouse to navigate the graph.
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-03-16
149.210.241.20
(
ClassC
)
2025-01-24
213.154.231.152
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Fri, 24 Jan 2025 12:34:23 GMTServer: Apache/2Location: https://ijscobeer.nl/Content-Length: 229Content-Type: text/html; charsetiso-8859-1 !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN>html>head>title>301 Moved Permanently/title>/head>body>h1>Moved Permanently/h1>p>The document has moved a hrefhttps://ijscobeer.nl/>here/a>./p>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Fri, 24 Jan 2025 12:34:23 GMTServer: Apache/2X-Powered-By: PHP/7.4.33Upgrade: h2,h2cConnection: UpgradeVary: Accept-Encoding,User-AgentTransfer-Encoding: chunkedContent-Type: text/html; charsetUTF-8 !DOCTYPE html>html langnl>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Placeholder - Wned.nl/title> link relstylesheet hrefhttps://placeholder.witxl.nl/css/style.css>/head>body> header> div classheader-top>/div> div classheader-bottom> div classcontainer> div classlogo> a hrefhttps://wned.nl> img srchttps://wned.nl/libs/images/logo.png altWNED logo> /a> /div> /div> /div> /header> main> !DOCTYPE html>html langnl>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Website in ontwikkeling/title> link relstylesheet hrefhttps://placeholder.witxl.nl/style.css> style> /* WHOIS-styling */ .whois-container { margin-top: 40px; text-align: center; } .whois-container h2 { font-size: 24px; font-weight: bold; margin-bottom: 20px; color: #2E3D49; } .whois-form { display: flex; flex-direction: column; gap: 20px; justify-content: center; align-items: center; width: 100%; } .whois-form input, .whois-form button { width: 100%; max-width: 500px; padding: 15px; border-radius: 5px; font-size: 18px; } .whois-form input { border: 2px solid #D1D1D1; box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1); } .whois-form button { background-color: #FB8B01; color: white; border: none; cursor: pointer; transition: background-color 0.3s; } .whois-form button:hover { background-color: #e07a01; } .whois-form button:focus { outline: none; background-color: #e07a01; /* Zelfde als hover voor consistentie */ } /* Kolommen-styling */ .column-container { display: flex; flex-direction: column; gap: 20px; align-items: center; } .column { width: 100%; max-width: 800px; padding: 20px; background-color: #F5F7F9; border-radius: 10px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05); } /* Default card styling */ .default-card { background-color: #F5F7F9; padding: 20px; /* Uniforme padding met de kolommen */ margin-bottom: 20px; /* Consistente marges tussen secties */ border-radius: 10px; text-align: center; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05); } .default-card h1.title-main { font-size: 32px; font-weight: bold; margin-bottom: 10px; color: #2E3D49; } .default-card p.subheading { font-size: 18px; color: #444; /* Iets donkerder voor betere balans */ } /* Responsive aanpassingen */ @media (max-width: 600px) { .whois-form input, .whois-form button, .column { width: 100%; } .whois-container h2, .default-card h1.title-main { font-size: 20px; /* Verklein de titelgrootte voor mobiele weergave */ } } /style>/head>body> !-- Main content --> div classcontent> !-- Belangrijke tip boven WHOIS --> div classcolumn-container>div classcolumn> h3>strong>Helaas was iemand je al voor./strong> Check hieronder een andere domeinnaam./h3> p idrandomText>/p>/div>script> // Array met komische teksten const funnyTexts Iemand anders had blijkbaar ook goede smaak. Tijd voor plan B!, Whoops! Die ligt al vast in iemand anders digitale schatkist. Maar er is nog hoop!, Jammer joh! Deze is al weggekaapt, maar we hebben meer in de aanbieding., Te laat! De domein-zoek-snelheid moet omhoog. Probeer een andere!, Hoppa, bezet! Iemand anders was je een paar muisklikken voor. Zoek nog even verder., Pech gehad! Deze is al geclaimd. Tijd om creatief te worden., Bingo... maar niet voor jou. Die domeinjackpot is al gewonnen. Zoek een nieuwe kans!, Helaas pindakaas! Iemand anders heeft deze al op zn naam staan. Maar niet getreurd, we hebben opties!, Deze is al van de markt! Maar geen zorgen, er zwemmen nog genoeg domeinvisjes in de zee., Nope, helaas! Die is al geparkeerd. Maar je kunt nog steeds een prachtige digitale stek vinden. ; // Selecteer willekeurige tekst const randomText funnyTextsMath.floor(Math.random() * funnyTexts.length); // Plaats de willekeurige tekst in de p> tag document.getElementById(randomText).innerText randomText;/script> !-- WHOIS-sectie --> div classcolumn> h2>Controleer je domeinnaam/h2> div classwhois-form> input typetext iddomainInput placeholdervoorbeeld.nl required> button typebutton onclickcheckDomain()>Controleer/button> /div> /div> !-- Nieuwe kolom onder de WHOIS --> div classcolumn> h2>Belangrijke informatie:/h2> p>Als je deze pagina ziet maar je eigen website niet zichtbaar is, staat er nog een standaard index.php bestand in de map public_html. Dit bestand blokkeert het laden van je website. Om dit op te lossen, verwijder het bestand index.php uit de map public_html en vervang het met je eigen websitebestanden./p> /div> /div> /div> script typetext/javascript> function checkDomain() { var domain document.getElementById(domainInput).value; if (domain) { window.location.href https://wned.nl/bestellen/?stepstart&whois_domain + encodeURIComponent(domain); } else { alert(Voer een geldige domeinnaam in.); } } /script> /body>/html> /main> footer> p>© 2025 WNED Webhosting. Alle rechten voorbehouden./p> /footer>/body>/html>
Subdomains
Date
Domain
IP
www.ijscobeer.nl
2025-01-24
213.154.231.152
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
]