Hostname
faktualid.com
Last fetched
faktualid.com resolves to 2 IPv4 addresses operated by AS204800 in SG. WHOIS lists iana:1675 as the registrar.
Nutrition Label
Resolution chain
faktualid.com 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 |
|---|---|---|---|---|
| 192.250.235.20 | 192.250.235.0/24 | AS204800 | — | SG |
| 209.42.27.143 | 209.42.27.0/24 | AS204800 | — | SG |
WHOIS identity
- Registrar
- iana:1675
- Organization
- whois privacy protection foundation
- Contact emails
- —
Subdomains
10 observed subdomains of faktualid.com.
Web-graph footprint
Distinct hostnames that link to or from faktualid.com in the public web crawl.
120 sites link to this hostname.
54 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for faktualid.com.
| Mechanism | Target |
|---|---|
| SPF_A | faktualid.com |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 151.106.118.152 |
| SPF_IP | 172.104.190.111 |
| SPF_IP | 192.250.235.20 |
| SPF_IP | 34.101.158.169 |
| SPF_MX | faktualid.com |
Related pages
Pivot deeper into the graph from faktualid.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "faktualid.com"})-[: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.