Darkmon - Feed Classifier

Routes raw Darkmon indicator records to the matching indicator type based on the type field returned by the Darkmon API.

Darkmon Classification Feed

Details

IDDarkmon - Feed Classifier
Typeclassification
Version-1
From Version6.8.0
Default Incident TypeIP
FeedYes

Key Type Map

KeyIncident Type
IP IP
Domain Domain
URL URL
Email Email
File File
Account Account
{
    "id": "Darkmon - Feed Classifier",
    "version": -1,
    "modified": "2026-06-11T00:00:00Z",
    "fromVersion": "6.8.0",
    "name": "Darkmon - Feed Classifier",
    "description": "Routes raw Darkmon indicator records to the matching indicator type based on the type field returned by the Darkmon API.",
    "type": "classification",
    "feed": true,
    "defaultIncidentType": "IP",
    "keyTypeMap": {
        "IP": "IP",
        "Domain": "Domain",
        "URL": "URL",
        "Email": "Email",
        "File": "File",
        "Account": "Account"
    },
    "transformer": {
        "complex": {
            "root": "type"
        }
    },
    "marketplaces": [
        "xsoar",
        "platform"
    ],
    "supportedModules": [
        "xsiam",
        "agentix"
    ]
}