Create App for Bing Searching

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Create App for Bing Searching

L0 Member

Hello,

I recently got a request asking how often people at our institution search via Bing.  I could not find any existing application that does this, so I thought this would be a great exercise to create an app, however my creations is not getting triggered at all.

I created an application based on the following criteria:

HTTP Method: GET

HTTP hostname: www.bing.com

HTTP URI content: "search?"

I believe that I made this correctly after following the documentation, and the configuration from the CLI is shown below for my app. HOWEVER, it never seems to fire properly when I search for anything on Bing. All I did was to define this app; I did not change any policies. I currently have outbound policies that permit all traffic. Any idea what I am doing wrong?

bing {

  signature {

  Bing-Search {

  and-condition {

  "And Condition 1" {

  or-condition {

  "Or Condition 1" {

  operator {

  pattern-match {

  qualifier {

  http-method {

  value GET;

  }

  }

  pattern www\.bing\.com;

  context http-req-host-header;

  }

  }

  }

  }

  }

  "And Condition 2" {

  or-condition {

  "Or Condition 1" {

  operator {

  pattern-match {

  qualifier {

  http-method {

  value GET;

  }

  }

  pattern search\?;

  context http-req-uri-path;

  }

  }

  }

  }

  }

  }

  scope protocol-data-unit;

  order-free no;

  }

  }

  subcategory internet-utility;

  category general-internet;

  technology browser-based;

  risk 3;

  evasive-behavior no;

  consume-big-bandwidth no;

  used-by-malware no;

  able-to-transfer-file no;

  has-known-vulnerability no;

  tunnel-other-application no;

  tunnel-applications no;

  prone-to-misuse no;

  pervasive-use no;

  file-type-ident no;

  virus-ident no;

  spyware-ident no;

  data-ident yes;

  parent-app web-browsing;

  }

  }

0 REPLIES 0
  • 1672 Views
  • 0 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!