Bing Web Search App is an API wrapper tool of Microsoft Bing Web Search API (v7).
This App requests to "https://api.bing.microsoft.com/v7.0/search".
Bing Web Search API Key is needed for utilize.
binghostinfo
can be used for checking the suspicious IP address is also used as a web site hosting server.:)
The Bing API Key is needed to utilize this App.
1. Install this App package
2. Create the APK Key on your Azure. Ref) https://docs.microsoft.com/en-us/bing/search-apis/bing-web-search/create-bing-search-service-resource#create-your-bing-resource
3. Set up the API Key on the App Setup Page.
4. Restarting splunk search head instance may be sometimes possibly needed for activating these custom search commands and loading this app's icon.
Note: App Install user needs "admin_all_objects" capability and Splunk search users need "list_storage_passwords" capability in order to utilize "secret storage". Alternatively, "edit_storage_passwords" capability can be used instead of "admin_all_object" if you use later than Splunk Enterprise 9.1.0~ or Splunk Cloud 9.0.2209~.
| bingwebsearch q="site:google.com hogehoge" count=10 offset=0 mkt=ja-JP responseFilter=Webpages,-Images,-Videos safeSearch=Strict others="setLang=en-US&freshness=2020-01-01..2022-04-01"
| bingwebsearch q="site:google.com apple" mkt="en-US"
| spath input=relatedSearches
| spath input=webPages
| spath input=rankingResponse
| table queryContext totalEstimatedMatches mainline.items{}.answerType value{}.url value{}.name value{}.text value{}.language value{}.dateLastCrawled
Screenshot example (SPL is different from above.)
...| fields ipfield | binghostinfo input_field=ipfield mode=ip
| makeresults
| eval ipv4 = "8.8.8.8"
| binghostinfo input_field=ipv4 mode=ip mkt="en-US"
| table Bing_hostcount Bing_hostinfo app_status *
Screenshot example (SPL is different from above.)
Command usages are also described in searchbnf.conf, thus you can see it on search window by writing the command name on.
Some errors are dumped to the command result fields and the command exception will be dumped in search.log.
Especially, Request URL string and its HTTP response code will be dumped in search.log for debugging.
None
https://splunkbase.splunk.com/app/3355/
Up to Splunk 7.x
This former app uses API endpoint of https://api.cognitive.microsoft.com/bing/v5.0/(search/news)
The API endpoint is older and the app is not supported by developer, thus we develop this new app appending a custom capability for IP/Domain diagonosis of binghostinfo
command.
We are not responsible for charges due to BingAPI consumption or disadvantages due to using up the free quota.
Please note monthly 1000 API query is the main limit if you use Bing API in free subscription.
Splunk 9.x
Copyright 2025 GoAhead Inc.
No change for the functions.
Just update python SDK to latest 2.1.0
As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.