Help
RSS
API
Feed
Maltego
Contact
Domain > airyan.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-10-29
192.64.119.11
(
ClassC
)
2024-10-23
144.76.202.252
(
ClassC
)
2025-01-28
192.64.119.192
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sun, 26 May 2024 15:08:49 GMTServer: ApacheX-Powered-By: PHP/8.2.13Vary: Accept-Encoding,User-AgentTransfer-Encoding: chunkedContent-Type: text/html; charsetUTF-8 /*** Template Name: NewBiz* Updated: Sep 18 2023 with Bootstrap v5.3.2* Template URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/* Author: BootstrapMade.com* License: https://bootstrapmade.com/license/*/(function () { use strict; /** * Easy selector helper function */ const select (el, all false) > { el el.trim() if (all) { return ...document.querySelectorAll(el) } else { return document.querySelector(el) } } /** * Easy event listener function */ const on (type, el, listener, all false) > { let selectEl select(el, all) if (selectEl) { if (all) { selectEl.forEach(e > e.addEventListener(type, listener)) } else { selectEl.addEventListener(type, listener) } } } /** * Easy on scroll event listener */ const onscroll (el, listener) > { el.addEventListener(scroll, listener) } /** * Navbar links active state on scroll */ let navbarlinks select(#navbar .scrollto, true) const navbarlinksActive () > { let position window.scrollY + 200 navbarlinks.forEach(navbarlink > { if (!navbarlink.hash) return let section select(navbarlink.hash) if (!section) return if (position > section.offsetTop && position (section.offsetTop + section.offsetHeight)) { navbarlink.classList.add(active) } else { navbarlink.classList.remove(active) } }) } window.addEventListener(load, navbarlinksActive) onscroll(document, navbarlinksActive) /** * Scrolls to an element with header offset */ const scrollto (el) > { let header select(#header) let offset header.offsetHeight if (!header.classList.contains(header-scrolled)) { offset - 20 } let elementPos select(el).offsetTop window.scrollTo({ top: elementPos - offset,
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
]