Network Property
Network Property
The Network (network) property provides the ID, tag, description, and logos for networks tracked in the Netify Data feed.
This property is identical to the application property with one execption: the is_bogon attribute (described below).
Property Information
ID and Tag
You can identify a network by an ID number (e.g. 120) or tag (e.g., cloudflare).
Label / Full Label
The label is the name an end user would typically use to identify a network, while the full_label (if shown) provides a more formal name. For example, "BBC" is the label, but "British Broadcasting Corporation" is the full_label.
Description
The description is a one or two-sentence description of the network.
Home Page
The home_page provides the link to the network home page.
Category
Every network is listed under a primary category. You can find a list of network categories and associated IDs/tags here.
Bogon
If a network is a reserved special-purpose network (e.g. 10.0.0.0/8), the is_bogon property will be set to true.
Network Property - Cloudflare
"network": {
"id": 206,
"tag": "cloudflare",
"label": "Cloudflare",
"description": "Cloudflare is ...",
"home_page": {
"url": "https://www.cloudflare.com",
"text": "Cloudflare"
},
"category": {
"id": 35,
"tag": "cdn",
"label": "CDN"
},
"favicon": "https://static.netify.ai/logos...",
"icon": "https://static.netify.ai/logos...",
"logo": "https://static.netify.ai/logos...",
"favicon_source": "app",
"icon_source": "app",
"logo_source": "app"
}
Network Property - Bogon Network
"network": {
"id": 11866,
"tag": "private-network",
"label": "Private Network",
"description": "Used for internal...",
"home_page": {
"url": "https://www.iana.org/go/rfc1918",
"text": "Private Network"
},
"category": {
"id": 27,
"tag": "technology",
"label": "Technology"
},
"favicon": "https://static.netify.ai/logos...",
"icon": "https://static.netify.ai/logos...",
"logo": "https://static.netify.ai/logos...",
"favicon_source": "app",
"icon_source": "app",
"logo_source": "app",
"is_bogon": true
}
Logos
Three types of logos are available in the data payload. The favicon and icon can be any size, but these images will render well at the sizes described in the adjacent table. The logo, on the other hand, is strictly 128x128.
Key | Description |
---|---|
favicon | A logo that renders well at 16x16 |
icon | A logo that renders well at 128x128 |
logo | A logo that is exactly 128x128 |
Not all applications have all of the logos available.
By default, the API response will provide a placeholder logo showing the first letter of the app, e.g.,
.
In the data payload, you can check the values for favicon_source, icon_source, and logo_source to verify the source of the images. If the source is set to app, the actual application logo is available. If the source is set to default, the placeholder image is provided.
Data Feeds Docs
Integration and Custom Solutions
Do you have any questions about integration, APIs or custom development?
Contact Us