feat: device identification #3423
Labels
No labels
1week
2weeks
Failed compliance check
IP cameras
NATS
Possible security concern
Review effort 1/5
Review effort 2/5
Review effort 3/5
Review effort 4/5
Review effort 5/5
UI
aardvark
accessibility
amd64
api
arm64
auth
back-end
bgp
blog
bug
build
checkers
ci-cd
cleanup
cnpg
codex
core
dependencies
device-management
documentation
duplicate
dusk
ebpf
enhancement
eta 1d
eta 1hr
eta 3d
eta 3hr
feature
fieldsurvey
github_actions
go
good first issue
help wanted
invalid
javascript
k8s
log-collector
mapper
mtr
needs-triage
netflow
network-sweep
observability
oracle
otel
plug-in
proton
python
question
reddit
redhat
research
rperf
rperf-checker
rust
sdk
security
serviceradar-agent
serviceradar-agent-gateway
serviceradar-web
serviceradar-web-ng
siem
snmp
sysmon
topology
ubiquiti
wasm
wontfix
zen-engine
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carverauto/serviceradar#3423
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem?
Need to build into our discovery engine a device identification/fingerprinting capability. Not exactly sure how this is going to work with devices that aren't discovered but imported through integrations like armis or netbox, need to work that out in this change as well.
This change should occur in
serviceradar-agent, there should probably be some admin/settings UI where users create profiles for this based on a SRQL query for the scope like we do for other things (mapper, sysmon, etc).Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Product Requirements Document (PRD): Rust-Based Passive Fingerprinting Sidecar for ServiceRadar Agent
1. Overview
Project Name: Fingerprinting Sidecar Integration (
fingerprintd)Objective:
Add robust, passive OS/device/application fingerprinting capabilities to the ServiceRadar agent without depending on Nmap or heavy Go-native libraries. Use the Rust library huginn-net (multi-protocol passive fingerprinting: TCP/p0f-style, HTTP, TLS/JA4) as a sidecar binary bundled with the Go-based agent.
This follows modern observability patterns (e.g., Datadog Agent's multi-binary architecture) while keeping the core Go agent lightweight.
Key Motivation:
2. Goals & Non-Goals
In Scope:
fingerprintd) with the ServiceRadar agent installer/package.Out of Scope:
3. Architecture
High-Level Design:
Bundling Strategy (inspired by Datadog Agent practices):
fingerprintdas a fully static binary (x86_64-unknown-linux-musltarget recommended for portability)./usr/lib/serviceradar/bin/fingerprintd).CAP_NET_RAW).Process Management:
fingerprintdas a child process (or systemd service in advanced setups).4. Requirements
Functional Requirements
Fingerprinting Capabilities
Integration Points
Configuration
Non-Functional Requirements
5. Technical Implementation Details
Rust Side (
fingerprintd):{ "packet": base64_data, "interface": "eth0", ... }Go Side:
exec.Command+ Unix socket dial.Start(),Stop(),Restart()).Deployment & Packaging:
6. Risks & Mitigations
go-size-analyzerandgoda) to minimize impact of new Go wrapper code.7. Success Metrics
8. Timeline & Next Steps