Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

To learn more, visit the Netography documentation.

Parameters

ParameterDescription
ContextContext of the Fields Request.
Record IDThe ID of the record to be returned.

Example Output

{    "meta": {        "code": 200,        "count": 1    },    "data": [        {            "alerttype": "start",            "algorithm": "knownphisher",            "categories": [                "security"            ],            "description": "Srcip reputation is a known phisher",            "dstports": [                80,                443            ],            "duration": 0,            "end": 0,            "flowsrcnames": [                "myrouter.mydomain"            ],            "id": "7da7af39-04f8-49f7-9b20-74d61b100250",            "ipinfo": [                {                    "as": {                        "number": 65001,                        "org": "WebHostOrg"                    },                    "bogon": false,                    "count": 1,                    "firstseen": 1618433146,                    "geo": null,                    "ip": "10.0.0.1",                    "iprep": {                        "categories": [                            "Phishing"                        ],                        "count": 1                    },                    "lastseen": 1618433146,                    "pdns": {                        "count": null,                        "records": null                    },                    "rdns": [                        "web01.smarthosten.nl"                    ]                }            ]        },        {            "action": "delete",            "class": "dashboard",            "description": "Dashboard widget deleted",            "id": "5b245fbf-289b-4e33-74f0-69f223b45207",            "impersonator": "user@company.com",            "new_object": null,            "original_id": 860759504,            "original_object": null,            "subclass": "widget",            "timestamp": 1644138287,            "user": "user@company.com"        }    ]}

Workflow Library Example

Fetch Record with Netography and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop