F5 Load Balancer - SSH Discovery Issue - Certificate Capture
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 02:33 AM
Hi All,
Trying to discover an F5 node on our system, attempting to use SSH to pull back the TLS certs for the Certificate Management function, however on checking the JavascriptProbe input I'm getting the following error:
output>Syntax Error: unexpected argument "uname"</output
ServiceNow tells me that port 22 is open, and can see the Banner Text, but doesn't pull a hostname or domain name back.
{"ip":"ab.cd.ef.gh","active":true,"alive":true,"hostName":null,"domainName":null,"scanners":[{"result":"open","service":"ssh","protocol":"tcp","name":"BannerTCP","port":"22","portProbe":"ssh","contents":{"banner_text":"SSH-2.0-OpenSSH_7.4","banner_bytes":".abcdefg."},"scanners":[],"hostName":null,"domainName":null},
Any suggestions as to what I need to do to resolve this?