Hostname
ufit.com.sg
Last fetched
ufit.com.sg resolves to 2 IPv4 addresses operated by CLOUDFLARESPECTRUM - Cloudflare London, LLC in US.
Nutrition Label
Resolution chain
ufit.com.sg 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 |
|---|---|---|---|---|
| 199.60.103.174 | 199.60.103.0/24 | AS209242 | CLOUDFLARESPECTRUM - Cloudflare London, LLC | US |
| 199.60.103.74 | 199.60.103.0/24 | AS209242 | CLOUDFLARESPECTRUM - Cloudflare London, LLC | US |
WHOIS identity
No WHOIS records are currently associated with ufit.com.sg in WhisperGraph.
Subdomains
15 observed subdomains of ufit.com.sg.
Web-graph footprint
Distinct hostnames that link to or from ufit.com.sg in the public web crawl.
70 sites link to this hostname.
142 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for ufit.com.sg.
| Mechanism | Target |
|---|---|
| SPF_A | ufit.com.sg |
| SPF_INCLUDE | 3410673.spf10.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.vooju.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | websitewelcome.com |
| SPF_IP | 184.173.239.119/32 |
| SPF_IP | 52.74.61.116 |
| SPF_MX | ufit.com.sg |
Related pages
Pivot deeper into the graph from ufit.com.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ufit.com.sg"})-[: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.