#graphviz search results

Christian Miles has joined the G.V() team as our new Head of Sales! Christian has been working with graph tech since 2012 & he holds a MSci in Maths & CompSci, so he's not like one of those regular sales guys, he’s a nerdy sales guy. Welcome to the team, Christian! #graphviz

gdotv_ltd's tweet image. Christian Miles has joined the G.V() team as our new Head of Sales! 

Christian has been working with graph tech since 2012 & he holds a MSci in Maths & CompSci, so he's not like one of those regular sales guys, he’s a nerdy sales guy.

Welcome to the team, Christian! 
#graphviz

#Suricata_IDS & #GraphViz (strict digraph). (2023-07-25-IcedID-infection-traffic.pcap) cat eve.json|ag -v 'JA3|Firehol|POLICY'|jq -c 'select(.alert) | [.src_ip,.dest_ip,.alert.category,.alert.signature,.flow_id]' | tr -d '"[]' .... sfdp -Gdpi=70 -Tpng | display -

seguridadyredes's tweet image. #Suricata_IDS & #GraphViz (strict digraph).

(2023-07-25-IcedID-infection-traffic.pcap)

cat eve.json|ag -v 'JA3|Firehol|POLICY'|jq -c 'select(.alert) | [.src_ip,.dest_ip,.alert.category,.alert.signature,.flow_id]' | tr -d '"[]' ....

sfdp -Gdpi=70 -Tpng | display -

#GraphViz anda .. #tcpdump --number -n -c500 -rmixed.cap tcp |awk '{print $1"."$2"."$4"."$6"."$8}' | sed 's/\./,/1;s/\./,/2;s/\./,/5;s/\./,/5;s/\./,/8;s/://3;s/\./,/8;s/,//7;1i\Num,Tiempo,Origen,scr_port,Destino,dst_port' |awk 'BEGIN{print "digraph \"G\"{node..

seguridadyredes's tweet image. #GraphViz anda ..

#tcpdump --number -n -c500 -rmixed.cap tcp |awk '{print $1"."$2"."$4"."$6"."$8}' | sed 's/\./,/1;s/\./,/2;s/\./,/5;s/\./,/5;s/\./,/8;s/://3;s/\./,/8;s/,//7;1i\Num,Tiempo,Origen,scr_port,Destino,dst_port' |awk 'BEGIN{print "digraph \"G\"{node..

#Wazuh & #MITRE ATT&CK & #GraphViz jq -c 'select(.rule.mitre and .agent.id=="047")|[.id,(.timestamp[0:10]),(.rule.mitre.tactic|tostring|split(",")[0:4]|tostring),(.rule.mitre.id|tostring|split(",")[0:3]),.agent.id,"Wazuh",.rule.id,(.rule.mitre.technique|...

seguridadyredes's tweet image. #Wazuh & #MITRE ATT&CK & #GraphViz

jq -c 'select(.rule.mitre and .agent.id=="047")|[.id,(.timestamp[0:10]),(.rule.mitre.tactic|tostring|split(",")[0:4]|tostring),(.rule.mitre.id|tostring|split(",")[0:3]),.agent.id,"Wazuh",.rule.id,(.rule.mitre.technique|...
seguridadyredes's tweet image. #Wazuh & #MITRE ATT&CK & #GraphViz

jq -c 'select(.rule.mitre and .agent.id=="047")|[.id,(.timestamp[0:10]),(.rule.mitre.tactic|tostring|split(",")[0:4]|tostring),(.rule.mitre.id|tostring|split(",")[0:3]),.agent.id,"Wazuh",.rule.id,(.rule.mitre.technique|...

#Suricata_IDS / #GraphViz / MS17-010 #ETERNALBLUE Exploitation (CVE-2017-0144) #ja3 SSL fingerprint

seguridadyredes's tweet image. #Suricata_IDS / #GraphViz / MS17-010 #ETERNALBLUE Exploitation (CVE-2017-0144)  #ja3 

SSL fingerprint

#olevba && #GraphViz/Dot. Arreglando la gráfica... #olevba -a Project.bin --json | ag -v XLMMacroDeobfuscator|jq -c .[].analysis[] | ag '^{"type' | ag -v 'Base64' |tr -d '#' |jq -c [.type,.keyword,.description]

seguridadyredes's tweet image. #olevba && #GraphViz/Dot.

Arreglando la gráfica...

#olevba -a Project.bin --json  | ag -v XLMMacroDeobfuscator|jq -c .[].analysis[] | ag '^{"type' | ag -v 'Base64' |tr -d '#' |jq -c [.type,.keyword,.description]

Graphic design depending of the data #graphviz #UX #design

cquilboss's tweet image. Graphic design depending of the data #graphviz #UX #design

#Zeek LABS. notice.log #IOCs & #GraphViz cat notice.log | ag -v DNS |jq -c 'select(.uid)|[.msg,."id.orig_h",."id.resp_h",.note,.uid]'

seguridadyredes's tweet image. #Zeek LABS.  notice.log   #IOCs & #GraphViz

cat notice.log | ag -v DNS |jq -c 'select(.uid)|[.msg,."id.orig_h",."id.resp_h",.note,.uid]'

#olevba / #GraphViz. Graficando "Composite Document File V2 Document, Little Endian, Os: Windows Microsoft Excel" . #olevba -a 50b610.xls.bin --json |ag -v XLMMacroDeobfuscator|jq -c .[].analysis[] | ag '^{"type' | ag -v 'Base64' |tr -d '#' |jq -c [.type,.keyword,.description]

seguridadyredes's tweet image. #olevba / #GraphViz. Graficando "Composite Document File V2 Document, Little Endian, Os: Windows Microsoft Excel" .

#olevba -a 50b610.xls.bin --json  |ag -v XLMMacroDeobfuscator|jq -c .[].analysis[] | ag '^{"type' | ag -v 'Base64' |tr -d '#' |jq -c [.type,.keyword,.description]
seguridadyredes's tweet image. #olevba / #GraphViz. Graficando "Composite Document File V2 Document, Little Endian, Os: Windows Microsoft Excel" .

#olevba -a 50b610.xls.bin --json  |ag -v XLMMacroDeobfuscator|jq -c .[].analysis[] | ag '^{"type' | ag -v 'Base64' |tr -d '#' |jq -c [.type,.keyword,.description]

A PoC using the #OpenAI API to manipulate #graphviz diagrams using natural language. It uses the gpt-3.5-turbo engine so the hallucinations creates some issues but there are ways to partially work around that. This took ~45min to make. #GenerativeAI #AI


Happy 10th birthday to the Relationship Visualizer spreadsheet! 🎉🥳🎂 Turning spreadsheets into stunning graphs has never been easier. Cheers to a decade of simplifying complex connections! Download it free & start visualizing! exceltographviz.com #Graphviz #Excel @msexcel


#masscan --open 10.5.0.0/16 -p22,80,443,3389,445|cut -d' ' -f4- |sed 's/on/,/;s/10\.5//;s/ *$//' |sort -t, -k2 > masgraph #GraphViz ( awk 'BEGIN{print "digraph \"G\" ) #neato -Tpng -Gdpi=23 -Goverlap=prism | display -

seguridadyredes's tweet image. #masscan --open 10.5.0.0/16 -p22,80,443,3389,445|cut -d' ' -f4- |sed 's/on/,/;s/10\.5//;s/ *$//' |sort -t, -k2 > masgraph  

#GraphViz ( awk 'BEGIN{print "digraph \"G\" )  

#neato -Tpng -Gdpi=23 -Goverlap=prism | display -

Revived the #graphviz #vscode extension as many people are still finding it useful. marketplace.visualstudio.com/items?itemName…

joaompinto4's tweet image. Revived the #graphviz #vscode extension as many people are still finding it useful.

marketplace.visualstudio.com/items?itemName…

#Suricata_IDS / #GraphViz / #Dot. {print "\""$4"\"" "[shape=ellipse, color=lightgrey, style=filled, fillcolor=orange] datos: [.src_ip,.dest_ip,.alert.category,.alert.signature,.flow_id]'

seguridadyredes's tweet image. #Suricata_IDS / #GraphViz / #Dot. 

{print "\""$4"\"" "[shape=ellipse, color=lightgrey, style=filled, fillcolor=orange]  datos: [.src_ip,.dest_ip,.alert.category,.alert.signature,.flow_id]'

I should be working, but instead, I have been hacking python to automatically generate #graphviz (@graphviz) input to draw the graphs of #bellringing methods. Here is Plain Bob Doubles. (B=bob lead, P=plain lead)

HughPumphrey's tweet image. I should be working, but instead, I have been hacking python to automatically generate #graphviz (@graphviz) input to draw the graphs of #bellringing methods. Here is Plain Bob Doubles. (B=bob lead, P=plain lead)

Christian Miles has joined the G.V() team as our new Head of Sales! Christian has been working with graph tech since 2012 & he holds a MSci in Maths & CompSci, so he's not like one of those regular sales guys, he’s a nerdy sales guy. Welcome to the team, Christian! #graphviz

gdotv_ltd's tweet image. Christian Miles has joined the G.V() team as our new Head of Sales! 

Christian has been working with graph tech since 2012 & he holds a MSci in Maths & CompSci, so he's not like one of those regular sales guys, he’s a nerdy sales guy.

Welcome to the team, Christian! 
#graphviz

Happy 10th birthday to the Relationship Visualizer spreadsheet! 🎉🥳🎂 Turning spreadsheets into stunning graphs has never been easier. Cheers to a decade of simplifying complex connections! Download it free & start visualizing! exceltographviz.com #Graphviz #Excel @msexcel


The Weekly Edge: Graph Size Matters, a New #GraphDatabase, & (Somehow) a Guy Fieri #GraphViz [15 August 2025] by @bwmerkl @gdotv_ltd Read this human-curated graph news roundup here & every Friday: gdotv.com/blog/weekly-ed… #DataViz #KnowledgeGraphs


Nueva versión mandiant/#capa 9.2.1 Lo veo mucho más rápido. La salida de la forma -vv vverbose la veo mucho mejor estructurada para pasar a otras herramientas, gráficas #GraphVIZ. etc etc.

seguridadyredes's tweet image. Nueva versión mandiant/#capa 9.2.1

Lo veo mucho más rápido.

La salida de la forma -vv vverbose la veo mucho mejor estructurada para pasar a otras herramientas, gráficas #GraphVIZ. etc etc.

🚀 Struggling with Graphviz on Google Cloud Run? 🐍 Punita Goel shares a quick fix: update your Dockerfile to install Graphviz and adjust your cloudbuild.yaml for seamless deployment. Get your visualizations running smoothly! #GoogleCloud #Graphviz #Pythift.tt/ovXasG5

dev.to

Fixing the Graphviz Error on Google Cloud Run

Deploying a Python app on Google Cloud Run with Graphviz visualizations can...


Discover & Visualize Your Graph Database Schema in Just 2 Steps gdotv.com/blog/discover-… #graphdatabases #datamodeling #graphviz


排水溝の髪の毛 #Graphviz

tac_tic_toe's tweet image. 排水溝の髪の毛
#Graphviz

Big news today for @Memgraph users: G.V() is now compatible with #Memgraph! G.V() complements the speed and performance of Memgraph with robust developer tooling, interactive data exploration, and detailed #graphviz. Learn more: gdotv.com/blog/gdotv-mem… #graphdatabases #dataviz


Great news! G.V() is now compatible with #GoogleCloud Spanner Graph, giving devs more options for high-performance #graphviz, no-click #dataviz and exploration, and more with a plug-and-play design that gets you started in less than a minute. Learn more: gdotv.com/blog/google-cl…


You ever think people just work off a playbook to keep you stuck in an engagement loop? Here's a rendition in #GraphViz of such a loop, in the context of someone demonstrating it. Happy reading! :)

Why does there have to be a single definition, just because you want to apply the same one out-of-context? Oh, that's right, it's your playbook. Here's a GraphViz with your points so far. How we doin' with that, buddy? Anything to add? Working like you though it would?

EffinMaggie's tweet image. Why does there have to be a single definition, just because you want to apply the same one out-of-context?

Oh, that's right, it's your playbook. Here's a GraphViz with your points so far. How we doin' with that, buddy? Anything to add? Working like you though it would?


#GraphViz でメールアドレスの転送経路図を作ってみた♪ 職場のメールサーバ転送設定が、なかなかカオスなので可視化したw #駆け出しエンジニアと繋がりたい

IchikawaYukko's tweet image. #GraphViz でメールアドレスの転送経路図を作ってみた♪ 職場のメールサーバ転送設定が、なかなかカオスなので可視化したw #駆け出しエンジニアと繋がりたい

#Suricata_IDS and #GraphViz. En 2020 aún tenemos mucho MS17-010 #ETERNALBLUE Exploitation (CVE-2017-0144) cat eve.json | ag BLUE |jq -c 'select(.alert) | [.src_ip,.dest_ip,.metadata.flowbits,.alert.category,.alert.signature,.flow_id]'

seguridadyredes's tweet image. #Suricata_IDS and #GraphViz. En 2020 aún tenemos mucho MS17-010 #ETERNALBLUE Exploitation (CVE-2017-0144)

cat eve.json | ag BLUE |jq -c 'select(.alert) | [.src_ip,.dest_ip,.metadata.flowbits,.alert.category,.alert.signature,.flow_id]'
seguridadyredes's tweet image. #Suricata_IDS and #GraphViz. En 2020 aún tenemos mucho MS17-010 #ETERNALBLUE Exploitation (CVE-2017-0144)

cat eve.json | ag BLUE |jq -c 'select(.alert) | [.src_ip,.dest_ip,.metadata.flowbits,.alert.category,.alert.signature,.flow_id]'

Visualize a Markov chain state, given a sequence of lines: github.com/xandkar/khome/… #graphviz

xandkar's tweet image. Visualize a Markov chain state, given a sequence of lines: github.com/xandkar/khome/… #graphviz
xandkar's tweet image. Visualize a Markov chain state, given a sequence of lines: github.com/xandkar/khome/… #graphviz

working on a tool to visualize a js codebase #dataviz #esprima #graphviz

grgrdvrt's tweet image. working on a tool to visualize a js codebase  #dataviz #esprima #graphviz

Here you go, the @kafkastreams topology visualization tool you can try out in your browser. Let me know if it works :) Live: zz85.github.io/kafka-streams-… Code: github.com/zz85/kafka-str… #kafka #dot #graphviz #svg #vizjs @RoughLib @confluentinc cc. @preetster @MatthiasJSax @gAmUssA

BlurSpline's tweet image. Here you go, the @kafkastreams topology visualization tool you can try out in your browser. Let me know if it works :)

Live: zz85.github.io/kafka-streams-…
Code: github.com/zz85/kafka-str…

#kafka #dot #graphviz #svg #vizjs @RoughLib @confluentinc

cc. @preetster @MatthiasJSax @gAmUssA

Any fans of graph theory around? Can you guess the game? :) #EasyRPG #rpgmaker #graphviz

EasyRPG's tweet image. Any fans of graph theory around?
Can you guess the game? :)

#EasyRPG #rpgmaker #graphviz

#Suricata_IDS/#GraphViz. Intentando graficar alertas de forma automática, legible, en una sola línea y de forma lógica. Intento I. De momernto ... 😂🤦‍♂️ cat eve.json | jq -c 'select(.alert and .http) | [.src_ip,.dest_ip,.http.http_method,.http.url,.alert.signature,.flow_id]'

seguridadyredes's tweet image. #Suricata_IDS/#GraphViz. Intentando graficar alertas de forma automática, legible, en una sola línea y de forma lógica. Intento I. De momernto ... 😂🤦‍♂️

cat eve.json | jq -c 'select(.alert and .http) | [.src_ip,.dest_ip,.http.http_method,.http.url,.alert.signature,.flow_id]'

Excited to have first (early, rough, unpolished) version of workflow directed graph plotting in @scipipe (develop branch). Lots of refinement to be done, but already seems helpful. Big kudos to #graphviz creators!!

smllmp's tweet image. Excited to have first (early, rough, unpolished) version of workflow directed graph plotting in @scipipe (develop branch). Lots of refinement to be done, but already seems helpful. Big kudos to #graphviz creators!!

#Zeek_IDS #Zeekurity Graficando las anomalias/weirds de tráfico Red. weirds.log/conn.log #GraphViz & paste jq -c 'select(.name!="unknown_protocol")|[.uid,.name,.["id.orig_h"],.["id.orig_p"],.["id.resp_h"],.["id.resp_p"]]' weirds.log |tr -d '"[]' >weirds;awk '{print $1}' FS=, ...

seguridadyredes's tweet image. #Zeek_IDS #Zeekurity Graficando las anomalias/weirds de tráfico Red. weirds.log/conn.log #GraphViz & paste

jq -c 'select(.name!="unknown_protocol")|[.uid,.name,.["id.orig_h"],.["id.orig_p"],.["id.resp_h"],.["id.resp_p"]]' weirds.log |tr -d '"[]' >weirds;awk '{print $1}' FS=, ...


Was snooping on (the relatively hungry) VS Code and had another urge to visualize my process tree: shape by state, size by %mem, color by %cpu, clustered by user (zoomed on current). Here VS Code has cooled-off, so a web browser is back on the hog throne. #Graphviz #FunctionalArt

xandkar's tweet image. Was snooping on (the relatively hungry) VS Code and had another urge to visualize my process tree: shape by state, size by %mem, color by %cpu, clustered by user (zoomed on current). Here VS Code has cooled-off, so a web browser is back on the hog throne. #Graphviz #FunctionalArt

Graficando #nmap / #GraphViz/sfdp. (primer intento/lab). for cai in $(seq 143 230);do nmap -sV -p22 -v -T5 --open -n --min-rate 500 192.168.1.$cai -oG - |sed 's/Host\://' .... ...... sfdp -Tpng -Gdpi=65 -Goverlap=prism | display -

seguridadyredes's tweet image. Graficando #nmap / #GraphViz/sfdp. (primer intento/lab).

for cai in $(seq 143 230);do nmap -sV -p22 -v -T5 --open -n --min-rate 500 192.168.1.$cai -oG - |sed 's/Host\://' ....
......
 sfdp -Tpng -Gdpi=65 -Goverlap=prism | display -
seguridadyredes's tweet image. Graficando #nmap / #GraphViz/sfdp. (primer intento/lab).

for cai in $(seq 143 230);do nmap -sV -p22 -v -T5 --open -n --min-rate 500 192.168.1.$cai -oG - |sed 's/Host\://' ....
......
 sfdp -Tpng -Gdpi=65 -Goverlap=prism | display -

#Suricata_IDS. Traffic_ID / alerts & #GraphViz. 'select(.traffic and .alert) | [.traffic.label,.traffic.id,.src_ip,.dest_ip,.alert.signature]'

seguridadyredes's tweet image. #Suricata_IDS. Traffic_ID / alerts & #GraphViz.

'select(.traffic and .alert) | [.traffic.label,.traffic.id,.src_ip,.dest_ip,.alert.signature]'

Tried to visualize the dependencies between node modules in a project. Graphviz crashed several times. #graphviz #node #hell

grgrdvrt's tweet image. Tried to visualize the dependencies between node modules in a project. Graphviz crashed several times.
#graphviz #node #hell

Graficando alertas #Suricata_IDS & #GraphViz (sfdp) jq -c 'select(.alert) | [.src_ip,.dest_ip,.alert.category,.alert.signature,.flow_id]'

seguridadyredes's tweet image. Graficando alertas #Suricata_IDS & #GraphViz (sfdp)

jq -c 'select(.alert) | [.src_ip,.dest_ip,.alert.category,.alert.signature,.flow_id]'
seguridadyredes's tweet image. Graficando alertas #Suricata_IDS & #GraphViz (sfdp)

jq -c 'select(.alert) | [.src_ip,.dest_ip,.alert.category,.alert.signature,.flow_id]'

Introducing #Neo4j Bloom: Graph Data Visualization for Everyone r.neo4j.com/2w4cjVt via @JeffMMorris #GraphViz #DataViz #GraphTour

neo4j's tweet image. Introducing #Neo4j Bloom: Graph Data Visualization for Everyone
     
r.neo4j.com/2w4cjVt
via @JeffMMorris #GraphViz #DataViz #GraphTour

Loading...

Something went wrong.


Something went wrong.


United States Trends