Skip to content

Events Examples

Tânia Esteves edited this page Sep 7, 2021 · 2 revisions

Examples of Socket requests

Connect event
{
    "timestamp": 49072346343,
    "type": 11,
    "thread": "18472@cloud126.cluster.lsd.di.uminho.pt",
    "pid": 18472,
    "socket": "127.0.0.1:39342-142.250.200.132:80",
    "socket_type": "TCP",
    "src": "127.0.0.1",
    "src_port": 39342,
    "dst": "142.250.200.132",
    "dst_port": 80,
    "data":
    {
        "host": "cloud126.cluster.lsd.di.uminho.pt"
    }
}
Accept event
{
    "timestamp": 50015878097,
    "type": 12,
    "thread": "19020@cloud126.cluster.lsd.di.uminho.pt",
    "pid": 19020,
    "socket": "192.168.112.126:5000-192.168.112.128:49638",
    "socket_type": "TCP",
    "src": "192.168.112.128",
    "src_port": 49638,
    "dst": "192.168.112.126",
    "dst_port": 5000,
    "data":
    {
        "host": "cloud126.cluster.lsd.di.uminho.pt"
    }
}
Send event
{
    "timestamp": 49072360480,
    "type": 8,
    "thread": "18472@cloud126.cluster.lsd.di.uminho.pt",
    "pid": 18472,
    "socket": "142.250.200.132:80-192.168.112.126:57762",
    "socket_type": "TCP",
    "src": "192.168.112.126",
    "src_port": 57762,
    "dst": "142.250.200.132",
    "dst_port": 80,
    "size": 141,
    "returned_value": 141,
    "data":
    {
        "host": "cloud126.cluster.lsd.di.uminho.pt",
        "signature":
        [
            14374578411108713,
            47592000146608422,
            32145223086044688,
            249483952361945051,
            93974677759041266,
            79875397053041892,
            83214384300320108,
            104491093463104266,
            38783744951870977,
            352271028715510892
        ]
    }
}
Receive event
{
    "timestamp": 49072562359,
    "type": 9,
    "thread": "18472@cloud126.cluster.lsd.di.uminho.pt",
    "pid": 18472,
    "socket": "142.250.200.132:80-192.168.112.126:57762",
    "socket_type": "TCP",
    "src": "142.250.200.132",
    "src_port": 80,
    "dst": "192.168.112.126",
    "dst_port": 57762,
    "size": 112,
    "returned_value": 112,
    "data":
    {
        "host": "cloud126.cluster.lsd.di.uminho.pt",
        "signature":
        [
            14374578411108713,
            292765390149997038,
            158360831653876986,
            188346531915934057,
            715521149577060291,
            192470080849063358,
            83214384300320108,
            608475454068618424,
            527493055563918489,
            50762178556435011
        ]
    }
}

Examples of Disk requests

Open event
{
    "timestamp": 49755419451,
    "type": 23,
    "thread": "18754@cloud126.cluster.lsd.di.uminho.pt",
    "pid": 18754,
    "data":
    {
        "host": "cloud126.cluster.lsd.di.uminho.pt"
    },
    "fd": 4,
    "filename": "/tmp/index.html"
}
Write event
{
    "timestamp": 49755419985,
    "type": 21,
    "thread": "18754@cloud126.cluster.lsd.di.uminho.pt",
    "pid": 18754,
    "size": 8192,
    "returned_value": 8192,
    "data":
    {
        "host": "cloud126.cluster.lsd.di.uminho.pt",
        "signature":
        [
            4633361649553014,
            680090080360446,
            992936755999130,
            7841390318131855,
            3736538420722853,
            1905903942347554,
            3811701922132517,
            801011817078274,
            16815875971312483,
            1058069288932332
        ]
    },
    "fd": 4,
    "filename": "/tmp/index.html"
}
Read event
{
    "timestamp": 49755152718,
    "type": 22,
    "thread": "18754@cloud126.cluster.lsd.di.uminho.pt",
    "pid": 18754,
    "size": 784,
    "returned_value": 784,
    "data":
    {
        "host": "cloud126.cluster.lsd.di.uminho.pt",
        "signature":
        [
            10111027253870184,
            216683911899971796,
            8434535566132561,
            40606492248426934,
            185647383327731957,
            23898010955791364,
            91070033091746618,
            22149457356644293,
            147844250440363597,
            37014490316709112
        ]
    },
    "fd": 3,
    "filename": "/usr/lib/x86_64-linux-gnu/libc-2.31.so"
}

Clone this wiki locally