Hostname
bissinc.com
Last fetched
bissinc.com resolves to 1 IPv4 address operated by AS47583 in US. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
bissinc.com 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 |
|---|---|---|---|---|
| 72.60.27.38 | 72.60.24.0/21 | AS47583 | — | US |
WHOIS identity
- Registrar
- iana:440
- Organization
- barfield information ssytems & services,
- Contact emails
Subdomains
40 observed subdomains of bissinc.com.
Showing 21 of 40. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bissinc.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for bissinc.com.
| Mechanism | Target |
|---|---|
| SPF_A | bissinc.com |
| SPF_INCLUDE | mxr.bissinc.us |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 142.147.2.77 |
| SPF_IP | 142.147.4.101 |
| SPF_IP | 15.204.228.31 |
| SPF_IP | 23.150.192.4 |
| SPF_IP | 23.150.192.7 |
| SPF_IP | 72.60.27.38 |
| SPF_MX | bissinc.com |
Related pages
Pivot deeper into the graph from bissinc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bissinc.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.