Questions etc. relating to Sophos InteliX, an API available via AWS to access SophosLabs threat intelligence data. Documentation is available at https://api.labs.sophos.com/doc/index.html
Questions tagged [sophoslabs-intelix]
24 questions
0
votes
0 answers
Sophos Tap API - Rate Limit
I'm concern about the Rate Limits mentioned in https://api.labs.sophos.com/doc/index.html. I have an application that is used by many users which allows them to send files for analysis. The application uses the same Authorization Access Key across…
0
votes
1 answer
SophosLabs Intelix - 16MB restriction
According to the documentation and experiment with actual code, it is found that file larger than 16MB cannot be scanned by SophosLabs Intelix. Reference: https://api.labs.sophos.com/doc/changelog.html
Short video files, such as MP4, can usually be…

PagedownPageUp
- 13
- 3
0
votes
1 answer
How to calculate SHA-256 checksum of S3 file content in memory
I'm looking to compute the sha256 checksum of an image file located in S3 without writing it to disk.
I have tried the code below:
const data = (
await getS3().getObject({ Bucket: bucketName, Key: fileName }).promise()
…

Cole Omni
- 33
- 6
0
votes
1 answer
SophosLabs Intelix Roadmap
Since there was no update on SophosLabs Intelix in git hub since Dec 2020, I like to check if there is a roadmap on the APIs.
Will it continue or there are some major changes?
Thx
Checked with github

ope-hp-st
- 9
- 1
0
votes
0 answers
Pointing SquidGuard Squid proxy for realtime url reputation or category check
I am trying to use Sophos Intelix for url category checking or for filtering through squid proxy. Also caching a result locally on the proxy (for a specific duration) until url is checked again.
I am using Intelix for some time in other custom apps…
0
votes
1 answer
Is there a .Net Client library for the SophosLabs Intelix API?
I can't seem to locate any nuget packages for it.
I'm feeling a little obtuse, but I am finding myself iterating over every status code for the calls to each endpoint, mapping out the returned objects.
Is there a Visual Studio tool that creates the…

c_Reg_c_Lark
- 142
- 9
0
votes
2 answers
open HTML-Report in a browser
how can a open the sophos-report in a new browser tab? I upload a file to static file analysis with nodejs.
I have a access token the jobId and the url. But when I open the url for the html-report I become:
error "unauthorized"
So I have to use…

penguine
- 1
0
votes
1 answer
How to check a non verified URI status in the SophosLabs Intelix URL Lookup API?
I've submitted a phishing url to URL LOOKUP API and got this response (with some characters replaced with 'X'):
{"requestId": "8d07XXXXX-b0X5-X4gX-3XaX-XXXXXX677acXX,XXXXXXXXX76", "ttl": 300}
Nothing about productivityCategory, securityCategory or…

Felipe Dias
- 3
- 2
-3
votes
1 answer
Sophos Intelix Static file analysis - html
What about code of Submit a file for static analysis - HTML create on Insomnia?
https://api.labs.sophos.com/doc/analysis/file/static.html
describe only 3!

Keivan Samaa
- 13
- 1