Hostname
foundit.com.ph
Last fetched
foundit.com.ph resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in IN.
Nutrition Label
Resolution chain
foundit.com.ph 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 |
|---|---|---|---|---|
| 4.213.37.235 | 4.208.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | IN |
| 4.240.79.173 | 4.240.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | IN |
WHOIS identity
No WHOIS records are currently associated with foundit.com.ph in WhisperGraph.
Subdomains
11 observed subdomains of foundit.com.ph.
Web-graph footprint
Distinct hostnames that link to or from foundit.com.ph in the public web crawl.
239 sites link to this hostname.
118 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for foundit.com.ph.
| Mechanism | Target |
|---|---|
| SPF_A | foundit.com.ph |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 20.198.97.0/24 |
| SPF_IP | 20.244.66.224/28 |
| SPF_IP | 4.224.100.160/28 |
| SPF_IP | 40.80.0.0/16 |
| SPF_MX | foundit.com.ph |
Related pages
Pivot deeper into the graph from foundit.com.ph.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "foundit.com.ph"})-[: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.