import React from "react";
import Alert from "@mui/material/Alert";
import Button from "@mui/material/Button";
import Card from "@mui/material/Card";
import Tooltip from "@mui/material/Tooltip";
import InfoOutlinedIcon from "@mui/icons-material/InfoOutlined";
class ScanDetail extends React.Component {
render() {
return (
General info
{this.props.description && (
<>
Domain
{this.props.domain}
Endpoint
{`${this.props.ip}:${this.props.port}`}
Hostname
{this.props.ptr}
Owner
{this.props.whois_description}
ASN
{`${this.props.asn} (${this.props.asn_country_code})`}
Abuse mail
{this.props.abuse_mail}
Custom info