Hostname
fisc.jp
Last fetched
fisc.jp appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
fisc.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
- fukui industrial support center
- Contact emails
Subdomains
8 observed subdomains of fisc.jp.
Web-graph footprint
Distinct hostnames that link to or from fisc.jp in the public web crawl.
311 sites link to this hostname.
318 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for fisc.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.aams5.jp |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf01.mitene.jp |
| SPF_IP | 1.33.189.84 |
| SPF_IP | 202.238.60.0/24 |
| SPF_IP | 210.134.181.35 |
| SPF_IP | 220.213.161.112/28 |
Related pages
Pivot deeper into the graph from fisc.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fisc.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.