Hostname
functioneight.com.sg
Last fetched
functioneight.com.sg resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in SG.
Nutrition Label
Resolution chain
functioneight.com.sg resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 167.99.30.99 | 167.99.28.0/22 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | SG |
WHOIS identity
No WHOIS records are currently associated with functioneight.com.sg in WhisperGraph.
Subdomains
4 observed subdomains of functioneight.com.sg.
Web-graph footprint
Distinct hostnames that link to or from functioneight.com.sg in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for functioneight.com.sg.
| Mechanism | Target |
|---|---|
| SPF_A | functioneight.com.sg |
| SPF_INCLUDE | _netblocks.mimecast.com |
| SPF_IP | 180.150.131.168 |
| SPF_IP | 42.99.138.6 |
| SPF_IP | 91.213.250.1/24 |
| SPF_IP | 91.227.208.0/24 |
| SPF_MX | exchange.functioneight.com |
| SPF_MX | functioneight.com.sg |
Related pages
Pivot deeper into the graph from functioneight.com.sg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "functioneight.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.