Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Networking Models #954

Open
vorburger opened this issue Dec 8, 2024 · 1 comment
Open

Networking Models #954

vorburger opened this issue Dec 8, 2024 · 1 comment
Labels
enhancement New feature or request model/☸️ Models of Kubernetes.io model/😺 Models of anything and everything else model/🐧 Models of Linux model/* Models (other)

Comments

@vorburger
Copy link
Member

vorburger commented Dec 8, 2024

Models (some of these are Datatype, and some Class):

  • Ethernet MAC Address
  • IP v4 & V6 Address & Range; opt. with Geo
  • Hostname
  • ProtocolL4: UDP, TCP, QUICK, ...
  • ProtocolL7: HTTPS, HTTP, SMTP, ...
  • Port
  • SocketAddressEndpoint
  • IP Subnet (Mask, Gateway, DNS?)
  • DNS DNS #880
  • ASN (?)

Connectors:

@vorburger vorburger added enhancement New feature or request model/☸️ Models of Kubernetes.io model/😺 Models of anything and everything else model/🐧 Models of Linux model/* Models (other) labels Dec 8, 2024
@abdullahdevrel
Copy link

Hey @vorburger, random passerby from IPinfo. I do not know much about the project or this issue, but if you have any questions about IPinfo, let me know. Just guestimating here.

ASN

In our free API service, you can find ASN information for an IP address in the org field. However, you will need to split the text by the first space to obtain both the ASN and the ASN organization name.

{
    "ip": "126.238.217.75",
    "hostname": "ai126238217075.19.access-internet.ne.jp",
    "city": "Chiba",
    "region": "Chiba",
    "country": "JP",
    "loc": "35.6000,140.1167",
    "org": "AS17676 SoftBank Corp.",
    "postal": "260-0014",
    "timezone": "Asia/Tokyo",
    "readme": "https://ipinfo.io/missingauth"
}

geolocation-database

We have a pretty good free geolocation database if you want to test it out:
https://ipinfo.io/products/free-ip-database

The default file format for IP address databases, in general, is MMDB. For more context, visit:
https://ipinfo.io/blog/ipinfo-database-formats

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request model/☸️ Models of Kubernetes.io model/😺 Models of anything and everything else model/🐧 Models of Linux model/* Models (other)
Projects
None yet
Development

No branches or pull requests

2 participants