Hostname
burnsmcd.com
Last fetched
burnsmcd.com resolves to 2 IPv4 addresses operated by MCPL-AS in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
burnsmcd.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 |
|---|---|---|---|---|
| 199.60.103.138 | 199.60.103.0/24 | AS209242 | MCPL-AS | US |
| 199.60.103.38 | 199.60.103.0/24 | AS209242 | MCPL-AS | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- —
- Contact emails
Subdomains
115 observed subdomains of burnsmcd.com.
Showing 25 of 115. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from burnsmcd.com in the public web crawl.
939 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for burnsmcd.com.
| Mechanism | Target |
|---|---|
| SPF_A | c.spf.service-now.com |
| SPF_INCLUDE | 477837.spf07.hubspotemail.net |
| SPF_INCLUDE | em209089.burnsmcd.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.workfront.com |
| SPF_INCLUDE | spfa.cpmails.com |
| SPF_IP | 13.85.188.216 |
| SPF_IP | 138.1.127.67 |
| SPF_IP | 141.193.16.153 |
| SPF_IP | 147.154.8.204 |
| SPF_IP | 167.89.37.81/32 |
| SPF_IP | 170.187.131.209/32 |
| SPF_IP | 174.129.192.189/32 |
| SPF_IP | 185.3.93.228/32 |
| SPF_IP | 208.118.236.98 |
| SPF_IP | 52.1.234.206/32 |
| SPF_IP | 52.153.247.223 |
| SPF_IP | 52.70.152.226/32 |
| SPF_IP | 72.15.225.42 |
| SPF_IP | 77.72.181.0/24 |
Related pages
Pivot deeper into the graph from burnsmcd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "burnsmcd.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.