-
-
Notifications
You must be signed in to change notification settings - Fork 211
Description
Basics
Is a service not being detected, or is this a false positive?
Not detected
What service?
Ubiquiti Discovery
Service Not Detected
Is the service present in Scanopy's service definition library?
No
Are you running the service in a docker container on the same host as the daemon, or are you running it on the network on a different host?
different host on network
Are you using the default ports for the service, or do you have a custom setup? Scanopy uses the standard ports recommended by documentation for the service to detect it, so if you have a custom setup it won't find it. Docker container port mappings are fine as the docker socket integration uses the container ports, not the mapped host ports, to pattern match
It's a well defined service within the Ubiquiti Edge hardware group.
False Positive
Was the service detected through docker, or network scanning? To verify, open the edit modal for the host running the service, go to the services tab, and see if the service has a "Docker" tag
Network Scan
What are the match details for the service? Click on the service record, scroll to the bottom, and click the match details link, then copy the json
[
{
"id": "7947c966-30e2-4f86-b09a-9e746363089a",
"created_at": "2025-12-19T16:20:10.762287Z",
"updated_at": "2025-12-19T16:52:09.045147437Z",
"host_id": "0eaf3036-2d19-4936-bcd0-21ec6a4cbcef",
"network_id": "4add1509-4667-4004-82eb-dc6938c29890",
"service_definition": "Unclaimed Open Ports",
"name": "Ubiquiti Discovery",
"bindings": [
{
"type": "Port",
"id": "e5bb5815-12f3-4aed-9418-7d6c62a8cb56",
"port_id": "cde962b0-9df2-4716-acc9-a52f42a850c8",
"interface_id": "c047f9f6-654b-47ae-b5ca-e87c78cf2de3"
}
],
"virtualization": null,
"source": {
"type": "DiscoveryWithMatch",
"metadata": [
{
"type": "Network",
"subnet_ids": null,
"host_naming_fallback": "BestService",
"daemon_id": "894c7e51-1e72-4657-b57f-1332478d5a8c",
"date": "2025-12-19T16:20:10.762286899Z"
}
],
"details": {
"reason": {
"type": "container",
"data": [
"Generic service",
[
{
"type": "reason",
"data": "Has unbound open ports"
}
]
]
},
"confidence": "NotApplicable"
}
},
"tags": []
}
]