Hostname
smtpfc.jp
Last fetched
smtpfc.jp appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
smtpfc.jp has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- hiroaki hozumi
- Contact emails
Subdomains
18 observed subdomains of smtpfc.jp.
Web-graph footprint
Distinct hostnames that link to or from smtpfc.jp in the public web crawl.
71 sites link to this hostname.
28 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for smtpfc.jp.
| Mechanism | Target |
|---|---|
| SPF_A | mta03.cybertime.smtps.jp |
| SPF_A | mta04.cybertime.smtps.jp |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | crmstyle.com |
| SPF_INCLUDE | spf.cybertime.smtps.jp |
| SPF_INCLUDE | spf.humanage.co.jp |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 101.110.36.32/27 |
| SPF_IP | 106.186.216.0/26 |
| SPF_IP | 20.44.132.39 |
| SPF_IP | 219.127.134.0/26 |
| SPF_IP | 4.189.68.247 |
| SPF_IP | 40.81.182.40 |
| SPF_IP | 52.155.114.110 |
Related pages
Pivot deeper into the graph from smtpfc.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "smtpfc.jp"})-[: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.