Asset Discovery Requirements

Hello All,

Does Lunix Assets Discovery Job requires specific communication ports?

I tried to discover assets (While port 22 is open), but it fails

although i can add the same assets one by one successfully.

Parents Reply Children
  • Hi Mamen,

    SPP uses nmap (nmap.org/.../toc.html), and depending on what options you chose while creating the discovery job, SPP may use the following nmap arguments:

    -sn for ping sweep (no port scanning)

    --max-retries 2

    --host-timeout 45s

    --min-hostgroup 64 

    -O for OS fingerprinting (if you enable OS detection)

    --top-ports 15 (Scans the 15 highest-ratio ports found in nmap-services file), for example the following TCP ports:

    FTP 21

    SSH 22

    Telnet 23

    SMTP 25

    Domain 53

    HTTP 80

    POP3 110

    MSRPC 135

    NetBios-ssn 139

    IMAP 143

    HTTPS 443

    Microsoft-ds 445

    mySql 3306

    ms-wbt-server 3389

    http-Proxy 8080

    Thanks!