Viewing the statistics for the URLs using the CLI

Prev Next

Follow these steps to view the statistics for the total number of URLs that have been sent to the DTI Cloud for analysis using the CLI.

To view the statistics for the URLs within the past 24 hours:
  1. Go to CLI enable mode:

    hostname > enable
  2. Enter the show email-analysis adv-url-defense statistics command.

    hostname # show email-analysis adv-url-defense statistics
    Email-Analysis Advanced URL Defense Statistics:
      Total URLs Submitted:                          214
      Total URLs FAUDE status clean:                  50
      Total URLs FAUDE status malicious:              1
      Total URLs FAUDE status suspicious:             0
      Total URLs FAUDE status other:                  0
To view the statistics for the URLs for a specified period of time:
  1. Go to CLI enable mode:

    hostname > enable
  2. Enter the following command.

    hostname # show email-analysis adv-url-defense statistics from {yyyy/mm/dd hh:mm:ss} to {yyyy/mm/dd hh:mm:ss}
    Email-Analysis Advanced URL Defense Statistics:
    Stats Time: yyyy/mm/dd hh:mm:ss End Time: yyyy/mm/dd hh:mm:ss
    
      Total URLs Submitted:                          842
      Total URLs FAUDE status clean:                 150
      Total URLs FAUDE status malicious:              6
      Total URLs FAUDE status suspicious:             0
      Total URLs FAUDE status other:                  0
To view the statistics for the URLs since a specified period of time until the current date and time:
  1. Go to CLI enable mode:

    hostname > enable
  2. Enter the show email-analysis adv-url-defense statistics since <number> {days | hours | minutes | seconds} command.

    hostname # show email-analysis adv-url-defense statistics since 3 days
    Email-Analysis Advanced URL Defense Statistics:
    Stats Time: {specified} yyyy/mm/dd hh:mm:ss End Time: {current} yyyy/mm/dd hh:mm:ss
    
      Total URLs Submitted:                          294
      Total URLs FAUDE status clean:                  57
      Total URLs FAUDE status malicious:              2
      Total URLs FAUDE status suspicious:             0
      Total URLs FAUDE status other:                  0