Hostname
sysit.host
Last fetched
sysit.host resolves to 2 IPv4 addresses operated by AS46015 in MY. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
sysit.host resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 110.4.44.150 | 110.4.44.0/24 | AS46015 | — | MY |
| 110.4.44.160 | 110.4.44.0/24 | AS46015 | — | MY |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Subdomains
25 observed subdomains of sysit.host.
Web-graph footprint
Distinct hostnames that link to or from sysit.host in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for sysit.host.
| Mechanism | Target |
|---|---|
| SPF_A | oakwood.sysit.host |
| SPF_A | roundhay.sysit.host |
| SPF_A | sysit.host |
Related pages
Pivot deeper into the graph from sysit.host.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sysit.host"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.