TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

10 Second Teleportation

117 pointsby caydenmover 1 year ago

26 comments

jitlover 1 year ago
I found a few leads googling around Palo Alto Networks docs website:<p>- &quot;Advanced URL Filtering&quot; seems to have a feature where web content is either can be evaluated &quot;inline&quot; or &quot;web payload data is also submitted to Advanced URL Filtering in the cloud&quot; [1].<p>- If a URL is considered 2 spooky to load on the user&#x27;s endpoint, it can instead be loaded via &quot;Remote Browser Isolation&quot; in a remote-desktop-like session, on demand, for that single page only [2].<p>I think either (or both) could explain the signals you&#x27;re detecting.<p>[1]: <a href="https:&#x2F;&#x2F;docs.paloaltonetworks.com&#x2F;advanced-url-filtering&#x2F;administration&#x2F;url-filtering-basics&#x2F;how-url-filtering-works#:~:text=If%20the%20URL%20displays%20risky%20or%20malicious%20characteristics%2C%20the%20web%20payload%20data%20is%20also%20submitted%20to%20Advanced%20URL%20Filtering%20in%20the%20cloud%20for%20real%2Dtime%20analysis%20and%20generates%20additional%20analysis%20data" rel="nofollow">https:&#x2F;&#x2F;docs.paloaltonetworks.com&#x2F;advanced-url-filtering&#x2F;adm...</a>.<p>[2]: <a href="https:&#x2F;&#x2F;docs.paloaltonetworks.com&#x2F;advanced-url-filtering&#x2F;administration&#x2F;url-filtering-features&#x2F;integrate-with-a-remote-browser-isolation-rbi-provider" rel="nofollow">https:&#x2F;&#x2F;docs.paloaltonetworks.com&#x2F;advanced-url-filtering&#x2F;adm...</a>
评论 #39051550 未加载
FreakLegionover 1 year ago
Ex-PANW here. It&#x27;s almost certainly the firewall&#x27;s URL Filtering feature (aka PAN-DB).<p>When someone makes an HTTP request, the firewall takes the host and path from the request and looks them up first in a local cache on the data plane, then in the cloud. (As you can imagine, bypassing the entire feature is therefore trivial for malware. You just open a connection to an arbitrary IP address and put, say, google.com in the host header. As far as the firewall can tell, you are in fact talking to google.com.)<p>When the URL isn&#x27;t already known to the cloud, or hasn&#x27;t been visited more recently than its TTL, it goes into a queue to be refreshed by the crawler, which will make its way there shortly thereafter to classify the page.<p>Palo Alto has other URL scanners, but none that would reliably visit the page <i>after</i> the user. URLs carved out of SMTP traffic, for example, would mostly be visited before the real user, not after.
评论 #39051308 未加载
qwertoxover 1 year ago
Might as well be a browser extension.<p>I remember setting up a Confluence server which was only used by me, but had public access (still password protected).<p>When checking the logs, I noticed an external IP trying to access pages which I had accessed previously, but they got redirected to the log-in page. The paths were very specific, some which I had bookmarked, so it was clear that there was an extension logging my browsing and some server or person then tried to access my pages.
transputeover 1 year ago
Could it be a MitM &quot;enterprise browser&quot; like Talon or Island, and&#x2F;or related browser extensions?<p><a href="https:&#x2F;&#x2F;www.paloaltonetworks.com&#x2F;company&#x2F;press&#x2F;2023&#x2F;palo-alto-networks--closes-talon-cyber-security-acquisition-and-will-offer-complimentary-enterprise-browser-to-qualified-sase-ai-customers" rel="nofollow">https:&#x2F;&#x2F;www.paloaltonetworks.com&#x2F;company&#x2F;press&#x2F;2023&#x2F;palo-alt...</a><p><i>&gt; Dec. 28, 2023 Palo Alto Networks .. announced that it has completed the acquisition of Talon Cyber Security, a pioneer of enterprise browser technology ... Talon&#x27;s Enterprise Browser will provide additional layers of protection against phishing attacks, web-based attacks and malicious browser extensions. Talon also offers extensive controls to help ensure that sensitive data does not escape the confines of the browser.</i><p><a href="https:&#x2F;&#x2F;www.island.io&#x2F;product" rel="nofollow">https:&#x2F;&#x2F;www.island.io&#x2F;product</a><p><pre><code> Set hyper-granular policies ... boundaries across all users, devices, apps, networks, locations, &amp; assets Log any and all browser behavior, review screenshots of critical actions, &amp; trace incidents down to the click Critical security tools embedded into the browser: like native browser isolation, automatic phishing protection, &amp; web filtering</code></pre>
runlevel1over 1 year ago
&gt; Palo Alto Networks ... after reading product page after product page, we couldn’t work out exactly what product it was<p>Well that definitely tracks.
m463over 1 year ago
I remember I worked somewhere where they had something like this. Most people had windows machines, but I had a mac that I had installed.<p>My machine wanted me to accept a client certificate from palo alto networks.<p>I did not and kept refusing.<p>I think they had some sort of intrusive mitm proxy that filtered everything everyone was doing&#x2F;browsing.
评论 #39054088 未加载
bloody-crowover 1 year ago
It could be a chat preview generator. Users DM links to some internal project pages in an chat tool and the tool fetches the page in the background in an attempt to render a preview.
评论 #39050981 未加载
评论 #39050931 未加载
gaudatover 1 year ago
Same thing happened with my work computer in the office network with a MITM HTTPS firewall. The IP address jumps between the coasts randomly confusing the Windows weather widget. Images failing to load on a lot of websites because the IP address change triggers something in their CDN. Everything is working fine when I&#x27;m WFHing so it has to be the office network.<p>Oh and this can also happen when a mobile user is jumping off their home wifi network to a internationally roaming data card. Why they would do that? Because data is cheaper this way, or they are actually tourists. So please do not block users just because they are doing this teleportation dance.
评论 #39088263 未加载
yozover 1 year ago
Here&#x27;s my wild guess:<p>Some other code running in the browser window (probably a browser extension, but possibly another script tag in the page, inserted by an intermediate firewall&#x2F;proxy) is doing this. It could be corporate spyware (i.e. forced on users by the IT department), or an extension that only tends to be used by large institutions (because it relates to some expensive enterprise product). Alternatively, it could be a much more popular browser extension, but it only executes this capture when it determines that the user is within a target list of large institutions.<p>I&#x27;m making the same guess as the author about the execution process: that the code is shipping a huge amount of page content to a cloud server, e.g. the full DOM, and then rendering that DOM in this older Chrome version. It&#x27;s <i>not</i> fetching the same page from the origin server, which is how it&#x27;s able to do this without auth cookies.<p>As part of rendering, the page&#x27;s script tags all get executed again, which is why Upollo is seeing this. (Note that I don&#x27;t know if this re-execution of script tags is deliberate. There&#x27;s a good chance that it&#x27;s an unintended side-effect of loading the DOM into Chrome, but it doesn&#x27;t seem to break anything so nobody&#x27;s bothered to disable it.)<p>It&#x27;s only sampling a small percentage of executions, which is why it&#x27;s not continually happening for every interaction by these users.<p>It&#x27;s waiting ten seconds so that the page&#x27;s network interactions are likely to have finished by then. Waiting longer would increase the odds of the user navigating to another page before the code has had a chance to run.<p>The article doesn&#x27;t say if there are particular kinds of pages being grabbed, but looking for commonality between them would help.<p>The main thing that stumps me – assuming I&#x27;ve understood it correctly – is why the second render is happening across such a diverse set of cloud networks.
评论 #39051017 未加载
maxlinover 1 year ago
&quot;Palo Alto Networks&quot; is something that shows up clearer than anything else in my lighttpd logs, as they include the &quot;we&#x27;re palo alto networks doing research, contact us here(email) for us not to scan&quot; in http request headers. They appear to do full ipv4 range scan many times a day IIRC.<p>Funnily enough I got motivated to try to make my crawler show up the same way in my own server logs by just raw scan breadth, IE by hitting so many servers I&#x27;d see my own crawler in the logs without any kind of targeting. As a kind of &quot;planetary level experiment&quot; source of curiosity.<p>Had to tweak masscan settings till my crappy router could keep up with the routing load. Ended up with something like 500 addresses &#x2F; sec, which pales in comparison to the best hardware used for this which when combined with masscan, scans the ipv4 space in 6 minutes. Managed to scan 1% of the IPV4 space while I slept before I started to get seriously throttled and got a quite angry email from my ISP. Just told them &quot;Oh thanks for noticing, I now fixed the offending device&quot; (pressed Control+C) and never ran the scan again lol.<p>Ran the scan with masscan with no blacklist. Don&#x27;t recommend, at least not doing it more than once unless you get a good blacklist to follow
评论 #39055485 未加载
Sporktacularover 1 year ago
Aren&#x27;t there systems where a server does the browsing and&#x2F;or page rendering but it&#x27;s controlled by terminals using other protocols?<p>Just speculatively, if someone was managing the setup of a room full of NSA analysts browsing for OSINT, how would they cover their tracks? What would that traffic look like?
评论 #39054121 未加载
pbnjayover 1 year ago
Sounds like it could easily be the Cisco umbrella junk a few gov&#x2F;universities have had that I’ve seen. They install MITM CAs[0] on managed hardware so they can definitely see page content.<p>[0] <a href="https:&#x2F;&#x2F;docs.umbrella.com&#x2F;deployment-umbrella&#x2F;docs&#x2F;install-cisco-umbrella-root-certificate" rel="nofollow">https:&#x2F;&#x2F;docs.umbrella.com&#x2F;deployment-umbrella&#x2F;docs&#x2F;install-c...</a><p>Edited to add link to docs.
mattmmatthewsover 1 year ago
What would the benefit of something like this even be? Is it possible it&#x27;s some sort of tool that archives a user&#x27;s internet usage?
评论 #39050942 未加载
koliberover 1 year ago
I spoke w. a Palo Alto vendor rep a few months ago. We were talking about the features of the firewall appliance one of my clients was using.<p>They have a feature that effectively &quot;tests&quot; what the user is about to load in a virtual environment, and sees if that content behaves abnormally. I forgot what they called it. It sounds like this could be it.
teekertover 1 year ago
Maybe remnants of Genesis Market [0]?<p>[0] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Genesis_Market" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Genesis_Market</a>
admaioraover 1 year ago
A lot of larger orgs (Universities etc) use Palo Alto Networks Global Protect VPN as their VPN for accessing the orgs intranets.<p>Maybe related somehow to that?
gmercover 1 year ago
With the rise of “store all the things you see &#x2F; interact with for LLM recall” solutions, it could just be that. Some kind of async archival
nsonhaover 1 year ago
&gt; obviously some kind of security system<p>I don&#x27;t know where the &quot;security&quot; bit comes from, but this is, to me, obviously web scrapping
matt3210over 1 year ago
This could be a browser AI tool that scans pages (copilot does this in edge… is useful)
lxgrover 1 year ago
Could it be a &quot;read it later&quot; type of article reader&#x2F;storage service? I know of at least one that fits the bill in that it uploads locally-viewed HTML to a server which then renders that page in a headless Chrome instance for archival:<p>I&#x27;ve recently been wondering how Omnivore, unlike e.g. Pocket, is able to store paywalled content (for which I have a subscription) on iOS when saving it via the Omnivore app target in the share sheet, but not when directly pasting the target URL in the webapp or iOS app.<p>Turns out that sharing to an iOS app actually enables [1] the app to run JavaScript <i>in the Safari web context of the displayed page</i>, including cookies and everything!<p>If I&#x27;m skimming the client and server source code correctly, it does just that: It seems to serialize and upload the HTML of the page [2] and then invokes Puppeteer on the server [3]. Puppeteer is a scriptable&#x2F;headless Chrome – that would fit the bill of &quot;an outdated Chrome running in a data center&quot;!<p>Omnivore can also be self-hosted since both client and server are open-source; that would explain you seeing multiple data center IPs.<p>[1] <a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;library&#x2F;archive&#x2F;documentation&#x2F;General&#x2F;Conceptual&#x2F;ExtensibilityPG&#x2F;ExtensionScenarios.html" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;library&#x2F;archive&#x2F;documentation&#x2F;Ge...</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;omnivore-app&#x2F;omnivore&#x2F;blob&#x2F;main&#x2F;apple&#x2F;Sources&#x2F;ShareExtension&#x2F;ShareExtension.js#L108">https:&#x2F;&#x2F;github.com&#x2F;omnivore-app&#x2F;omnivore&#x2F;blob&#x2F;main&#x2F;apple&#x2F;Sou...</a><p>[3] <a href="https:&#x2F;&#x2F;github.com&#x2F;omnivore-app&#x2F;omnivore&#x2F;blob&#x2F;57aca545388904c77716b808cae03cacc56302e6&#x2F;packages&#x2F;api&#x2F;src&#x2F;utils&#x2F;parser.ts#L112">https:&#x2F;&#x2F;github.com&#x2F;omnivore-app&#x2F;omnivore&#x2F;blob&#x2F;57aca545388904...</a>
mholmover 1 year ago
I wonder if this could be iCloud Private Relay? It appears that it&#x27;s effectively a VPN with some redirection layers that change often, though I don&#x27;t know the exact details.
评论 #39050914 未加载
rompledorphover 1 year ago
Prisma Cloud &#x2F; Global Protect?
nextlevelwizardover 1 year ago
Who thinks it is appropriate to use one second looping gif on article?<p>Could be interesting, but I cant read this shit with flashing images.
dag11over 1 year ago
Unrelated to the article directly, it&#x27;s kinda neat that the site&#x27;s text selection highlight color is randomized on every mousedown.
评论 #39050706 未加载
评论 #39051033 未加载
评论 #39050576 未加载
评论 #39051016 未加载
评论 #39050716 未加载
aaron695over 1 year ago
I&#x27;m missing something<p>&gt; strange devices show up for some of our customers&#x27; users<p>&gt; how did it load these pages which were often behind an authwall without ever logging in or having auth cookies?<p>Either<p>- The customer has screwed up user auth big time and some X knows that.... lets go with no<p>- OP&#x27;s data is wrong or they are reading it wrong<p>- They are explaining it badly.
评论 #39050907 未加载
评论 #39053769 未加载
jagged-chiselover 1 year ago
Ten Second*
评论 #39050550 未加载
评论 #39050673 未加载